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

/external/webkit/Source/WebKit/chromium/src/
H A DWebCursorInfo.cpp32 #include "WebCursorInfo.h"
40 WebCursorInfo::WebCursorInfo(const Cursor& cursor) function in class:WebKit::WebCursorInfo
/external/webkit/Source/WebKit/chromium/public/
H A DWebWidgetClient.h42 struct WebCursorInfo;
67 virtual void didChangeCursor(const WebCursorInfo&) { } argument
H A DWebCursorInfo.h48 struct WebCursorInfo { struct in namespace:WebKit
103 // null, then customData should be ignored. The WebCursorInfo is not
108 explicit WebCursorInfo(Type type = TypePointer) function in struct:WebKit::WebCursorInfo
117 explicit WebCursorInfo(const WebCore::Cursor&);

Completed in 59 milliseconds