/external/chromium_org/apps/ |
app_load_service.h | 39 PostReloadActionType action_type; member in struct:apps::AppLoadService::PostReloadAction
|
/external/chromium_org/chrome/browser/extensions/ |
extension_action_manager.cc | 109 ActionInfo::Type action_type, 129 extension_id, action_type, *action_info)); 151 ActionInfo::Type action_type = ActionInfo::TYPE_BROWSER; local 157 action_type = ActionInfo::TYPE_PAGE; 160 action_type, action_info, profile_);
|
extension_action.h | 117 extensions::ActionInfo::Type action_type, 134 extensions::ActionInfo::Type action_type() const { function in class:ExtensionAction
|
/external/chromium/chrome/browser/chromeos/ |
tab_closeable_state_watcher.cc | 89 BrowserActionType action_type; local 90 bool can_close = CanCloseBrowserImpl(browser, &action_type); 91 if (action_type == OPEN_WINDOW) { 93 } else if (action_type == OPEN_NTP) { 172 BrowserActionType action_type; local 173 CanCloseBrowserImpl(browser, &action_type); 174 if (action_type != NONE) { 176 if (action_type == OPEN_WINDOW) 178 else if (action_type == OPEN_NTP) 228 BrowserActionType* action_type) { [all...] |
/external/chromium_org/chrome/browser/extensions/api/activity_log_private/ |
activity_log_private_api.cc | 104 Action::ActionType action_type = Action::ACTION_API_CALL; local 107 action_type = Action::ACTION_API_CALL; 110 action_type = Action::ACTION_API_EVENT; 113 action_type = Action::ACTION_CONTENT_SCRIPT; 116 action_type = Action::ACTION_DOM_ACCESS; 119 action_type = Action::ACTION_DOM_EVENT; 122 action_type = Action::ACTION_WEB_REQUEST; 126 action_type = Action::ACTION_ANY; 145 action_type,
|
/external/chromium_org/chrome/browser/web_resource/ |
notification_promo_mobile_ntp.h | 35 const std::string& action_type() const { return action_type_; } function in class:NotificationPromoMobileNtp
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
activity_actions.h | 49 const ActionType action_type, 64 ActionType action_type() const { return action_type_; } function in class:extensions::Action
|
activity_log.cc | 65 // The lookup key consists of the action_type and api_name in the Action 67 Action::ActionType action_type; member in struct:__anon4607::ApiInfo 142 const ApiInfo* Lookup(Action::ActionType action_type, 148 if (i->second->action_type != action_type) 222 action->action_type(), action->api_name()); 551 if (action->action_type() == Action::ACTION_DOM_ACCESS &&
|
/external/chromium_org/chrome/browser/extensions/api/extension_action/ |
extension_action_api.cc | 365 switch (extension_action.action_type()) { 543 ActionInfo::Type action_type = extension_action_->action_type(); local 545 action_type == ActionInfo::TYPE_BROWSER || 546 action_type == ActionInfo::TYPE_SYSTEM_INDICATOR); 599 switch (extension_action_->action_type()) { [all...] |
/external/chromium_org/v8/src/ |
jsregexp.h | 803 ActionType action_type() { return action_type_; } function in class:v8::internal::ActionNode 836 ActionNode(ActionType action_type, RegExpNode* on_success) 838 action_type_(action_type) { } 1364 ActionNode::ActionType action_type() { return action_type_; } function in class:v8::internal::Trace::DeferredAction [all...] |
/external/wpa_supplicant_8/src/common/ |
ieee802_11_defs.h | 1106 u8 action_type; \/* WNM_SLEEP_ENTER\/WNM_SLEEP_MODE_EXIT *\/ member in struct:wnm_sleep_element [all...] |