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

  /external/chromium_org/ash/wm/
image_cursors.h 31 // be set by SetDisplay before using this.
38 bool SetDisplay(const gfx::Display& display);
ash_native_cursor_manager.h 40 virtual void SetDisplay(
ash_native_cursor_manager.cc 61 void AshNativeCursorManager::SetDisplay(
64 if (image_cursors_->SetDisplay(display))
ash_native_cursor_manager_unittest.cc 68 cursor_manager->SetDisplay(display);
91 cursor_manager->SetDisplay(display);
138 cursor_manager->SetDisplay(display);
144 cursor_manager->SetDisplay(display);
image_cursors.cc 75 bool ImageCursors::SetDisplay(const gfx::Display& display) {
  /external/chromium_org/ui/aura/client/
cursor_client.h 51 virtual void SetDisplay(const gfx::Display& display) = 0;
  /external/chromium_org/ui/views/corewm/
native_cursor_manager.h 28 virtual void SetDisplay(
cursor_manager.h 53 virtual void SetDisplay(const gfx::Display& display) OVERRIDE;
cursor_manager.cc 148 void CursorManager::SetDisplay(const gfx::Display& display) {
149 delegate_->SetDisplay(display, this);
cursor_manager_unittest.cc 18 virtual void SetDisplay(
  /external/chromium_org/ui/aura/test/
test_cursor_client.h 29 virtual void SetDisplay(const gfx::Display& display) OVERRIDE;
test_cursor_client.cc 57 void TestCursorClient::SetDisplay(const gfx::Display& display) {
  /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 113 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/ui/aura/
root_window.cc 634 cursor_client->SetDisplay(display);
722 cursor_client->SetDisplay(display);
    [all...]
  /external/chromium_org/ash/
shell.cc 516 cursor_manager_.SetDisplay(DisplayController::GetPrimaryDisplay());
    [all...]

Completed in 300 milliseconds