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

  /external/chromium_org/ppapi/thunk/
ppb_input_event_api.h 31 virtual int32_t GetMouseClickCount() = 0;
ppb_input_event_thunk.cc 155 int32_t GetMouseClickCount(PP_Resource mouse_event) {
160 return enter.object()->GetMouseClickCount();
176 &GetMouseClickCount
184 &GetMouseClickCount,
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.h 84 virtual int32_t GetMouseClickCount() OVERRIDE;
ppb_input_event_shared.cc 67 int32_t PPB_InputEvent_Shared::GetMouseClickCount() {

Completed in 875 milliseconds