HomeSort by relevance Sort by last modified time
    Searched refs:GetIMESelection (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/thunk/
ppb_input_event_api.h 44 virtual void GetIMESelection(uint32_t* start, uint32_t* end) = 0;
ppb_input_event_thunk.cc 382 void GetIMESelection(PP_Resource ime_event, uint32_t* start, uint32_t* end) {
392 enter.object()->GetIMESelection(start, end);
401 &GetIMESelection
411 &GetIMESelection
421 &GetIMESelection
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.h 90 virtual void GetIMESelection(uint32_t* start, uint32_t* end) OVERRIDE;
ppb_input_event_shared.cc 127 void PPB_InputEvent_Shared::GetIMESelection(uint32_t* start, uint32_t* end) {

Completed in 896 milliseconds