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

  /external/chromium_org/athena/extensions/chrome/
extensions_delegate_impl.cc 60 int event_flags = 0; variable
63 event_flags, variable
  /external/chromium_org/mojo/examples/keyboard/
keyboard_view.h 47 int event_flags() const { function in class:mojo::examples::KeyboardView
keys.h 39 int event_flags; member in struct:mojo::examples::Key
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
menu_util.cc 84 int event_flags = 0; local
87 event_flags = EventFlagsFromGdkState(event->button.state);
88 model->ActivatedAt(id, event_flags);
  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.cc 100 int event_flags) {
101 launcher_controller()->LaunchApp(app_id(), source, event_flags); local
140 AppShortcutLauncherItemController::GetApplicationList(int event_flags) {
217 int event_flags) {
218 return new LauncherApplicationMenuItemModel(GetApplicationList(event_flags));
chrome_launcher_controller_browsertest.cc 152 const int event_flags = 0; local
154 controller_->GetApplicationList(item, event_flags)));
    [all...]
  /external/chromium_org/ui/base/models/
simple_menu_model.cc 65 int command_id, int event_flags) {
66 ExecuteCommand(command_id, event_flags);
387 void SimpleMenuModel::ActivatedAt(int index, int event_flags) {
389 delegate_->ExecuteCommand(GetCommandIdAt(index), event_flags); local

Completed in 542 milliseconds