Searched defs:GetSelection (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/ppapi/c/dev/ |
D | ppb_ime_input_event_dev.h | 150 void (*GetSelection)(PP_Resource ime_event, uint32_t* start, uint32_t* end); member 161 void (*GetSelection)(PP_Resource ime_event, uint32_t* start, uint32_t* end); member
|
/external/chromium_org/ppapi/cpp/dev/ |
D | ime_input_event_dev.cc | 116 std::pair<uint32_t, uint32_t> IMEInputEvent_Dev::GetSelection() const { in GetSelection() function in pp::IMEInputEvent_Dev
|
/external/chromium_org/win8/delegate_execute/ |
D | command_execute_impl.cc | 301 STDMETHODIMP CommandExecuteImpl::GetSelection(REFIID riid, void** selection) { in GetSelection() function in CommandExecuteImpl
|
/external/chromium_org/ppapi/cpp/ |
D | input_event.cc | 406 void IMEInputEvent::GetSelection(uint32_t* start, uint32_t* end) const { in GetSelection() function in pp::IMEInputEvent
|
/external/chromium_org/chrome/browser/ui/views/ |
D | desktop_media_picker_views.cc | 227 DesktopMediaSourceView* DesktopMediaListView::GetSelection() { in GetSelection() function in DesktopMediaListView
|
/external/chromium_org/ppapi/c/ |
D | ppb_input_event.h | 1037 void (*GetSelection)(PP_Resource ime_event, uint32_t* start, uint32_t* end); member
|
/external/chromium_org/win8/metro_driver/ime/ |
D | text_store.cc | 207 STDMETHODIMP TextStore::GetSelection(ULONG selection_index, in GetSelection() function in metro_driver::TextStore
|