Searched refs:SetCursor (Results 1 - 25 of 125) sorted by last modified time

12345

/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysevents.cc212 be_app->SetCursor(B_HAND_CURSOR);
H A DSDL_sysmouse.cc112 be_app->SetCursor(SDL_BlankCursor->bits);
115 be_app->SetCursor(cursor->bits);
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macevents.c76 SetCursor(GetQDGlobalsArrow(&cursor));
79 SetCursor(&theQD->arrow);
H A DSDL_macmouse.c99 SetCursor(&cursor->curs);
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_sysevents.cc110 be_app->SetCursor(B_HAND_CURSOR);
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysevents.c620 SetCursor(SDL_hcursor);
H A DSDL_sysmouse.c94 SetCursor(NULL);
203 SetCursor(SDL_hcursor);
/external/pdfium/fpdfsdk/include/
H A Dfx_systemhandler.h57 virtual void SetCursor(FX_INT32 nCursorType) = 0;
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_EditCtrl.h130 virtual void SetCursor();
H A DPWL_Wnd.h396 virtual void SetCursor();
/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp44 virtual void SetCursor(FX_INT32 nCursorType);
74 void CFX_SystemHandler::SetCursor(FX_INT32 nCursorType) function in class:CFX_SystemHandler
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp645 pSH->SetCursor(FXCT_ARROW);
H A DPWL_EditCtrl.cpp65 void CPWL_EditCtrl::SetCursor() function in class:CPWL_EditCtrl
72 pSH->SetCursor(FXCT_VBEAM);
74 pSH->SetCursor(FXCT_HBEAM);
H A DPWL_Wnd.cpp554 SetCursor();\
569 SetCursor();\
594 SetCursor();
967 void CPWL_Wnd::SetCursor() function in class:CPWL_Wnd
974 pSH->SetCursor(nCursorType);
/external/libpng/contrib/visupng/
H A DVisualPng.c284 SetCursor (LoadCursor (NULL, IDC_WAIT));
291 SetCursor (LoadCursor (NULL, IDC_ARROW));
677 SetCursor (LoadCursor (NULL, IDC_WAIT));
684 SetCursor (LoadCursor (NULL, IDC_ARROW));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp1048 case SetCursor:
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFrameSet.cpp659 return SetCursor;
663 return SetCursor;
H A DRenderObject.h76 SetCursor, enumerator in enum:blink::CursorDirective
/external/chromium_org/ui/aura/client/
H A Dcursor_client.h30 virtual void SetCursor(gfx::NativeCursor cursor) = 0;
70 // set by the lastest call of SetCursor, ShowCursor/HideCursor, and
/external/chromium_org/ui/aura/test/
H A Dtest_cursor_client.cc26 void TestCursorClient::SetCursor(gfx::NativeCursor cursor) { function in class:aura::test::TestCursorClient
H A Dtest_cursor_client.h25 // Used to track the number of times SetCursor() was called.
35 virtual void SetCursor(gfx::NativeCursor cursor) OVERRIDE;
/external/chromium_org/ui/aura/
H A Dwindow_tree_host.cc141 void WindowTreeHost::SetCursor(gfx::NativeCursor cursor) { function in class:aura::WindowTreeHost
H A Dwindow_tree_host.h104 // called, at which point the cursor that was last set via SetCursor() will be
106 void SetCursor(gfx::NativeCursor cursor);
H A Dwindow_tree_host_ozone.cc103 platform_window_->SetCursor(cursor.platform());

Completed in 332 milliseconds

12345