Home
last modified time | relevance | path

Searched refs:TypeProgress (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebCursorInfo.h84 TypeProgress, enumerator
/external/webkit/Source/WebCore/platform/chromium/
DPlatformCursor.h77 TypeProgress, enumerator
DCursorChromium.cpp269 static const Cursor c(PlatformCursor::TypeProgress); in progressCursor()
360 COMPILE_ASSERT_MATCHING_ENUM(Progress, TypeProgress);
/external/chromium/webkit/glue/
Dwebcursor_win.cc85 case WebCursorInfo::TypeProgress: in ToCursorID()
129 { LoadCursor(NULL, IDC_APPSTARTING), WebCursorInfo::TypeProgress }, in ToCursorType()
Dwebcursor_gtk.cc139 case WebCursorInfo::TypeProgress: in GetCursorType()
Dwebcursor_mac.mm142 case WebCursorInfo::TypeProgress:
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp265 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeProgress, PlatformCursor::TypeProgress);