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

  /bootable/recovery/
device.h 68 enum BuiltinAction { NO_ACTION, REBOOT, APPLY_EXT,
81 // actually perform it here and return NO_ACTION.
default_device.cpp 74 default: return NO_ACTION;
recovery.cpp 822 // Return REBOOT, SHUTDOWN, or REBOOT_BOOTLOADER. Returning NO_ACTION
853 case Device::NO_ACTION:
863 if (!ui->IsTextVisible()) return Device::NO_ACTION;
870 if (!ui->IsTextVisible()) return Device::NO_ACTION;
905 return Device::NO_ACTION; // reboot if logs aren't visible
929 return Device::NO_ACTION; // reboot if logs aren't visible
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_context_menu_model.h 46 enum ActionType { NO_ACTION = 0, BROWSER_ACTION, PAGE_ACTION };
extension_context_menu_model.cc 56 if (type == ExtensionContextMenuModel::NO_ACTION)
106 action_type_(NO_ACTION),
124 action_type_(NO_ACTION),
  /external/chromium_org/chrome/browser/ui/
browser_navigator.h 165 NO_ACTION,
171 // Default is NO_ACTION (don't show or activate the window).
173 // NO_ACTION, |window_action| will be set to SHOW_WINDOW.
browser_navigator.cc 234 if (params->window_action == chrome::NavigateParams::NO_ACTION)
413 window_action(NO_ACTION),
436 window_action(NO_ACTION),
565 if (params->window_action == NavigateParams::NO_ACTION &&
  /external/chromium_org/chrome/browser/ui/panels/
docked_panel_collection.cc 51 delayed_titlebar_action_(NO_ACTION),
551 if (delayed_titlebar_action_ == NO_ACTION)
556 delayed_titlebar_action_ = NO_ACTION;
612 if (delayed_titlebar_action_ == NO_ACTION)
623 delayed_titlebar_action_ = NO_ACTION;
docked_panel_collection.h 116 NO_ACTION,
  /external/chromium_org/content/browser/frame_host/
interstitial_page_impl.cc 162 action_taken_(NO_ACTION),
204 if (interstitial->action_taken_ != NO_ACTION) {
338 if (action_taken_ == NO_ACTION) {
609 if (action_taken_ != NO_ACTION) {
799 if (action_taken_ == NO_ACTION) {
    [all...]
interstitial_page_impl.h 48 NO_ACTION, // No action has been taken yet.
  /device/asus/fugu/recovery/
recovery_ui.cpp 318 default: return NO_ACTION;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 75 static final int NO_ACTION = 0;
191 mPendingAction = new Pair<Integer, Object>(NO_ACTION, 0);
515 case NO_ACTION:
613 case NO_ACTION:
655 case NO_ACTION:
713 case NO_ACTION:
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h     [all...]
p2p.c     [all...]
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_browsertest.cc     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c     [all...]

Completed in 724 milliseconds