Searched refs:action_type_ (Results 1 - 12 of 12) 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/activity_log/
H A Dactivity_actions.h112 ActionType action_type() const { return action_type_; }
202 ActionType action_type_; member in class:extensions::Action
H A Dactivity_actions.cc81 action_type_(action_type),
309 switch (action_type_) {
333 result += base::StringPrintf("type%d", static_cast<int>(action_type_));
/external/chromium_org/chrome/browser/extensions/
H A Dextension_action.cc66 : extension_id_(extension_id), action_type_(action_type) {
85 new ExtensionAction(extension_id_, action_type_,
H A Dextension_action.h67 return action_type_;
238 const extensions::ActionInfo::Type action_type_; member in class:ExtensionAction
/external/chromium_org/v8/src/
H A Djsregexp.h783 ActionType action_type() { return action_type_; }
818 action_type_(action_type) { }
819 ActionType action_type_; member in class:v8::internal::ActionNode
1340 : action_type_(action_type), reg_(reg), next_(NULL) { }
1344 ActionNode::ActionType action_type() { return action_type_; }
1346 ActionNode::ActionType action_type_; member in class:v8::internal::Trace::DeferredAction
H A Djsregexp.cc2288 if (action_type_ == POSITIVE_SUBMATCH_SUCCESS) return 0; // Rewinds input!
2299 if (action_type_ == BEGIN_SUBMATCH) {
2301 } else if (action_type_ != POSITIVE_SUBMATCH_SUCCESS) {
4179 switch (action_type_) {
4583 switch (that->action_type_) {

Completed in 1676 milliseconds