Searched refs:CursorShapeInfo (Results 1 – 19 of 19) sorted by relevance
15 class CursorShapeInfo; variable22 virtual void SetCursorShape(const CursorShapeInfo& cursor_shape) = 0;
88 MOCK_METHOD1(CursorShapeChangedPtr, void(CursorShapeInfo* info));89 void CursorShapeChanged(scoped_ptr<CursorShapeInfo> info);141 MOCK_METHOD1(SetCursorShape, void(const CursorShapeInfo& cursor_shape));
47 virtual void SetCursorShape(const CursorShapeInfo& cursor_shape) OVERRIDE;
64 const CursorShapeInfo& cursor_shape) { in SetCursorShape()
26 bool CursorShapeIsValid(const CursorShapeInfo& cursor_shape) { in CursorShapeIsValid()
31 class CursorShapeInfo; variable34 class CursorShapeInfo; variable165 void SendCursorShape(scoped_ptr<protocol::CursorShapeInfo> cursor_shape);
119 scoped_ptr<protocol::CursorShapeInfo> cursor_proto( in OnMouseCursor()120 new protocol::CursorShapeInfo()); in OnMouseCursor()360 scoped_ptr<protocol::CursorShapeInfo> cursor_shape) { in SendCursorShape()
149 void SetCursorShape(const protocol::CursorShapeInfo& cursor_shape);253 const protocol::CursorShapeInfo& cursor_shape) { in SetCursorShape()
27 class CursorShapeInfo; variable116 virtual void SetCursorShape(const protocol::CursorShapeInfo& shape) OVERRIDE;
109 void UpdateCursorShape(const protocol::CursorShapeInfo& cursor_shape);
333 const protocol::CursorShapeInfo& cursor_shape) { in UpdateCursorShape()
361 const protocol::CursorShapeInfo& shape) { in SetCursorShape()
21 optional CursorShapeInfo cursor_shape = 4;
42 message CursorShapeInfo { message
87 const protocol::CursorShapeInfo& cursor_shape) OVERRIDE;
114 const protocol::CursorShapeInfo& cursor_shape) { in SetCursorShape()
137 const protocol::CursorShapeInfo& cursor_shape) OVERRIDE;
557 const protocol::CursorShapeInfo& cursor_shape) { in SetCursorShape()
71 const protocol::CursorShapeInfo& cursor_shape) OVERRIDE {}; in SetCursorShape()