Home
last modified time | relevance | path

Searched refs:WebCursor (Results 1 – 25 of 66) sorted by relevance

123

/external/chromium/webkit/glue/
Dwebcursor.cc17 WebCursor::WebCursor() in WebCursor() function in WebCursor
22 WebCursor::WebCursor(const WebCursorInfo& cursor_info) in WebCursor() function in WebCursor
28 WebCursor::~WebCursor() { in ~WebCursor()
32 WebCursor::WebCursor(const WebCursor& other) { in WebCursor() function in WebCursor
37 const WebCursor& WebCursor::operator=(const WebCursor& other) { in operator =()
46 void WebCursor::InitFromCursorInfo(const WebCursorInfo& cursor_info) { in InitFromCursorInfo()
63 void WebCursor::GetCursorInfo(WebCursorInfo* cursor_info) const { in GetCursorInfo()
73 bool WebCursor::Deserialize(const Pickle* pickle, void** iter) { in Deserialize()
117 bool WebCursor::Serialize(Pickle* pickle) const { in Serialize()
134 bool WebCursor::IsCustom() const { in IsCustom()
[all …]
Dwebcursor.h42 class WebCursor {
44 WebCursor();
45 explicit WebCursor(const WebKit::WebCursorInfo& cursor_info);
46 ~WebCursor();
49 WebCursor(const WebCursor& other);
50 const WebCursor& operator=(const WebCursor& other);
67 bool IsEqual(const WebCursor& other) const;
109 void Copy(const WebCursor& other);
123 bool IsPlatformDataEqual(const WebCursor& other) const ;
126 void CopyPlatformData(const WebCursor& other);
Dwebcursor_gtk.cc66 int WebCursor::GetCursorType() const { in GetCursorType()
165 gfx::NativeCursor WebCursor::GetNativeCursor() { in GetNativeCursor()
172 GdkCursor* WebCursor::GetCustomCursor() { in GetCustomCursor()
214 void WebCursor::InitPlatformData() { in InitPlatformData()
219 bool WebCursor::SerializePlatformData(Pickle* pickle) const { in SerializePlatformData()
223 bool WebCursor::DeserializePlatformData(const Pickle* pickle, void** iter) { in DeserializePlatformData()
227 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { in IsPlatformDataEqual()
231 void WebCursor::CleanupPlatformData() { in CleanupPlatformData()
239 void WebCursor::CopyPlatformData(const WebCursor& other) { in CopyPlatformData()
Dwebcursor_win.cc139 HCURSOR WebCursor::GetCursor(HINSTANCE module_handle){ in GetCursor()
194 gfx::NativeCursor WebCursor::GetNativeCursor() { in GetNativeCursor()
198 void WebCursor::InitFromExternalCursor(HCURSOR cursor) { in InitFromExternalCursor()
207 void WebCursor::InitPlatformData() { in InitPlatformData()
212 bool WebCursor::SerializePlatformData(Pickle* pickle) const { in SerializePlatformData()
219 bool WebCursor::DeserializePlatformData(const Pickle* pickle, void** iter) { in DeserializePlatformData()
223 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { in IsPlatformDataEqual()
230 void WebCursor::CopyPlatformData(const WebCursor& other) { in CopyPlatformData()
238 void WebCursor::CleanupPlatformData() { in CleanupPlatformData()
Dwebcursor_mac.mm81 NSCursor* WebCursor::GetCursor() const {
167 gfx::NativeCursor WebCursor::GetNativeCursor() {
171 void WebCursor::InitFromThemeCursor(ThemeCursor cursor) {
240 void WebCursor::InitFromCursor(const Cursor* cursor) {
285 void WebCursor::InitFromNSCursor(NSCursor* cursor) {
337 void WebCursor::SetCustomData(const WebImage& image) {
369 void WebCursor::ImageFromCustomData(WebImage* image) const {
378 void WebCursor::InitPlatformData() {
382 bool WebCursor::SerializePlatformData(Pickle* pickle) const {
386 bool WebCursor::DeserializePlatformData(const Pickle* pickle, void** iter) {
[all …]
Dwebcursor_unittest.cc14 WebCursor custom_cursor; in TEST()
87 WebCursor win32_custom_cursor; in TEST()
98 WebCursor custom_cursor; in TEST()
/external/chromium_org/webkit/common/cursors/
Dwebcursor_null.cc7 const ui::PlatformCursor WebCursor::GetPlatformCursor() { in GetPlatformCursor()
11 void WebCursor::SetDisplayInfo(const gfx::Display& display) { in SetDisplayInfo()
15 void WebCursor::InitPlatformData() { in InitPlatformData()
18 bool WebCursor::SerializePlatformData(Pickle* pickle) const { in SerializePlatformData()
22 bool WebCursor::DeserializePlatformData(PickleIterator* iter) { in DeserializePlatformData()
26 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { in IsPlatformDataEqual()
30 void WebCursor::CleanupPlatformData() { in CleanupPlatformData()
33 void WebCursor::CopyPlatformData(const WebCursor& other) { in CopyPlatformData()
Dwebcursor.cc15 WebCursor::WebCursor() in WebCursor() function in WebCursor
24 WebCursor::WebCursor(const CursorInfo& cursor_info) in WebCursor() function in WebCursor
33 WebCursor::~WebCursor() { in ~WebCursor()
37 WebCursor::WebCursor(const WebCursor& other) { in WebCursor() function in WebCursor
42 const WebCursor& WebCursor::operator=(const WebCursor& other) { in operator =()
51 void WebCursor::InitFromCursorInfo(const CursorInfo& cursor_info) { in InitFromCursorInfo()
70 void WebCursor::GetCursorInfo(CursorInfo* cursor_info) const { in GetCursorInfo()
81 bool WebCursor::Deserialize(PickleIterator* iter) { in Deserialize()
133 bool WebCursor::Serialize(Pickle* pickle) const { in Serialize()
151 bool WebCursor::IsCustom() const { in IsCustom()
[all …]
Dwebcursor_aurawin.cc12 const ui::PlatformCursor WebCursor::GetPlatformCursor() { in GetPlatformCursor()
28 void WebCursor::SetDisplayInfo(const gfx::Display& display) { in SetDisplayInfo()
32 void WebCursor::InitPlatformData() { in InitPlatformData()
36 bool WebCursor::SerializePlatformData(Pickle* pickle) const { in SerializePlatformData()
40 bool WebCursor::DeserializePlatformData(PickleIterator* iter) { in DeserializePlatformData()
44 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { in IsPlatformDataEqual()
48 void WebCursor::CleanupPlatformData() { in CleanupPlatformData()
55 void WebCursor::CopyPlatformData(const WebCursor& other) { in CopyPlatformData()
Dwebcursor_android.cc10 void WebCursor::InitPlatformData() { in InitPlatformData()
13 bool WebCursor::SerializePlatformData(Pickle* pickle) const { in SerializePlatformData()
17 bool WebCursor::DeserializePlatformData(PickleIterator* iter) { in DeserializePlatformData()
21 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { in IsPlatformDataEqual()
25 void WebCursor::CleanupPlatformData() { in CleanupPlatformData()
28 void WebCursor::CopyPlatformData(const WebCursor& other) { in CopyPlatformData()
Dwebcursor.h43 class WEBKIT_COMMON_EXPORT WebCursor {
71 WebCursor();
72 explicit WebCursor(const CursorInfo& cursor_info);
73 ~WebCursor();
76 WebCursor(const WebCursor& other);
77 const WebCursor& operator=(const WebCursor& other);
94 bool IsEqual(const WebCursor& other) const;
135 void Copy(const WebCursor& other);
149 bool IsPlatformDataEqual(const WebCursor& other) const ;
152 void CopyPlatformData(const WebCursor& other);
Dwebcursor_aurax11.cc17 const ui::PlatformCursor WebCursor::GetPlatformCursor() { in GetPlatformCursor()
38 void WebCursor::SetDisplayInfo(const gfx::Display& display) { in SetDisplayInfo()
52 void WebCursor::InitPlatformData() { in InitPlatformData()
58 bool WebCursor::SerializePlatformData(Pickle* pickle) const { in SerializePlatformData()
62 bool WebCursor::DeserializePlatformData(PickleIterator* iter) { in DeserializePlatformData()
66 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { in IsPlatformDataEqual()
70 void WebCursor::CleanupPlatformData() { in CleanupPlatformData()
77 void WebCursor::CopyPlatformData(const WebCursor& other) { in CopyPlatformData()
Dwebcursor_gtk.cc49 int WebCursor::GetCursorType() const { in GetCursorType()
143 gfx::NativeCursor WebCursor::GetNativeCursor() { in GetNativeCursor()
150 GdkCursor* WebCursor::GetCustomCursor() { in GetCustomCursor()
193 void WebCursor::InitPlatformData() { in InitPlatformData()
198 bool WebCursor::SerializePlatformData(Pickle* pickle) const { in SerializePlatformData()
202 bool WebCursor::DeserializePlatformData(PickleIterator* iter) { in DeserializePlatformData()
206 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { in IsPlatformDataEqual()
210 void WebCursor::CleanupPlatformData() { in CleanupPlatformData()
218 void WebCursor::CopyPlatformData(const WebCursor& other) { in CopyPlatformData()
Dwebcursor_win.cc112 HCURSOR WebCursor::GetCursor(HINSTANCE module_handle){ in GetCursor()
140 gfx::NativeCursor WebCursor::GetNativeCursor() { in GetNativeCursor()
144 void WebCursor::InitPlatformData() { in InitPlatformData()
148 bool WebCursor::SerializePlatformData(Pickle* pickle) const { in SerializePlatformData()
155 bool WebCursor::DeserializePlatformData(PickleIterator* iter) { in DeserializePlatformData()
159 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { in IsPlatformDataEqual()
166 void WebCursor::CopyPlatformData(const WebCursor& other) { in CopyPlatformData()
174 void WebCursor::CleanupPlatformData() { in CleanupPlatformData()
Dwebcursor_unittest.cc13 WebCursor custom_cursor; in TEST()
42 WebCursor custom_cursor; in TEST()
139 WebCursor custom_cursor; in TEST()
141 WebCursor win32_custom_cursor; in TEST()
152 WebCursor custom_cursor; in TEST()
175 WebCursor::CursorInfo info; in TEST()
188 WebCursor custom_cursor; in TEST()
218 WebCursor custom_cursor; in TEST()
Dwebcursor_mac.mm194 gfx::NativeCursor WebCursor::GetNativeCursor() {
311 void WebCursor::InitFromNSCursor(NSCursor* cursor) {
373 void WebCursor::InitPlatformData() {
377 bool WebCursor::SerializePlatformData(Pickle* pickle) const {
381 bool WebCursor::DeserializePlatformData(PickleIterator* iter) {
385 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const {
389 void WebCursor::CleanupPlatformData() {
393 void WebCursor::CopyPlatformData(const WebCursor& other) {
/external/chromium_org/content/renderer/
Dcursor_utils.cc15 bool GetWebKitCursorInfo(const WebCursor& cursor, in GetWebKitCursorInfo()
17 WebCursor::CursorInfo cursor_info; in GetWebKitCursorInfo()
31 WebCursor* cursor, in InitializeCursorFromWebKitCursorInfo()
33 WebCursor::CursorInfo web_cursor_info; in InitializeCursorFromWebKitCursorInfo()
Dcursor_utils.h8 class WebCursor; variable
17 bool GetWebKitCursorInfo(const WebCursor& cursor,
22 WebCursor* cursor,
/external/chromium_org/content/common/
Dcontent_param_traits.h48 struct ParamTraits<WebCursor> {
49 typedef WebCursor param_type;
/external/chromium_org/content/plugin/
Dwebplugin_delegate_stub.h24 class WebCursor; variable
73 bool* handled, WebCursor* cursor);
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_gtk.h74 virtual void UpdateCursor(const WebCursor& cursor);
183 WebCursor current_cursor_;
/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_aura.cc62 const WebInputEvent& event, WebCursor::CursorInfo* cursor_info) { in PlatformHandleInputEvent()
Dwebplugin_delegate_impl.h97 WebCursor::CursorInfo* cursor_info) OVERRIDE;
286 WebCursor::CursorInfo* cursor_info);
485 WebCursor current_windowless_cursor_;
Dwebplugin_delegate_impl_android.cc75 const WebInputEvent& event, WebCursor::CursorInfo* cursor_info) { in PlatformHandleInputEvent()
/external/chromium_org/content/port/browser/
Drender_widget_host_view_port.h27 class WebCursor; variable
96 virtual void UpdateCursor(const WebCursor& cursor) = 0;

123