Home
last modified time | relevance | path

Searched defs:WebCursorInfo (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCursorInfo.h48 struct WebCursorInfo { struct
49 enum Type {
104 // null, then customData should be ignored. The WebCursorInfo is not argument
109 explicit WebCursorInfo(Type type = TypePointer) argument
119 BLINK_PLATFORM_EXPORT explicit WebCursorInfo(const WebCore::Cursor&); argument
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebCursorInfo.cpp40 WebCursorInfo::WebCursorInfo(const Cursor& cursor) in WebCursorInfo() function in blink::WebCursorInfo
/external/chromium_org/third_party/WebKit/Source/web/tests/
DFakeWebPlugin.h61 …virtual bool handleInputEvent(const blink::WebInputEvent&, blink::WebCursorInfo&) OVERRIDE { retur… in handleInputEvent()
/external/chromium_org/third_party/WebKit/public/web/
DWebWidgetClient.h114 virtual void didChangeCursor(const WebCursorInfo&) { } in didChangeCursor()