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 42 virtual void GetIMESelection(uint32_t* start, uint32_t* end) = 0;
ppb_input_event_thunk.cc 393 void GetIMESelection(PP_Resource ime_event, uint32_t* start, uint32_t* end) {
403 enter.object()->GetIMESelection(start, end);
412 &GetIMESelection
422 &GetIMESelection
432 &GetIMESelection
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.h 95 virtual void GetIMESelection(uint32_t* start, uint32_t* end) OVERRIDE;
ppb_input_event_shared.cc 113 void PPB_InputEvent_Shared::GetIMESelection(uint32_t* start, uint32_t* end) {

Completed in 212 milliseconds