Home
last modified time | relevance | path

Searched refs:TypePointer (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCursorInfo.h48 TypePointer, enumerator
107 explicit WebCursorInfo(Type type = TypePointer)
/external/chromium_org/content/common/cursors/
Dwebcursor.cc18 : type_(WebCursorInfo::TypePointer), in WebCursor()
27 : type_(WebCursorInfo::TypePointer) { in WebCursor()
177 { LoadCursor(NULL, IDC_ARROW), WebCursorInfo::TypePointer }, in ToCursorType()
210 type_ = WebCursorInfo::TypePointer; in Clear()
Dwebcursor.h55 : type(blink::WebCursorInfo::TypePointer), in CursorInfo()
Dwebcursor_aura.cc17 case WebCursorInfo::TypePointer: in GetNativeCursor()
Dwebcursor_mac.mm187 case WebCursorInfo::TypePointer:
306 cursor_info.type = WebCursorInfo::TypePointer;
357 cursor_info.type = WebCursorInfo::TypePointer;
/external/lldb/tools/debugserver/source/
DDNBDataRef.h43 TypePointer, enumerator
DDNBDataRef.cpp376 …case TypePointer: str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, format ? form… in Dump()
/external/lldb/include/lldb/Core/
DDataExtractor.h52 TypePointer, ///< Format output as pointers enumerator
/external/chromium_org/content/browser/renderer_host/input/
Dtouch_emulator.cc68 cursor_info.type = blink::WebCursorInfo::TypePointer; in TouchEmulator()
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp334 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypePointer, Cursor::Pointer);
/external/chromium_org/content/browser/devtools/
Drenderer_overrides_handler.cc991 cursor_info.type = blink::WebCursorInfo::TypePointer; in SetColorPickerEnabled()
/external/lldb/source/Core/
DDataExtractor.cpp2064 … case TypePointer: sstr.Printf (format ? format : " 0x%" PRIx64, GetAddress(&offset)); break; in PutToLog()
/external/chromium_org/content/renderer/pepper/
Dpepper_plugin_instance_impl.cc262 COMPILE_ASSERT_MATCHING_ENUM(TypePointer, PP_MOUSECURSOR_TYPE_POINTER);