HomeSort by relevance Sort by last modified time
    Searched refs:GetSelection (Results 1 - 25 of 32) 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 61 STDMETHOD(GetSelection)(SAFEARRAY** ret) {
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.h 76 STDMETHOD(GetSelection)(REFIID riid, void** selection);
command_execute_impl.cc 301 STDMETHODIMP CommandExecuteImpl::GetSelection(REFIID riid, void** selection) {
  /external/chromium_org/ppapi/cpp/
input_event.h 414 /// @param[in] selection The range returned by <code>GetSelection</code>.
465 void GetSelection(uint32_t* start, uint32_t* end) const;
input_event.cc 406 void IMEInputEvent::GetSelection(uint32_t* start, uint32_t* end) const {
408 get_interface<PPB_IMEInputEvent_1_0>()->GetSelection(pp_resource(),
  /external/chromium_org/chrome/browser/ui/views/
desktop_media_picker_views.cc 227 DesktopMediaSourceView* DesktopMediaListView::GetSelection() {
283 DesktopMediaSourceView* selected = GetSelection();
501 return list_view_->GetSelection() != NULL;
512 DesktopMediaSourceView* selection = list_view_->GetSelection();
desktop_media_picker_views.h 39 DesktopMediaSourceView* GetSelection();
  /external/chromium_org/ppapi/tests/
test_ime_input_event.cc 281 ime_input_event_interface_->GetSelection(
283 ime_input_event_interface_->GetSelection(
  /external/chromium_org/ppapi/api/
ppb_input_event.idl     [all...]
  /external/chromium_org/ppapi/c/
ppb_input_event.h     [all...]
  /external/chromium_org/win8/metro_driver/ime/
text_store.h 128 STDMETHOD(GetSelection)(ULONG selection_index,
text_store.cc 207 STDMETHODIMP TextStore::GetSelection(ULONG selection_index,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textstor.h 409 virtual HRESULT STDMETHODCALLTYPE GetSelection(
583 HRESULT (STDMETHODCALLTYPE *GetSelection)(
748 #define ITextStoreACP_GetSelection(This,ulIndex,ulCount,pSelection,pcFetched) (This)->lpVtbl->GetSelection(This,ulIndex,ulCount,pSelection,pcFetched)
797 return This->lpVtbl->GetSelection(This,ulIndex,ulCount,pSelection,pcFetched);
    [all...]
devicetopology.h     [all...]
tom.h 159 virtual HRESULT WINAPI GetSelection(ITextSelection **ppSel) = 0;
189 HRESULT (WINAPI *GetSelection)(ITextDocument *This,ITextSelection **ppSel);
221 #define ITextDocument_GetSelection(This,ppSel) (This)->lpVtbl->GetSelection(This,ppSel)
    [all...]
msctf.h     [all...]
  /external/chromium_org/ppapi/examples/ime/
ime.cc 547 ev.GetSelection(&selection_start, &selection_end);
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 159 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())
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 396 milliseconds

1 2