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

  /external/chromium_org/ash/wm/
cursor_manager_chromeos.h 35 virtual bool ShouldHideCursorOnKeyEvent(
cursor_manager_chromeos.cc 22 bool CursorManager::ShouldHideCursorOnKeyEvent(
  /external/chromium_org/ui/aura/client/
cursor_client.h 82 virtual bool ShouldHideCursorOnKeyEvent(const ui::KeyEvent& event) const = 0;
  /external/chromium_org/ui/aura/test/
test_cursor_client.cc 96 bool TestCursorClient::ShouldHideCursorOnKeyEvent(
test_cursor_client.h 53 virtual bool ShouldHideCursorOnKeyEvent(
  /external/chromium_org/ui/wm/core/
cursor_manager.h 64 virtual bool ShouldHideCursorOnKeyEvent(
cursor_manager.cc 192 bool CursorManager::ShouldHideCursorOnKeyEvent(
compound_event_filter.cc 198 if (client && client->ShouldHideCursorOnKeyEvent(*event))

Completed in 90 milliseconds