Searched refs:current_cursor_ (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.cc181 current_cursor_ = cursor;
183 cursor = current_cursor_;
234 current_cursor_ = cursor;
H A Dwebview_plugin.h144 blink::WebCursorInfo current_cursor_; member in class:WebViewPlugin
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_x11.h83 // |current_cursor_|.
94 gfx::NativeCursor current_cursor_; member in class:aura::WindowTreeHostX11
H A Dwindow_tree_host_x11.cc243 current_cursor_(ui::kCursorNull),
625 if (cursor == current_cursor_)
627 current_cursor_ = cursor;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.h288 gfx::NativeCursor current_cursor_; member in class:views::DesktopWindowTreeHostX11
H A Ddesktop_window_tree_host_x11.cc144 current_cursor_(ui::kCursorNull),
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc799 current_cursor_ = cursor;
802 current_cursor_.SetDisplayInfo(display);
1596 current_cursor_.SetDisplayInfo(display);
1629 return current_cursor_.GetNativeCursor();
1671 current_cursor_.SetDisplayInfo(display);
2197 gfx::NativeCursor cursor = current_cursor_.GetNativeCursor();
H A Drender_widget_host_view_aura.h489 WebCursor current_cursor_; member in class:content::RenderWidgetHostViewAura
/external/chromium_org/content/renderer/
H A Drender_widget.h535 WebCursor current_cursor_; member in class:content::RenderWidget
H A Drender_widget.cc1250 if (!current_cursor_.IsEqual(cursor)) {
1251 current_cursor_ = cursor;
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.h497 HCURSOR current_cursor_; member in class:views::HWNDMessageHandler
H A Dhwnd_message_handler.cc344 current_cursor_(NULL),
789 current_cursor_ = cursor;
1954 SetCursor(current_cursor_);

Completed in 1642 milliseconds