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

  /external/chromium_org/content/common/cursors/
webcursor_unittest.cc 19 ok_custom_pickle.WriteInt(WebCursorInfo::TypeCustom);
41 short_custom_pickle.WriteInt(WebCursorInfo::TypeCustom);
58 large_custom_pickle.WriteInt(WebCursorInfo::TypeCustom);
77 neg_custom_pickle.WriteInt(WebCursorInfo::TypeCustom);
96 scale_zero_custom_pickle.WriteInt(WebCursorInfo::TypeCustom);
115 scale_tiny_custom_pickle.WriteInt(WebCursorInfo::TypeCustom);
137 ok_custom_pickle.WriteInt(WebCursorInfo::TypeCustom);
171 broken_cursor_pickle.WriteInt(WebCursorInfo::TypeCustom);
196 ok_custom_pickle.WriteInt(WebCursorInfo::TypeCustom);
webcursor.cc 111 if (type == WebCursorInfo::TypeCustom) {
154 return type_ == WebCursorInfo::TypeCustom;
195 return WebCursorInfo::TypeCustom;
203 if (cursor_type == WebCursorInfo::TypeCustom)
webcursor_aura.cc 103 case WebCursorInfo::TypeCustom: {
  /external/chromium_org/third_party/WebKit/public/platform/
WebCursorInfo.h 91 TypeCustom
100 // On Windows, TypeCustom may alternatively reference an externally
101 // defined HCURSOR. If type is TypeCustom and externalHandle is non-
  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator.cc 116 cursor_info.type = blink::WebCursorInfo::TypeCustom;
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 377 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeCustom, Cursor::Custom);
    [all...]
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc     [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc 322 // Do not assert WebCursorInfo::TypeCustom == PP_CURSORTYPE_CUSTOM;
    [all...]

Completed in 435 milliseconds