HomeSort by relevance Sort by last modified time
    Searched defs:selection_range (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/renderer/
render_frame_impl_unittest.cc 17 gfx::Range selection_range; member in struct:content::__anon12446
36 cases[i].selection_range,
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 278 gfx::Range selection_range; local
279 rwhva_->GetSelectionRange(&selection_range);
280 bool has_selection = !selection_range.is_empty();
  /external/chromium_org/ui/base/ime/
input_method_chromeos.cc 198 gfx::Range selection_range; local
202 !GetTextInputClient()->GetSelectionRange(&selection_range)) {
208 if (previous_selection_range_ == selection_range &&
212 previous_selection_range_ = selection_range;
215 if (!selection_range.IsValid()) {
216 // TODO(nona): Ideally selection_range should not be invalid.
223 // we have to convert |selection_range| from node coordinates to
228 selection_range.start() - text_range.start(),
229 selection_range.end() - text_range.start());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 2490 def selection_range(self, start, end): member in class:Entry
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 2490 def selection_range(self, start, end): member in class:Entry
    [all...]

Completed in 236 milliseconds