Home
last modified time | relevance | path

Searched refs:selection_end_ (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chromeos/ime/
Dcomposition_text.h51 uint32 selection_end() const { return selection_end_; } in selection_end()
53 selection_end_ = selection_end; in set_selection_end()
62 uint32 selection_end_; variable
Dcomposition_text.cc11 selection_end_(0) {} in CompositionText()
19 selection_end_ = obj.selection_end(); in CopyFrom()
/external/chromium_org/win8/metro_driver/ime/
Dtext_store.cc28 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()
Dtext_store.h273 uint32 selection_end_; variable
/external/chromium_org/chrome/browser/accessibility/
Daccessibility_events.h264 selection_end_ = selection_end; in SetValue()
270 int selection_end() const { return selection_end_; } in selection_end()
276 int selection_end_; variable
Daccessibility_events.cc216 selection_end_(0) { in AccessibilityTextBoxInfo()
230 dict->SetInteger(keys::kSelectionEndKey, selection_end_); in SerializeToDict()
/external/chromium_org/cc/trees/
Dlayer_tree_impl.cc232 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()
Dlayer_tree_host.cc339 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()
Dlayer_tree_impl.h353 LayerSelectionBound selection_end_;
Dlayer_tree_host.h452 LayerSelectionBound selection_end_; variable
/external/chromium_org/content/browser/renderer_host/input/
Dtouch_selection_controller_unittest.cc76 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