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

  /external/chromium_org/ppapi/cpp/
mouse_cursor.h 32 /// @param[in] type A <code>PP_MouseCursor_Type</code> identifying the type
49 PP_MouseCursor_Type type,
mouse_cursor.cc 21 PP_MouseCursor_Type type,
  /external/chromium_org/ppapi/c/
ppb_mouse_cursor.h 33 * The <code>PP_MouseCursor_Type</code> enumeration lists the available stock
36 enum PP_MouseCursor_Type {
82 PP_COMPILE_ASSERT_ENUM_SIZE_IN_BYTES(PP_MouseCursor_Type, 4);
110 * @param[in] type A <code>PP_MouseCursor_Type</code> identifying the type of
127 enum PP_MouseCursor_Type type,
  /external/chromium_org/ppapi/api/
ppb_mouse_cursor.idl 18 * The <code>PP_MouseCursor_Type</code> enumeration lists the available stock
22 enum PP_MouseCursor_Type {
88 * @param[in] type A <code>PP_MouseCursor_Type</code> identifying the type of
105 [in] PP_MouseCursor_Type type,
  /external/chromium_org/ppapi/shared_impl/
ppb_instance_shared.h 33 bool ValidateSetCursorParams(PP_MouseCursor_Type type,
ppb_instance_shared.cc 61 bool PPB_Instance_Shared::ValidateSetCursorParams(PP_MouseCursor_Type type,
  /external/chromium_org/ppapi/thunk/
ppb_mouse_cursor_thunk.cc 19 enum PP_MouseCursor_Type type,
ppb_cursor_control_thunk.cc 26 static_cast<PP_MouseCursor_Type>(type), custom_image, hot_spot);
ppb_instance_api.h 126 PP_MouseCursor_Type type,
  /external/chromium_org/native_client_sdk/src/examples/api/mouse_cursor/
mouse_cursor.cc 55 PP_MouseCursor_Type cursor =
56 static_cast<PP_MouseCursor_Type>(var_message.AsInt());
  /external/chromium_org/ppapi/tests/
test_mouse_cursor.cc 33 instance_->pp_instance(), static_cast<PP_MouseCursor_Type>(-2),
  /external/chromium_org/mojo/examples/pepper_container_app/
plugin_instance.h 92 PP_MouseCursor_Type type,
plugin_instance.cc 243 PP_MouseCursor_Type type,
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.h 95 PP_MouseCursor_Type type,
ppb_instance_proxy.cc 805 PP_MouseCursor_Type type,
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.h 428 PP_MouseCursor_Type type,
    [all...]
pepper_plugin_instance_impl.cc     [all...]

Completed in 1564 milliseconds