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

  /external/chromium_org/ash/wm/
image_cursors.h 32 // be set by SetDisplay before using this.
39 bool SetDisplay(const gfx::Display& display);
ash_native_cursor_manager.h 40 virtual void SetDisplay(
ash_native_cursor_manager_unittest.cc 68 cursor_manager->SetDisplay(display);
101 cursor_manager->SetDisplay(display);
164 cursor_manager->SetDisplay(display);
170 cursor_manager->SetDisplay(display);
ash_native_cursor_manager.cc 61 void AshNativeCursorManager::SetDisplay(
64 if (image_cursors_->SetDisplay(display))
image_cursors.cc 75 bool ImageCursors::SetDisplay(const gfx::Display& display) {
  /external/chromium_org/ui/views/corewm/
native_cursor_manager.h 28 virtual void SetDisplay(
cursor_manager.h 55 virtual void SetDisplay(const gfx::Display& display) OVERRIDE;
cursor_manager.cc 169 void CursorManager::SetDisplay(const gfx::Display& display) {
170 delegate_->SetDisplay(display, this);
cursor_manager_unittest.cc 16 virtual void SetDisplay(
  /external/chromium_org/ui/aura/client/
cursor_client.h 64 virtual void SetDisplay(const gfx::Display& display) = 0;
  /external/chromium_org/ui/aura/test/
test_cursor_client.cc 73 void TestCursorClient::SetDisplay(const gfx::Display& display) {
test_cursor_client.h 34 virtual void SetDisplay(const gfx::Display& display) OVERRIDE;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_cursor_manager.h 43 virtual void SetDisplay(
desktop_native_cursor_manager.cc 32 void DesktopNativeCursorManager::SetDisplay(
  /external/chromium_org/chrome/browser/extensions/api/system_display/
system_display_apitest.cc 205 IN_PROC_BROWSER_TEST_F(SystemDisplayApiTest, SetDisplay) {
  /external/clang/tools/scan-build/
scan-build 560 function SetDisplay(RowClass, DisplayVal)
596 SetDisplay(ClassName, "");
602 SetDisplay(ClassName, "none");
    [all...]
  /external/chromium_org/ash/
shell.cc 794 cursor_manager_.SetDisplay(DisplayController::GetPrimaryDisplay());
    [all...]
  /external/chromium_org/ui/aura/
root_window.cc 519 cursor_client->SetDisplay(display);
    [all...]
root_window_host_x11.cc 408 cursor_client->SetDisplay(display);
    [all...]
window.cc 202 cursor_client->SetDisplay(display);
    [all...]

Completed in 161 milliseconds