Home
last modified time | relevance | path

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

/external/webkit/WebKit/chromium/public/
DWebCursorInfo.h50 TypePointer, enumerator
106 explicit WebCursorInfo(Type type = TypePointer)
/external/webkit/WebCore/platform/chromium/
DPlatformCursor.h43 TypePointer, enumerator
88 explicit PlatformCursor(int type = 0) : m_type(TypePointer) {} in m_type() argument
DCursorChromium.cpp63 static const Cursor c(PlatformCursor::TypePointer); in pointerCursor()
/external/webkit/WebKit/chromium/src/
DAssertMatchingEnums.cpp181 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypePointer, PlatformCursor::TypePointer);