Searched defs:SetCursor (Results 1 - 25 of 36) sorted by last modified time

12

/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_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/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/rendering/
H A DRenderObject.h76 SetCursor, enumerator in enum:blink::CursorDirective
/external/chromium_org/ui/aura/test/
H A Dtest_cursor_client.cc26 void TestCursorClient::SetCursor(gfx::NativeCursor cursor) { function in class:aura::test::TestCursorClient
/external/chromium_org/ui/aura/
H A Dwindow_tree_host.cc141 void WindowTreeHost::SetCursor(gfx::NativeCursor cursor) { function in class:aura::WindowTreeHost
/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_window.cc134 void CacaWindow::SetCursor(PlatformCursor cursor) {} function in class:ui::CacaWindow
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_cursor.cc28 void DriCursor::SetCursor(gfx::AcceleratedWidget widget, function in class:ui::DriCursor
H A Ddri_window.cc86 void DriWindow::SetCursor(PlatformCursor cursor) { function in class:ui::DriWindow
87 window_manager_->cursor()->SetCursor(widget_, cursor);
H A Ddri_wrapper.cc256 bool DriWrapper::SetCursor(uint32_t crtc_id, function in class:ui::DriWrapper
260 TRACE_EVENT1("dri", "DriWrapper::SetCursor", "handle", handle);
H A Dhardware_display_controller.cc191 bool HardwareDisplayController::SetCursor(scoped_refptr<ScanoutBuffer> buffer) { function in class:ui::HardwareDisplayController
199 status &= drm_->SetCursor(
210 status &= drm_->SetCursor(crtc_states_[i]->crtc(), 0, gfx::Size());
/external/chromium_org/ui/ozone/platform/dri/test/
H A Dmock_dri_wrapper.cc120 bool MockDriWrapper::SetCursor(uint32_t crtc_id, function in class:ui::MockDriWrapper
/external/chromium_org/ui/ozone/platform/egltest/
H A Dozone_platform_egltest.cc71 virtual void SetCursor(PlatformCursor cursor) OVERRIDE;
144 void EgltestWindow::SetCursor(PlatformCursor cursor) { function in class:ui::__anon17000::EgltestWindow
/external/chromium_org/ui/ozone/platform/test/
H A Dtest_window.cc74 void TestWindow::SetCursor(PlatformCursor cursor) { function in class:ui::TestWindow
/external/chromium_org/ui/platform_window/win/
H A Dwin_window.cc105 void WinWindow::SetCursor(PlatformCursor cursor) {} function in class:ui::WinWindow
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc248 void X11Window::SetCursor(PlatformCursor cursor) {} function in class:ui::X11Window
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_cursor_manager.cc49 SetCursor(delegate->GetCursor(), delegate);
52 void DesktopNativeCursorManager::SetCursor( function in class:views::DesktopNativeCursorManager
61 (*i)->SetCursor(new_cursor);
71 SetCursor(delegate->GetCursor(), delegate);
76 (*i)->SetCursor(invisible_cursor);
H A Ddesktop_native_widget_aura.cc871 void DesktopNativeWidgetAura::SetCursor(gfx::NativeCursor cursor) { function in class:views::DesktopNativeWidgetAura
876 cursor_client->SetCursor(cursor);
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc617 void NativeWidgetAura::SetCursor(gfx::NativeCursor cursor) { function in class:views::NativeWidgetAura
622 cursor_client->SetCursor(cursor);
H A Dwidget.cc805 void Widget::SetCursor(gfx::NativeCursor cursor) { function in class:views::Widget
806 native_widget_->SetCursor(cursor);
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc786 void HWNDMessageHandler::SetCursor(HCURSOR cursor) { function in class:views::HWNDMessageHandler
788 previous_cursor_ = ::SetCursor(cursor);
791 ::SetCursor(previous_cursor_);
1993 SetCursor(current_cursor_);
2002 ::SetCursor(LoadCursor(NULL, cursor));
/external/chromium_org/ui/wm/core/
H A Dcursor_manager.cc83 void CursorManager::SetCursor(gfx::NativeCursor cursor) { function in class:wm::CursorManager
87 delegate_->SetCursor(state_on_unlock_->cursor(), this);
166 delegate_->SetCursor(state_on_unlock_->cursor(), this);
/external/chromium_org/pdf/
H A Dfading_controls.cc176 void FadingControls::SetCursor(uint32 control_id, function in class:chrome_pdf::FadingControls
178 owner()->SetCursor(control_id, cursor_type);
/external/chromium_org/ppapi/c/dev/
H A Dppb_cursor_control_dev.h39 PP_Bool (*SetCursor)(PP_Instance instance, member in struct:PPB_CursorControl_Dev_0_4

Completed in 769 milliseconds

12