Searched refs:ash_entry (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Daccelerator_table_unittest.cc56 const ash::AcceleratorData& ash_entry = ash::kAcceleratorData[i]; local
57 if (!ash_entry.trigger_on_press)
63 if (ash_entry.action == ash::WINDOW_MINIMIZE ||
64 ash_entry.action == ash::SHOW_TASK_MANAGER)
67 entry.keycode = ash_entry.keycode;
68 entry.modifiers = ash_entry.modifiers;

Completed in 110 milliseconds