Searched defs:WebCursorInfo (Results 1 – 4 of 4) sorted by relevance
48 struct WebCursorInfo { struct49 enum Type {104 // null, then customData should be ignored. The WebCursorInfo is not argument109 explicit WebCursorInfo(Type type = TypePointer) argument119 BLINK_PLATFORM_EXPORT explicit WebCursorInfo(const WebCore::Cursor&); argument
40 WebCursorInfo::WebCursorInfo(const Cursor& cursor) in WebCursorInfo() function in blink::WebCursorInfo
61 …virtual bool handleInputEvent(const blink::WebInputEvent&, blink::WebCursorInfo&) OVERRIDE { retur… in handleInputEvent()
114 virtual void didChangeCursor(const WebCursorInfo&) { } in didChangeCursor()