Searched refs:textBoxObj (Results 1 – 1 of 1) sorted by relevance
130 JSRef<JSObject> textBoxObj = JSRef<JSObject>::New(); in GetRectsForRange() local136 textBoxObj->SetPropertyObject("rect", rectObj); in GetRectsForRange()137 textBoxObj->SetProperty<int32_t>("direction", static_cast<int32_t>(textBox.direction_)); in GetRectsForRange()138 textBoxArray->SetValueAt(textBoxArray->Length(), textBoxObj); in GetRectsForRange()