HomeSort by relevance Sort by last modified time
    Searched refs:GetSelection (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/ppapi/cpp/dev/
ime_input_event_dev.h 52 /// @param[in] selection The range returned by <code>GetSelection</code>.
101 std::pair<uint32_t, uint32_t> GetSelection() const;
ime_input_event_dev.cc 116 std::pair<uint32_t, uint32_t> IMEInputEvent_Dev::GetSelection() const {
119 get_interface<PPB_IMEInputEvent_Dev_0_2>()->GetSelection(pp_resource(),
123 get_interface<PPB_IMEInputEvent_Dev_0_1>()->GetSelection(pp_resource(),
  /external/chromium_org/ppapi/c/dev/
ppb_ime_input_event_dev.h 64 * <code>GetSelection</code>.
67 * <code>GetSelection</code>.
141 * GetSelection() returns the range selected by caret in the composition text.
150 void (*GetSelection)(PP_Resource ime_event, uint32_t* start, uint32_t* end);
161 void (*GetSelection)(PP_Resource ime_event, uint32_t* start, uint32_t* end);
  /external/chromium_org/ppapi/api/dev/
ppb_ime_input_event_dev.idl 46 * <code>GetSelection</code>.
49 * <code>GetSelection</code>.
131 * GetSelection() returns the range selected by caret in the composition text.
140 void GetSelection([in] PP_Resource ime_event,
  /external/chromium_org/ui/base/win/
accessibility_misc_utils.h 58 STDMETHOD(GetSelection)(SAFEARRAY** ret) {
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.h 79 STDMETHOD(GetSelection)(REFIID riid, void** selection);
command_execute_impl.cc 374 STDMETHODIMP CommandExecuteImpl::GetSelection(REFIID riid, void** selection) {
  /external/chromium_org/chrome/browser/ui/views/
desktop_media_picker_views.cc 107 DesktopMediaSourceView* GetSelection();
305 DesktopMediaSourceView* DesktopMediaListView::GetSelection() {
363 DesktopMediaSourceView* selected = GetSelection();
485 return list_view_->GetSelection() != NULL;
490 DesktopMediaSourceView* selection = list_view_->GetSelection();
  /external/chromium_org/ppapi/cpp/
input_event.h 377 /// @param[in] selection The range returned by <code>GetSelection</code>.
428 void GetSelection(uint32_t* start, uint32_t* end) const;
input_event.cc 354 void IMEInputEvent::GetSelection(uint32_t* start, uint32_t* end) const {
356 get_interface<PPB_IMEInputEvent_1_0>()->GetSelection(pp_resource(),
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc 516 GetSelection(selection);
532 GetSelection(selection);
593 GetSelection(sel);
811 GetSelection(original_selection_);
854 GetSelection(sel_before_change_);
867 GetSelection(new_sel);
    [all...]
autocomplete_edit_view_gtk.cc 459 // NOTE: GetStateForTabSwitch may affect GetSelection, so order is important.
463 AutocompleteEditState(model_state, ViewState(GetSelection())));
592 CharRange selection = GetSelection();
617 CharRange sel = GetSelection();
631 saved_temporary_selection_ = GetSelection();
675 sel_before_change_ = GetSelection();
702 const CharRange new_sel = GetSelection();
    [all...]
autocomplete_edit_view_gtk.h 309 CharRange GetSelection() const;
autocomplete_edit_view_win.h 320 void GetSelection(CHARRANGE& sel) const;
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.cc 447 // NOTE: GetStateForTabSwitch may affect GetSelection, so order is important.
451 new AutocompleteEditState(model_state, ViewState(GetSelection())));
550 CharRange selection = GetSelection();
569 CharRange sel = GetSelection();
581 saved_temporary_selection_ = GetSelection();
629 sel_before_change_ = GetSelection();
655 const CharRange new_sel = GetSelection();
    [all...]
omnibox_view_gtk.h 249 CharRange GetSelection() const;
  /external/chromium_org/ppapi/tests/
test_ime_input_event.cc 279 ime_input_event_interface_->GetSelection(
281 ime_input_event_interface_->GetSelection(
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_win.cc 593 GetSelection(selection);
649 GetSelection(sel);
    [all...]
omnibox_view_win.h 292 void GetSelection(CHARRANGE& sel) const;
  /external/chromium_org/ppapi/api/
ppb_input_event.idl     [all...]
  /external/chromium_org/ppapi/c/
ppb_input_event.h     [all...]
  /external/chromium_org/ui/base/ime/win/
tsf_text_store.h 118 STDMETHOD(GetSelection)(ULONG selection_index,
tsf_text_store_unittest.cc 166 EXPECT_EQ(S_OK, text_store_->GetSelection(0, 1, &selection, &fetched));
637 text_store_->GetSelection(0, 1, &selection_buffer,
    [all...]
tsf_text_store.cc 191 STDMETHODIMP TSFTextStore::GetSelection(ULONG selection_index,
  /external/chromium_org/ppapi/examples/ime/
ime.cc 545 ev.GetSelection(&selection_start, &selection_end);

Completed in 612 milliseconds

1 2