Searched refs:GetSelection (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/ppapi/cpp/dev/
H A Dime_input_event_dev.h52 /// @param[in] selection The range returned by <code>GetSelection</code>.
101 std::pair<uint32_t, uint32_t> GetSelection() const;
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/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/api/dev/
H A Dppb_ime_input_event_dev.idl46 * <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/
H A Daccessibility_misc_utils.h61 STDMETHOD(GetSelection)(SAFEARRAY** ret) { function in class:base::win::UIATextProvider
/external/chromium_org/win8/delegate_execute/
H A Dcommand_execute_impl.h76 STDMETHOD(GetSelection)(REFIID riid, void** selection);
H A Dcommand_execute_impl.cc301 STDMETHODIMP CommandExecuteImpl::GetSelection(REFIID riid, void** selection) { function in class:CommandExecuteImpl
/external/chromium_org/ppapi/cpp/
H A Dinput_event.h414 /// @param[in] selection The range returned by <code>GetSelection</code>.
465 void GetSelection(uint32_t* start, uint32_t* end) const;
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/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();
H A Ddesktop_media_picker_views.h39 DesktopMediaSourceView* GetSelection();
/external/chromium_org/ppapi/tests/
H A Dtest_ime_input_event.cc281 ime_input_event_interface_->GetSelection(
283 ime_input_event_interface_->GetSelection(
/external/chromium_org/ppapi/api/
H A Dppb_input_event.idl991 * <code>GetSelection</code>.
994 * <code>GetSelection</code>.
1075 * GetSelection() returns the range selected by caret in the composition text.
1084 void GetSelection([in] PP_Resource ime_event,
/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.h128 STDMETHOD(GetSelection)(ULONG selection_index,
H A Dtext_store.cc207 STDMETHODIMP TextStore::GetSelection(ULONG selection_index, function in class:metro_driver::TextStore
/external/chromium_org/ppapi/examples/ime/
H A Dime.cc547 ev.GetSelection(&selection_start, &selection_end);
/external/sonivox/jet_tools/JetCreator/
H A DJetDialogs.py159 sValue = self.je.ctrls[JetDefs.F_JLIST].GetString(self.je.ctrls[JetDefs.F_JLIST].GetSelection())
164 sValue = self.je.ctrls[JetDefs.F_JLIST].GetString(self.je.ctrls[JetDefs.F_JLIST].GetSelection())
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c1130 iface->GetSelection(ime_event, start, end);
2392 iface->GetSelection(ime_event, start, end);
2431 iface->GetSelection(ime_event, start, end);
4767 .GetSelection = (void (*)(PP_Resource ime_event, uint32_t* start, uint32_t* end))&Pnacl_M13_PPB_IMEInputEvent_GetSelection
5144 .GetSelection = (void (*)(PP_Resource ime_event, uint32_t* start, uint32_t* end))&Pnacl_M16_PPB_IMEInputEvent_Dev_GetSelection
5154 .GetSelection = (void (*)(PP_Resource ime_event, uint32_t* start, uint32_t* end))&Pnacl_M21_PPB_IMEInputEvent_Dev_GetSelection
/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 512 milliseconds