HomeSort by relevance Sort by last modified time
    Searched refs:WebCursor (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/content/common/cursors/
webcursor_android.cc 5 #include "content/common/cursors/webcursor.h"
12 void WebCursor::InitPlatformData() {
15 bool WebCursor::SerializePlatformData(Pickle* pickle) const {
19 bool WebCursor::DeserializePlatformData(PickleIterator* iter) {
23 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const {
27 void WebCursor::CleanupPlatformData() {
30 void WebCursor::CopyPlatformData(const WebCursor& other) {
webcursor_aurawin.cc 5 #include "content/common/cursors/webcursor.h"
14 const ui::PlatformCursor WebCursor::GetPlatformCursor() {
30 void WebCursor::SetDisplayInfo(const gfx::Display& display) {
34 void WebCursor::InitPlatformData() {
38 bool WebCursor::SerializePlatformData(Pickle* pickle) const {
42 bool WebCursor::DeserializePlatformData(PickleIterator* iter) {
46 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const {
50 void WebCursor::CleanupPlatformData() {
57 void WebCursor::CopyPlatformData(const WebCursor& other)
    [all...]
webcursor_aurax11.cc 5 #include "content/common/cursors/webcursor.h"
20 const ui::PlatformCursor WebCursor::GetPlatformCursor() {
41 void WebCursor::SetDisplayInfo(const gfx::Display& display) {
55 void WebCursor::InitPlatformData() {
61 bool WebCursor::SerializePlatformData(Pickle* pickle) const {
65 bool WebCursor::DeserializePlatformData(PickleIterator* iter) {
69 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const {
73 void WebCursor::CleanupPlatformData() {
80 void WebCursor::CopyPlatformData(const WebCursor& other)
    [all...]
webcursor_ozone.cc 5 #include "content/common/cursors/webcursor.h"
14 const ui::PlatformCursor WebCursor::GetPlatformCursor() {
28 void WebCursor::SetDisplayInfo(const gfx::Display& display) {
42 void WebCursor::InitPlatformData() {
48 bool WebCursor::SerializePlatformData(Pickle* pickle) const {
52 bool WebCursor::DeserializePlatformData(PickleIterator* iter) {
56 bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const {
60 void WebCursor::CleanupPlatformData() {
67 void WebCursor::CopyPlatformData(const WebCursor& other)
    [all...]
webcursor.h 42 // WebCursor.
43 class CONTENT_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
    [all...]
webcursor.cc 5 #include "content/common/cursors/webcursor.h"
17 WebCursor::WebCursor()
26 WebCursor::WebCursor(const CursorInfo& cursor_info)
35 WebCursor::~WebCursor() {
39 WebCursor::WebCursor(const WebCursor& other)
    [all...]
webcursor_unittest.cc 6 #include "content/common/cursors/webcursor.h"
15 WebCursor custom_cursor;
37 WebCursor custom_cursor;
133 WebCursor custom_cursor;
156 WebCursor::CursorInfo info;
160 // Set hotspot to an invalid point again, pipe back through WebCursor,
169 WebCursor custom_cursor;
192 WebCursor custom_cursor;
webcursor_aura.cc 5 #include "content/common/cursors/webcursor.h"
15 gfx::NativeCursor WebCursor::GetNativeCursor() {
  /external/chromium_org/content/renderer/
cursor_utils.h 8 class WebCursor;
17 bool GetWebKitCursorInfo(const WebCursor& cursor,
22 WebCursor* cursor,
cursor_utils.cc 8 #include "content/common/cursors/webcursor.h"
15 bool GetWebKitCursorInfo(const WebCursor& cursor,
17 WebCursor::CursorInfo cursor_info;
31 WebCursor* cursor,
33 WebCursor::CursorInfo web_cursor_info;
  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator.h 9 #include "content/common/cursors/webcursor.h"
42 void InitCursorFromResource(WebCursor* cursor, float scale, int resource_id);
69 WebCursor pointer_cursor_;
70 WebCursor touch_cursor_;
71 WebCursor pinch_cursor_;
touch_emulator_client.h 9 #include "content/common/cursors/webcursor.h"
21 virtual void SetCursor(const WebCursor& cursor) = 0;
touch_emulator.cc 66 WebCursor::CursorInfo cursor_info;
113 WebCursor* cursor, float scale, int resource_id) {
116 WebCursor::CursorInfo cursor_info;
  /external/chromium_org/content/common/
content_param_traits.h 18 #include "content/common/cursors/webcursor.h"
40 struct ParamTraits<content::WebCursor> {
41 typedef content::WebCursor param_type;
49 l->append("<WebCursor>");
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_android.cc 11 #include "content/common/cursors/webcursor.h"
75 const WebInputEvent& event, WebCursor::CursorInfo* cursor_info) {
webplugin_delegate_impl_aura.cc 8 #include "content/common/cursors/webcursor.h"
62 const WebInputEvent& event, WebCursor::CursorInfo* cursor_info) {
webplugin_delegate.h 13 #include "content/common/cursors/webcursor.h"
77 WebCursor::CursorInfo* cursor) = 0;
webplugin_delegate_impl.h 18 #include "content/common/cursors/webcursor.h"
91 WebCursor::CursorInfo* cursor_info) OVERRIDE;
275 WebCursor::CursorInfo* cursor_info);
451 WebCursor current_windowless_cursor_;
  /external/chromium_org/content/plugin/
webplugin_delegate_stub.h 31 class WebCursor;
73 bool* handled, WebCursor* cursor);
  /external/chromium_org/content/common/browser_plugin/
browser_plugin_messages.h 14 #include "content/common/cursors/webcursor.h"
244 content::WebCursor /* cursor */)
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.h 66 class WebCursor;
320 void OnSetCursor(const WebCursor& cursor);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.h 55 class WebCursor;
216 virtual void UpdateCursor(const WebCursor& cursor) = 0;
render_widget_host_impl.h 89 class WebCursor;
297 virtual void SetCursor(const WebCursor& cursor) OVERRIDE;
629 void OnSetCursor(const WebCursor& cursor);
    [all...]
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h 249 void OnSetCursor(int instance_id, const WebCursor& cursor);
286 WebCursor cursor_;
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.h 68 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;

Completed in 608 milliseconds

1 2