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

  /external/chromium_org/ash/wm/
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/widget/desktop_aura/
desktop_native_cursor_manager.cc 32 void DesktopNativeCursorManager::SetDisplay(
  /external/chromium_org/ui/aura/test/
test_cursor_client.cc 57 void TestCursorClient::SetDisplay(const gfx::Display& display) {
  /external/chromium_org/ui/views/corewm/
cursor_manager.cc 148 void CursorManager::SetDisplay(const gfx::Display& display) {
149 delegate_->SetDisplay(display, this);

Completed in 77 milliseconds