Searched defs:WebCursorInfo (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCursorInfo.cpp32 #include "public/platform/WebCursorInfo.h"
38 WebCursorInfo::WebCursorInfo(const Cursor& cursor) function in class:blink::WebCursorInfo
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCursorInfo.h46 struct WebCursorInfo { struct in namespace:blink
102 // null, then customData should be ignored. The WebCursorInfo is not
107 explicit WebCursorInfo(Type type = TypePointer) function in struct:blink::WebCursorInfo
117 BLINK_PLATFORM_EXPORT explicit WebCursorInfo(const Cursor&);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidgetClient.h46 struct WebCursorInfo;
101 virtual void didChangeCursor(const WebCursorInfo&) { } argument

Completed in 389 milliseconds