Searched defs:GetSelection (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ppapi/c/dev/
H A Dppb_ime_input_event_dev.h64 * <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); member in struct:PPB_IMEInputEvent_Dev_0_2
161 void (*GetSelection)(PP_Resource ime_event, uint32_t* start, uint32_t* end); member in struct:PPB_IMEInputEvent_Dev_0_1
/external/chromium_org/ppapi/cpp/dev/
H A Dime_input_event_dev.cc116 std::pair<uint32_t, uint32_t> IMEInputEvent_Dev::GetSelection() const { function in class:pp::IMEInputEvent_Dev
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/ui/base/win/
H A Daccessibility_misc_utils.h61 STDMETHOD(GetSelection)(SAFEARRAY** ret) { function in class:base::win::UIATextProvider
/external/chromium_org/ppapi/cpp/
H A Dinput_event.cc406 void IMEInputEvent::GetSelection(uint32_t* start, uint32_t* end) const { function in class:pp::IMEInputEvent
408 get_interface<PPB_IMEInputEvent_1_0>()->GetSelection(pp_resource(),
/external/chromium_org/win8/delegate_execute/
H A Dcommand_execute_impl.cc301 STDMETHODIMP CommandExecuteImpl::GetSelection(REFIID riid, void** selection) { function in class:CommandExecuteImpl
/external/chromium_org/chrome/browser/ui/views/
H A Ddesktop_media_picker_views.cc227 DesktopMediaSourceView* DesktopMediaListView::GetSelection() { function in class:DesktopMediaListView
283 DesktopMediaSourceView* selected = GetSelection();
501 return list_view_->GetSelection() != NULL;
512 DesktopMediaSourceView* selection = list_view_->GetSelection();
/external/chromium_org/ppapi/c/
H A Dppb_input_event.h951 * <code>GetSelection</code>.
954 * <code>GetSelection</code>.
1028 * GetSelection() returns the range selected by caret in the composition text.
1037 void (*GetSelection)(PP_Resource ime_event, uint32_t* start, uint32_t* end); member in struct:PPB_IMEInputEvent_1_0
/external/chromium_org/win8/metro_driver/ime/
H A Dtext_store.cc207 STDMETHODIMP TextStore::GetSelection(ULONG selection_index, function in class:metro_driver::TextStore
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 284 milliseconds