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

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac_dictionary_helper.mm 23 NSRange selection_range = [view_->cocoa_view() selectedRange];
25 [view_->cocoa_view() attributedSubstringForProposedRange:selection_range
44 [view_->cocoa_view() firstViewRectForCharacterRange:selection_range
  /external/chromium_org/content/renderer/
render_frame_impl_unittest.cc 17 gfx::Range selection_range; member in struct:content::__anon12082
36 cases[i].selection_range,
render_frame_impl.h 507 const gfx::Range& selection_range,
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 473 gfx::Range selection_range;
474 if (!client->GetSelectionRange(&selection_range) ||
475 selection_range.is_empty()) {
479 DCHECK(text_range.Contains(selection_range));
481 size_t len = selection_range.length();
493 if (!GetTextInputClient()->GetTextFromRange(selection_range, &text))
495 DCHECK_EQ(selection_range.length(), text.length());
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 297 gfx::Range selection_range; local
298 rwhva_->GetSelectionRange(&selection_range);
299 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 1151 milliseconds