Searched defs:IsShiftDown (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/ui/base/accelerators/
H A Daccelerator.cc88 bool Accelerator::IsShiftDown() const { function in class:ui::Accelerator
218 if (IsShiftDown())
/external/chromium_org/ui/events/
H A Devent.h85 bool IsShiftDown() const { return (flags_ & EF_SHIFT_DOWN) != 0; } function in class:ui::Event

Completed in 82 milliseconds