HomeSort by relevance Sort by last modified time
    Searched refs:selection_range (Results 1 - 12 of 12) 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,
render_frame_impl.h 586 const gfx::Range& selection_range,
    [all...]
render_frame_impl.cc     [all...]
  /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());
input_method_win.cc 472 gfx::Range selection_range;
473 if (!client->GetSelectionRange(&selection_range) ||
474 selection_range.is_empty()) {
478 DCHECK(text_range.Contains(selection_range));
480 size_t len = selection_range.length();
492 if (!GetTextInputClient()->GetTextFromRange(selection_range, &text))
494 DCHECK_EQ(selection_range.length(), text.length());
  /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();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 25 self.ent.selection_range(0, "end")
TreeWidget.py 272 self.entry.selection_range(0, END)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 25 self.ent.selection_range(0, "end")
TreeWidget.py 272 self.entry.selection_range(0, END)
  /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 479 milliseconds