HomeSort by relevance Sort by last modified time
    Searched full:typecustom (Results 1 - 9 of 9) 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)
webcursor_mac.mm 160 case WebCursorInfo::TypeCustom:
278 cursor_info.type = WebCursorInfo::TypeCustom;
325 cursor_info.type = WebCursorInfo::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/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/src/
AssertMatchingEnums.cpp 274 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeCustom, PlatformCursor::TypeCustom);

Completed in 681 milliseconds