/external/chromium_org/ui/views/corewm/ |
native_cursor_manager_delegate.h | 23 virtual gfx::NativeCursor GetCursor() const = 0;
|
cursor_manager.cc | 94 GetCursor() != state_on_unlock_->cursor()) { 99 gfx::NativeCursor CursorManager::GetCursor() const { 183 if (GetCursor() != state_on_unlock_->cursor()) {
|
cursor_manager.h | 44 virtual gfx::NativeCursor GetCursor() const OVERRIDE;
|
cursor_manager_unittest.cc | 89 EXPECT_EQ(ui::kCursorCopy, cursor_manager_.GetCursor().native_type()); 96 EXPECT_EQ(ui::kCursorCopy, cursor_manager_.GetCursor().native_type()); 140 EXPECT_EQ(ui::kCursorCopy, cursor_manager_.GetCursor().native_type()); 147 EXPECT_EQ(ui::kCursorCopy, cursor_manager_.GetCursor().native_type());
|
/external/chromium_org/ash/test/ |
cursor_manager_test_api.cc | 35 return cursor_manager_->GetCursor();
|
/external/chromium_org/ui/gfx/ |
gtk_util.h | 41 GFX_EXPORT GdkCursor* GetCursor(int type);
|
/external/chromium_org/ui/views/controls/ |
resize_area.h | 30 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
|
link.h | 39 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
|
resize_area.cc | 35 gfx::NativeCursor ResizeArea::GetCursor(const ui::MouseEvent& event) {
|
single_split_view.h | 44 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
|
/external/chromium_org/ash/wm/ |
ash_native_cursor_manager.cc | 65 SetCursor(delegate->GetCursor(), delegate); 90 SetCursor(delegate->GetCursor(), delegate); 100 SetCursor(delegate->GetCursor(), delegate); 109 SetCursor(delegate->GetCursor(), delegate);
|
partial_screenshot_view.h | 51 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
|
/external/chromium_org/ui/aura/client/ |
cursor_client.h | 29 virtual gfx::NativeCursor GetCursor() const = 0;
|
/external/chromium_org/ui/aura/ |
window_delegate.h | 49 virtual gfx::NativeCursor GetCursor(const gfx::Point& point) = 0;
|
/external/chromium/webkit/glue/ |
webcursor.h | 61 // specific cursor object. Otherwise GetCursor should be used. 76 HCURSOR GetCursor(HINSTANCE module_handle); 95 NSCursor* GetCursor() const;
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_native_cursor_manager.cc | 41 SetCursor(delegate->GetCursor(), delegate); 61 SetCursor(delegate->GetCursor(), delegate);
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
extension_view_views.h | 65 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
|
/external/chromium_org/content/browser/web_contents/aura/ |
image_window_delegate.cc | 46 gfx::NativeCursor ImageWindowDelegate::GetCursor(const gfx::Point& point) {
|
image_window_delegate.h | 31 virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE;
|
/external/chromium_org/ui/aura/test/ |
test_cursor_client.cc | 27 gfx::NativeCursor TestCursorClient::GetCursor() const {
|
test_cursor_client.h | 23 virtual gfx::NativeCursor GetCursor() const OVERRIDE;
|
/external/chromium_org/ui/message_center/views/ |
group_view.h | 40 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
|
notification_view.h | 53 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
|
/external/chromium_org/ui/views/controls/table/ |
table_header.h | 34 virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
|
/external/chromium_org/webkit/common/cursors/ |
webcursor_win.cc | 112 HCURSOR WebCursor::GetCursor(HINSTANCE module_handle){ 141 return GetCursor(NULL); 169 // the GetCursor member function is invoked on this WebCursor instance. The
|