OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeCustom
(Results
1 - 8
of
8
) sorted by null
/external/chromium/webkit/glue/
webcursor_unittest.cc
18
ok_custom_pickle.WriteInt(WebCursorInfo::
TypeCustom
);
35
short_custom_pickle.WriteInt(WebCursorInfo::
TypeCustom
);
52
large_custom_pickle.WriteInt(WebCursorInfo::
TypeCustom
);
71
neg_custom_pickle.WriteInt(WebCursorInfo::
TypeCustom
);
102
ok_custom_pickle.WriteInt(WebCursorInfo::
TypeCustom
);
webcursor.cc
94
if (type == WebCursorInfo::
TypeCustom
) {
135
return type_ == WebCursorInfo::
TypeCustom
;
webcursor_gtk.cc
158
case WebCursorInfo::
TypeCustom
:
189
if (type_ != WebCursorInfo::
TypeCustom
) {
webcursor_win.cc
136
return WebCursorInfo::
TypeCustom
;
203
if (cursor_type == WebCursorInfo::
TypeCustom
)
/external/webkit/Source/WebCore/platform/chromium/
PlatformCursor.h
86
TypeCustom
97
, m_type(
TypeCustom
) {}
CursorChromium.cpp
369
COMPILE_ASSERT_MATCHING_ENUM(Custom,
TypeCustom
);
/external/webkit/Source/WebKit/chromium/public/
WebCursorInfo.h
93
TypeCustom
101
// On Windows,
TypeCustom
may alternatively reference an externally
102
// defined HCURSOR. If type is
TypeCustom
and externalHandle is non-
/external/webkit/Source/WebKit/chromium/src/
AssertMatchingEnums.cpp
274
COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::
TypeCustom
, PlatformCursor::
TypeCustom
);
Completed in 672 milliseconds