OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PP_MOUSECURSOR_TYPE_CUSTOM
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ppapi/tests/
test_mouse_cursor.cc
45
instance_->pp_instance(),
PP_MOUSECURSOR_TYPE_CUSTOM
,
50
instance_->pp_instance(),
PP_MOUSECURSOR_TYPE_CUSTOM
, 0, NULL)));
61
instance_->pp_instance(),
PP_MOUSECURSOR_TYPE_CUSTOM
,
73
instance_->pp_instance(),
PP_MOUSECURSOR_TYPE_CUSTOM
,
79
instance_->pp_instance(),
PP_MOUSECURSOR_TYPE_CUSTOM
,
/external/chromium_org/ppapi/shared_impl/
ppb_instance_shared.cc
66
if (static_cast<int>(type) < static_cast<int>(
PP_MOUSECURSOR_TYPE_CUSTOM
) ||
69
if (type !=
PP_MOUSECURSOR_TYPE_CUSTOM
) {
/external/chromium_org/ppapi/c/
ppb_mouse_cursor.h
37
PP_MOUSECURSOR_TYPE_CUSTOM
= -1,
104
* cursor, set the type to <code>
PP_MOUSECURSOR_TYPE_CUSTOM
</code> and
115
* <code>
PP_MOUSECURSOR_TYPE_CUSTOM
</code>. The image must be less than 32
/external/chromium_org/ppapi/api/
ppb_mouse_cursor.idl
23
PP_MOUSECURSOR_TYPE_CUSTOM
= -1,
82
* cursor, set the type to <code>
PP_MOUSECURSOR_TYPE_CUSTOM
</code> and
93
* <code>
PP_MOUSECURSOR_TYPE_CUSTOM
</code>. The image must be less than 32
/external/chromium_org/ppapi/examples/mouse_cursor/
mouse_cursor.cc
69
pp::MouseCursor::SetCursor(this,
PP_MOUSECURSOR_TYPE_CUSTOM
, cursor,
/external/chromium_org/native_client_sdk/src/examples/api/mouse_cursor/
mouse_cursor.cc
57
if (cursor ==
PP_MOUSECURSOR_TYPE_CUSTOM
) {
/external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc
279
pp::MouseCursor::SetCursor(instance_,
PP_MOUSECURSOR_TYPE_CUSTOM
,
/external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc
[
all
...]
Completed in 175 milliseconds