HomeSort by relevance Sort by last modified time
    Searched refs:TypeCustom (Results 1 - 11 of 11) 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/chromium_org/webkit/common/cursors/
webcursor_unittest.cc 17 ok_custom_pickle.WriteInt(WebCursorInfo::TypeCustom);
46 short_custom_pickle.WriteInt(WebCursorInfo::TypeCustom);
63 large_custom_pickle.WriteInt(WebCursorInfo::TypeCustom);
82 neg_custom_pickle.WriteInt(WebCursorInfo::TypeCustom);
101 scale_zero_custom_pickle.WriteInt(WebCursorInfo::TypeCustom);
120 scale_tiny_custom_pickle.WriteInt(WebCursorInfo::TypeCustom);
156 ok_custom_pickle.WriteInt(WebCursorInfo::TypeCustom);
190 broken_cursor_pickle.WriteInt(WebCursorInfo::TypeCustom);
222 ok_custom_pickle.WriteInt(WebCursorInfo::TypeCustom);
webcursor.cc 109 if (type == WebCursorInfo::TypeCustom) {
152 return type_ == WebCursorInfo::TypeCustom;
193 return WebCursorInfo::TypeCustom;
201 if (cursor_type == WebCursorInfo::TypeCustom)
webcursor_gtk.cc 136 case WebCursorInfo::TypeCustom:
162 if (type_ != WebCursorInfo::TypeCustom) {
webcursor_aura.cc 101 case WebCursorInfo::TypeCustom: {
  /external/chromium_org/third_party/WebKit/public/platform/
WebCursorInfo.h 93 TypeCustom
102 // On Windows, TypeCustom may alternatively reference an externally
103 // defined HCURSOR. If type is TypeCustom and externalHandle is non-
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 370 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeCustom, Cursor::Custom);
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc 304 // Do not assert WebCursorInfo::TypeCustom == PP_CURSORTYPE_CUSTOM;
    [all...]

Completed in 140 milliseconds