Searched refs:action_type_ (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/ui/events/ozone/device/
H A Ddevice_event.cc13 action_type_(action),
H A Ddevice_event.h30 ActionType action_type() const { return action_type_; }
35 ActionType action_type_; member in class:ui::DeviceEvent
/external/chromium_org/chrome/common/
H A Dicon_with_badge_image_source.cc26 action_type_(action_type) {
39 action_type_);
H A Dicon_with_badge_image_source.h51 extensions::ActionInfo::Type action_type_; member in class:IconWithBadgeImageSource
/external/chromium_org/chrome/browser/web_resource/
H A Dnotification_promo_mobile_ntp.h35 const std::string& action_type() const { return action_type_; }
64 std::string action_type_; member in class:NotificationPromoMobileNtp
H A Dnotification_promo_mobile_ntp.cc49 !payload_->GetString("promo_action_type", &action_type_) ||
/external/chromium_org/chrome/browser/extensions/
H A Dextension_context_menu_model.cc106 action_type_(NO_ACTION),
124 action_type_(NO_ACTION),
263 action_type_ = PAGE_ACTION;
265 action_type_ = BROWSER_ACTION;
269 profile_, this, this, base::Bind(MenuItemMatchesAction, action_type_)));
H A Dextension_context_menu_model.h118 ActionType action_type_; member in class:ExtensionContextMenuModel
H A Dextension_action.h75 return action_type_;
258 const extensions::ActionInfo::Type action_type_; member in class:ExtensionAction
H A Dextension_action.cc82 : extension_id_(extension_id), action_type_(action_type) {
101 new ExtensionAction(extension_id_, action_type_,
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_actions.h115 ActionType action_type() const { return action_type_; }
199 ActionType action_type_; member in class:extensions::Action
H A Dactivity_actions.cc76 action_type_(action_type),
320 switch (action_type_) {
344 result += base::StringPrintf("type%d", static_cast<int>(action_type_));
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dcontent_action.cc123 : icon_(icon), action_type_(action_type) {}
175 switch (action_type_) {
189 ActionInfo::Type action_type_; member in class:extensions::__anon3672::SetIcon
/external/chromium_org/v8/src/
H A Djsregexp.h789 ActionType action_type() { return action_type_; }
824 action_type_(action_type) { }
825 ActionType action_type_; member in class:v8::internal::ActionNode
1367 : action_type_(action_type), reg_(reg), next_(NULL) { }
1371 ActionNode::ActionType action_type() { return action_type_; }
1373 ActionNode::ActionType action_type_; member in class:v8::internal::Trace::DeferredAction
H A Djsregexp.cc2277 if (action_type_ == POSITIVE_SUBMATCH_SUCCESS) return 0; // Rewinds input!
2288 if (action_type_ == BEGIN_SUBMATCH) {
2290 } else if (action_type_ != POSITIVE_SUBMATCH_SUCCESS) {
4242 switch (action_type_) {
4641 switch (that->action_type_) {

Completed in 1642 milliseconds