Searched refs:selection_end_ (Results 1 – 11 of 11) sorted by relevance
51 uint32 selection_end() const { return selection_end_; } in selection_end()53 selection_end_ = selection_end; in set_selection_end()62 uint32 selection_end_; variable
11 selection_end_(0) {} in CompositionText()19 selection_end_ = obj.selection_end(); in CopyFrom()
28 selection_end_(0), in TextStore()221 selection_buffer[0].acpEnd = selection_end_; in GetSelection()397 const LONG end_pos = selection_end_; in InsertTextAtSelection()429 selection_end_ = new_end_pos; in InsertTextAtSelection()550 if (selection_end_ >= new_committed_size) in RequestLock()551 selection_end = selection_end_ - new_committed_size; in RequestLock()561 selection_end_ = 0; in RequestLock()633 selection_end_ = end_pos; in SetSelection()829 selection_end_ = 0; in CancelComposition()866 selection_end_ = 0; in ConfirmComposition()
273 uint32 selection_end_; variable
264 selection_end_ = selection_end; in SetValue()270 int selection_end() const { return selection_end_; } in selection_end()276 int selection_end_; variable
216 selection_end_(0) { in AccessibilityTextBoxInfo()230 dict->SetInteger(keys::kSelectionEndKey, selection_end_); in SerializeToDict()
232 target_tree->RegisterSelection(selection_start_, selection_end_); in PushPropertiesTo()1377 selection_end_ = end; in RegisterSelection()1441 selection_end_, in GetViewportSelection()1442 selection_end_.layer_id ? LayerById(selection_end_.layer_id) : NULL, in GetViewportSelection()
339 sync_tree->RegisterSelection(selection_start_, selection_end_); in FinishCommitOnImplThread()1284 if (selection_start_ == start && selection_end_ == end) in RegisterSelection()1288 selection_end_ = end; in RegisterSelection()
353 LayerSelectionBound selection_end_;
452 LayerSelectionBound selection_end_; variable
76 selection_end_ = end; in SelectBetweenCoordinates()153 const gfx::PointF& GetLastSelectionEnd() const { return selection_end_; } in GetLastSelectionEnd()163 gfx::PointF selection_end_; member in content::TouchSelectionControllerTest