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

1 2 3

  /external/chromium_org/chrome/browser/extensions/
extension_action_manager_unittest.cc 30 // Build an extension, populating |action_type| key with |action|, and
34 const char* action_type);
46 // Returns the appropriate action for |extension| according to |action_type|.
47 ExtensionAction* GetAction(const char* action_type,
50 // Tests that values that are missing from the |action_type| key are properly
52 // "default_icon" key of |action_type| is populated with "icons" key).
53 void TestPopulateMissingValues(const char* action_type);
74 const char* action_type) {
80 .Set(action_type, action)
105 const char* action_type,
    [all...]
extension_action.cc 80 extensions::ActionInfo::Type action_type,
82 : extension_id_(extension_id), action_type_(action_type) {
86 action_type == extensions::ActionInfo::TYPE_BROWSER);
264 action_type());
281 action_type()),
322 return GetIconSizeForType(action_type());
extension_action_icon_factory.cc 40 ExtensionAction::GetIconSizeForType(action_->action_type()),
extension_action_manager.cc 129 ActionInfo::Type action_type,
148 extension.id(), action_type, *action_info));
  /external/chromium_org/chrome/common/
badge_util.h 36 extensions::ActionInfo::Type action_type);
icon_with_badge_image_source.cc 19 extensions::ActionInfo::Type action_type)
26 action_type_(action_type) {
icon_with_badge_image_source.h 29 extensions::ActionInfo::Type action_type);
badge_util.cc 103 extensions::ActionInfo::Type action_type) {
150 action_type == extensions::ActionInfo::TYPE_BROWSER ?
  /external/chromium_org/ui/events/ozone/device/
device_event.h 30 ActionType action_type() const { return action_type_; } function in class:ui::DeviceEvent
  /external/chromium_org/chrome/browser/extensions/api/activity_log_private/
activity_log_private_api.cc 106 Action::ActionType action_type = Action::ACTION_API_CALL; local
109 action_type = Action::ACTION_API_CALL;
112 action_type = Action::ACTION_API_EVENT;
115 action_type = Action::ACTION_CONTENT_SCRIPT;
118 action_type = Action::ACTION_DOM_ACCESS;
121 action_type = Action::ACTION_DOM_EVENT;
124 action_type = Action::ACTION_WEB_REQUEST;
128 action_type = Action::ACTION_ANY;
147 action_type,
  /external/chromium_org/apps/
app_load_service.cc 31 : action_type(LAUNCH),
48 post_reload_actions_[extension_id].action_type = RESTART;
74 action.action_type = LAUNCH_WITH_COMMAND_LINE;
100 switch (it->second.action_type) {
130 post_reload_actions_[extension->id()].action_type = LAUNCH;
app_load_service.h 41 PostReloadActionType action_type; member in struct:apps::AppLoadService::PostReloadAction
  /external/chromium_org/ui/events/ozone/device/udev/
device_manager_udev.cc 172 DeviceEvent::ActionType action_type;
174 action_type = DeviceEvent::ADD;
176 action_type = DeviceEvent::REMOVE;
178 action_type = DeviceEvent::CHANGE;
183 new DeviceEvent(device_type, action_type, base::FilePath(path)));
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_action_view_controller.cc 49 DCHECK(extension_action->action_type() == ActionInfo::TYPE_PAGE ||
50 extension_action->action_type() == ActionInfo::TYPE_BROWSER);
138 DCHECK(extension_action_->action_type() == ActionInfo::TYPE_BROWSER ||
155 return extension_action_->action_type() == ActionInfo::TYPE_PAGE ?
277 if (extension_action_->action_type() == ActionInfo::TYPE_PAGE) {
  /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/wpa_supplicant_8/src/ap/
wnm_ap.c 47 u8 action_type, u16 intval)
60 enum wnm_oper tfs_oper = action_type == WNM_SLEEP_MODE_ENTER ?
74 wnmsleep_ie.action_type = action_type;
109 action_type != WNM_SLEEP_MODE_EXIT) {
157 wnmsleep_ie.action_type == WNM_SLEEP_MODE_ENTER) {
171 wnmsleep_ie.action_type == WNM_SLEEP_MODE_EXIT) {
224 if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_ENTER &&
238 wnmsleep_ie->action_type,
241 if (wnmsleep_ie->action_type == WNM_SLEEP_MODE_EXIT)
    [all...]
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_actions.cc 71 const ActionType action_type,
76 action_type_(action_type),
91 extension_id(), time(), action_type(), api_name(), action_id()));
219 switch (action_type()) {
506 if (lhs->action_type() != rhs->action_type())
507 return lhs->action_type() < rhs->action_type();
activity_actions.h 93 const ActionType action_type,
115 ActionType action_type() const { return action_type_; } function in class:extensions::Action
activity_log_policy.cc 115 if (action->action_type() == Action::ACTION_WEB_REQUEST) {
132 std::make_pair(action->action_type(), action->api_name())) ==
activity_log.cc 67 // The lookup key consists of the action_type and api_name in the Action
69 Action::ActionType action_type; member in struct:extensions::__anon8244::ApiInfo
163 const ApiInfo* Lookup(Action::ActionType action_type,
169 if (i->second->action_type != action_type)
243 action->action_type(), action->api_name());
541 if (action->action_type() == Action::ACTION_DOM_ACCESS &&
activity_log_browsertest.cc 51 ASSERT_EQ(Action::ACTION_CONTENT_SCRIPT, last->action_type());
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
extension_action_api.cc 220 if (extension_action->action_type() == ActionInfo::TYPE_PAGE &&
241 if (extension_action->action_type() == ActionInfo::TYPE_PAGE)
287 switch (extension_action.action_type()) {
382 ActionInfo::Type action_type = extension_action_->action_type(); local
384 action_type == ActionInfo::TYPE_BROWSER ||
385 action_type == ActionInfo::TYPE_SYSTEM_INDICATOR);
  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service.h 240 ExtensionCommandType action_type) const;
  /external/chromium_org/ui/ozone/platform/dri/chromeos/
native_display_delegate_proxy.cc 114 if (event.action_type() == DeviceEvent::CHANGE) {

Completed in 267 milliseconds

1 2 3