Searched refs:GetMouseClickCount (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_input_event_api.h31 virtual int32_t GetMouseClickCount() = 0;
H A Dppb_input_event_thunk.cc155 int32_t GetMouseClickCount(PP_Resource mouse_event) { function in namespace:ppapi::thunk::__anon10286
160 return enter.object()->GetMouseClickCount();
176 &GetMouseClickCount
184 &GetMouseClickCount,
/external/chromium_org/ppapi/shared_impl/
H A Dppb_input_event_shared.h84 virtual int32_t GetMouseClickCount() OVERRIDE;
H A Dppb_input_event_shared.cc67 int32_t PPB_InputEvent_Shared::GetMouseClickCount() { function in class:ppapi::PPB_InputEvent_Shared

Completed in 241 milliseconds