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

/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_embedder.cc151 (event.modifiers & blink::WebInputEvent::InputModifiers)) {
/external/llvm/lib/Target/R600/InstPrinter/
H A DAMDGPUInstPrinter.cpp163 unsigned InputModifiers = MI->getOperand(OpNo).getImm(); local
164 if (InputModifiers & 0x1)
166 if (InputModifiers & 0x2)
169 if (InputModifiers & 0x2)
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h179 static const int InputModifiers = ShiftKey | ControlKey | AltKey | MetaKey; member in class:blink::WebInputEvent
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp1391 int InputModifiers[3] = {0}; local
1497 InputModifiers[i] = 1;
1507 InputModifiers[i] = 2;
1521 Ops.push_back(DAG.getTargetConstant(InputModifiers[i], MVT::i32));
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc920 !(event.modifiers & blink::WebInputEvent::InputModifiers)) {
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp1026 bool isUnmodifiedMenuKey = !(event.modifiers & WebInputEvent::InputModifiers) && event.windowsKeyCode == VKEY_APPS;

Completed in 180 milliseconds