HomeSort by relevance Sort by last modified time
    Searched refs:action_type (Results 1 - 25 of 34) sorted by null

1 2

  /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...]
tab_closeable_state_watcher.h 87 // |action_type| is the action to take regardless if browser is closeable.
89 BrowserActionType* action_type);
  /external/chromium_org/chrome/common/
icon_with_badge_image_source.cc 18 extensions::ActionInfo::Type action_type)
25 action_type_(action_type) {
badge_util.h 44 extensions::ActionInfo::Type action_type);
icon_with_badge_image_source.h 29 extensions::ActionInfo::Type action_type);
badge_util.cc 148 extensions::ActionInfo::Type action_type) {
183 action_type == extensions::ActionInfo::TYPE_BROWSER ?
  /external/wpa_supplicant_8/src/ap/
wnm_ap.c 46 u8 action_type, u16 intval)
59 enum wnm_oper tfs_oper = action_type == WNM_SLEEP_MODE_ENTER ?
73 wnmsleep_ie.action_type = action_type;
108 action_type != WNM_SLEEP_MODE_EXIT) {
156 wnmsleep_ie.action_type == WNM_SLEEP_MODE_ENTER) {
169 wnmsleep_ie.action_type == WNM_SLEEP_MODE_EXIT) {
221 if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_ENTER &&
235 wnmsleep_ie->action_type,
238 if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_EXIT)
    [all...]
ieee802_11_shared.c 115 const u8 action_type, const u8 *trans_id)
120 if (action_type == WLAN_SA_QUERY_REQUEST) {
125 if (action_type != WLAN_SA_QUERY_RESPONSE) {
127 "Action %d", action_type);
ieee802_11.h 73 const u8 *sa, const u8 action_type,
  /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.cc 163 extensions::ActionInfo::Type action_type,
166 action_type_(action_type),
171 action_type == extensions::ActionInfo::TYPE_BROWSER ?
313 action_type());
330 action_type()),
343 return GetIconSizeForType(action_type());
extension_action_icon_factory.cc 39 ExtensionAction::GetIconSizeForType(action_->action_type()),
extension_action.h 116 extensions::ActionInfo::Type action_type,
133 extensions::ActionInfo::Type action_type() const { function in class:ExtensionAction
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_actions.cc 50 const ActionType action_type,
54 action_type_(action_type),
66 new Action(extension_id(), time(), action_type(), api_name()));
139 switch (action_type()) {
143 if (action_type() == ACTION_API_CALL) {
180 if (action_type() == ACTION_WEB_REQUEST) {
183 } else if (action_type() == ACTION_CONTENT_SCRIPT) {
activity_log_policy.cc 104 if (action->action_type() == Action::ACTION_WEB_REQUEST) {
121 if (action->action_type() != Action::ACTION_API_CALL &&
122 action->action_type() != Action::ACTION_API_EVENT &&
123 action->action_type() != Action::ACTION_API_BLOCKED)
activity_actions.h 48 const ActionType action_type,
62 ActionType action_type() const { return action_type_; } function in class:extensions::Action
counting_policy.cc 14 // (extension_id, action_type, api_name, args, urls, etc.) all match, and the
65 "count", "extension_id_x", "time", "action_type", "api_name_x", "args_x",
82 " action_type,\n"
102 "ON activitylog_compressed(extension_id_x, action_type, api_name_x,\n"
129 const ActionType action_type,
131 : Action(extension_id, time, action_type, api_name) {}
207 "extension_id_x", "action_type", "api_name_x", "args_x", "page_url_x",
262 matched_values.push_back(static_cast<int>(action.action_type()));
395 "SELECT time, action_type, api_name, args, page_url, page_title, "
activity_log.cc 357 if ((action->action_type() == Action::ACTION_API_CALL ||
358 action->action_type() == Action::ACTION_API_EVENT) &&
  /external/chromium_org/apps/
app_load_service.cc 45 post_reload_actions_[extension_id].action_type = RESTART;
63 action.action_type = LAUNCH_WITH_COMMAND_LINE;
90 switch (it->second.action_type) {
118 post_reload_actions_[unload_info->extension->id()].action_type = LAUNCH;
app_load_service.h 39 PostReloadActionType action_type; member in struct:apps::AppLoadService::PostReloadAction
  /external/chromium_org/chrome/browser/web_resource/
promo_resource_service_mobile_ntp_unittest.cc 80 EXPECT_EQ(mobile_promo_.action_type(), promo_action_type_);
104 EXPECT_EQ(prefs_mobile_promo.action_type(),
105 mobile_promo_.action_type());
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/api/commands/
command_service.h 167 ExtensionActionType action_type);
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
extension_action_api.cc 408 ActionInfo::Type action_type = extension_action_->action_type(); local
410 action_type == ActionInfo::TYPE_BROWSER ||
411 action_type == ActionInfo::TYPE_SYSTEM_INDICATOR);
464 switch (extension_action_->action_type()) {
  /external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.c 73 wnmsleep_ie->action_type = action;
281 wnmsleep_ie->action_type, wnmsleep_ie->intval);
282 if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_ENTER) {
285 } else if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_EXIT) {
291 wnmsleep_ie->action_type, wnmsleep_ie->intval);
292 if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_ENTER)
295 else if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_EXIT)

Completed in 590 milliseconds

1 2