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

/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
H A DWebCursorInfo.cpp32 #include "WebCursorInfo.h"
40 WebCursorInfo::WebCursorInfo(const Cursor& cursor) function in class:WebKit::WebCursorInfo
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCursorInfo.h48 struct WebCursorInfo { struct in namespace:WebKit
104 // null, then customData should be ignored. The WebCursorInfo is not
109 explicit WebCursorInfo(Type type = TypePointer) function in struct:WebKit::WebCursorInfo
119 explicit WebCursorInfo(const WebCore::Cursor&);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidgetClient.h45 struct WebCursorInfo;
108 virtual void didChangeCursor(const WebCursorInfo&) { } argument

Completed in 286 milliseconds