Home
last modified time | relevance | path

Searched refs:ValidateSetCursorParams (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
Dppb_instance_shared.h33 bool ValidateSetCursorParams(PP_MouseCursor_Type type, in NON_EXPORTED_BASE()
Dppb_instance_shared.cc63 bool PPB_Instance_Shared::ValidateSetCursorParams(PP_MouseCursor_Type type, in ValidateSetCursorParams() function in ppapi::PPB_Instance_Shared
/external/chromium_org/ppapi/proxy/
Dppb_instance_proxy.cc728 if (!ValidateSetCursorParams(type, image, hot_spot)) in SetCursor()
/external/chromium_org/content/renderer/pepper/
Dpepper_plugin_instance_impl.cc2434 if (!ValidateSetCursorParams(type, image, hot_spot)) in SetCursor()