HomeSort by relevance Sort by last modified time
    Searched refs:SetDisplay (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/ui/base/cursor/
image_cursors.h 32 bool SetDisplay(const gfx::Display& display, float scale_factor);
image_cursors.cc 89 bool ImageCursors::SetDisplay(const gfx::Display& display,
  /external/chromium_org/ui/wm/core/
native_cursor_manager.h 28 virtual void SetDisplay(
cursor_manager.h 56 virtual void SetDisplay(const gfx::Display& display) OVERRIDE;
cursor_manager.cc 151 void CursorManager::SetDisplay(const gfx::Display& display) {
152 delegate_->SetDisplay(display, this);
cursor_manager_unittest.cc 16 virtual void SetDisplay(
  /external/chromium_org/mojo/services/surfaces/
surfaces_service_application.h 36 virtual void SetDisplay(cc::Display*) OVERRIDE;
surfaces_service_application.cc 44 void SurfacesServiceApplication::SetDisplay(cc::Display* display) {
surfaces_impl.h 32 virtual void SetDisplay(cc::Display*) = 0;
surfaces_impl.cc 79 client_->SetDisplay(display_.get());
  /external/chromium_org/ash/display/
cursor_window_controller.h 41 void SetDisplay(const gfx::Display& display);
cursor_window_controller.cc 122 SetDisplay(display);
134 void CursorWindowController::SetDisplay(const gfx::Display& display) {
  /external/chromium_org/ash/wm/
ash_native_cursor_manager.h 48 virtual void SetDisplay(
ash_native_cursor_manager.cc 73 void AshNativeCursorManager::SetDisplay(
89 if (image_cursors_->SetDisplay(display, cursor_scale))
93 SetDisplay(display);
  /external/chromium_org/ui/aura/client/
cursor_client.h 62 virtual void SetDisplay(const gfx::Display& display) = 0;
  /external/chromium_org/ui/aura/test/
test_cursor_client.cc 69 void TestCursorClient::SetDisplay(const gfx::Display& display) {
test_cursor_client.h 45 virtual void SetDisplay(const gfx::Display& display) OVERRIDE;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_cursor_manager.h 51 virtual void SetDisplay(
desktop_native_cursor_manager.cc 39 void DesktopNativeCursorManager::SetDisplay(
  /external/chromium_org/athena/env/
athena_env_impl.cc 105 virtual void SetDisplay(const gfx::Display& display,
107 if (image_cursors_->SetDisplay(display, display.device_scale_factor()))
207 cursor_manager_->SetDisplay(
  /external/chromium_org/extensions/shell/browser/
shell_desktop_controller.cc 90 virtual void SetDisplay(const gfx::Display& display,
92 if (image_cursors_->SetDisplay(display, display.device_scale_factor()))
265 cursor_manager_->SetDisplay(
  /external/chromium_org/chrome/browser/extensions/api/system_display/
system_display_apitest.cc 209 IN_PROC_BROWSER_TEST_F(SystemDisplayApiTest, SetDisplay) {
  /external/chromium_org/ui/aura/
window_tree_host.cc 273 cursor_client->SetDisplay(display);
  /external/clang/tools/scan-build/
scan-build 585 function SetDisplay(RowClass, DisplayVal)
621 SetDisplay(ClassName, "");
627 SetDisplay(ClassName, "none");
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 562 function SetDisplay(RowClass, DisplayVal)
598 SetDisplay(ClassName, "");
604 SetDisplay(ClassName, "none");
    [all...]

Completed in 7095 milliseconds

1 2