HomeSort by relevance Sort by last modified time
    Searched refs:SetCursor (Results 26 - 50 of 118) sorted by null

12 3 4 5

  /external/chromium_org/ui/wm/core/
cursor_manager.cc 83 void CursorManager::SetCursor(gfx::NativeCursor cursor) {
87 delegate_->SetCursor(state_on_unlock_->cursor(), this);
166 delegate_->SetCursor(state_on_unlock_->cursor(), this);
cursor_manager.h 46 virtual void SetCursor(gfx::NativeCursor) OVERRIDE;
cursor_manager_unittest.cc 20 virtual void SetCursor(
82 cursor_manager_.SetCursor(ui::kCursorCopy);
133 cursor_manager_.SetCursor(ui::kCursorCopy);
  /external/chromium_org/apps/shell/browser/
shell_desktop_controller.cc 88 SetCursor(delegate->GetCursor(), delegate);
91 virtual void SetCursor(
108 SetCursor(delegate->GetCursor(), delegate);
122 SetCursor(delegate->GetCursor(), delegate);
135 host_->SetCursor(cursor);
274 cursor_manager_->SetCursor(ui::kCursorPointer);
  /external/chromium_org/native_client_sdk/src/examples/api/mouse_cursor/
mouse_cursor.cc 59 pp::MouseCursor::SetCursor(this, cursor, custom_cursor_, hot_spot);
61 pp::MouseCursor::SetCursor(this, cursor);
  /external/chromium_org/ui/views/controls/native/
native_view_host_aura_unittest.cc 107 toplevel()->SetCursor(ui::kCursorHand);
108 child()->SetCursor(ui::kCursorWait);
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysmouse.cc 112 be_app->SetCursor(SDL_BlankCursor->bits);
115 be_app->SetCursor(cursor->bits);
  /external/chromium_org/pdf/
control.h 33 virtual void SetCursor(uint32 control_id,
fading_controls.h 41 virtual void SetCursor(uint32 control_id, PP_CursorType_Dev cursor_type);
  /external/chromium_org/ui/aura/test/
test_cursor_client.cc 26 void TestCursorClient::SetCursor(gfx::NativeCursor cursor) {
test_cursor_client.h 25 // Used to track the number of times SetCursor() was called.
35 virtual void SetCursor(gfx::NativeCursor cursor) OVERRIDE;
  /external/chromium_org/ui/base/cursor/ozone/
bitmap_cursor_factory_ozone.cc 61 void BitmapCursorFactoryOzone::SetCursor(gfx::AcceleratedWidget widget,
bitmap_cursor_factory_ozone.h 57 virtual void SetCursor(gfx::AcceleratedWidget widget,
  /external/chromium_org/ui/ozone/platform/dri/
dri_wrapper.h 103 virtual bool SetCursor(uint32_t crtc_id,
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_cursor_manager.h 54 virtual void SetCursor(
  /external/chromium_org/ui/ozone/platform/dri/test/
mock_dri_wrapper.cc 99 bool MockDriWrapper::SetCursor(uint32_t crtc_id,
mock_dri_wrapper.h 61 virtual bool SetCursor(uint32_t crtc_id,
  /external/pdfium/fpdfsdk/include/
fx_systemhandler.h 57 virtual void SetCursor(FX_INT32 nCursorType) = 0;
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macmouse.c 99 SetCursor(&cursor->curs);
  /external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc 240 pp::MouseCursor::SetCursor(instance_, PP_MOUSECURSOR_TYPE_NONE);
280 pp::MouseCursor::SetCursor(instance_, PP_MOUSECURSOR_TYPE_CUSTOM,
287 pp::MouseCursor::SetCursor(instance_, PP_MOUSECURSOR_TYPE_POINTER);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRewriteRuleElementStream.h 46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRewriteRuleElementStream.h 46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRewriteRuleElementStream.h 46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor;
  /external/chromium_org/ui/aura/
window_tree_host.h 104 // called, at which point the cursor that was last set via SetCursor() will be
106 void SetCursor(gfx::NativeCursor cursor);
window_tree_host_ozone.cc 90 ui::CursorFactoryOzone::GetInstance()->SetCursor(GetAcceleratedWidget(),

Completed in 1099 milliseconds

12 3 4 5