Searched defs:action_ (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/extensions/
H A Dextension_action_context_menu_controller.h29 ExtensionAction* action_; member in namespace:NSObject
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_tree_browser_cell.h22 SEL action_; variable
/external/chromium_org/ash/system/date/
H A Ddate_view.h84 TrayDate::DateAction action_; member in class:ash::tray::DateView
/external/chromium_org/chrome/browser/extensions/
H A Dextension_action_icon_factory.h60 const ExtensionAction* action_; member in class:ExtensionActionIconFactory
H A Dextension_message_bubble_controller_unittest.cc211 action_ = action;
215 if (action_ == BUBBLE_ACTION_CLICK_ACTION_BUTTON)
217 else if (action_ == BUBBLE_ACTION_CLICK_DISMISS_BUTTON)
219 else if (action_ == BUBBLE_ACTION_CLICK_LINK)
236 ExtensionBubbleAction action_; member in class:extensions::FakeExtensionMessageBubble
/external/chromium_org/content/renderer/media/crypto/
H A Dkey_systems_support_uma.cc30 std::string action_; member in class:content::__anon7735::OneTimeReporter
37 action_ = kKeySystemSupportActionPrefix + KeySystemNameForUMA(key_system);
39 action_ += "WithType";
40 action_ += '.' + event;
48 RenderThread::Get()->RecordComputedAction(action_);
/external/chromium_org/remoting/protocol/
H A Dfake_authenticator.h80 Action action_; member in class:remoting::protocol::FakeAuthenticator
108 FakeAuthenticator::Action action_; member in class:remoting::protocol::FakeHostAuthenticatorFactory
/external/chromium_org/sandbox/win/src/
H A Dpolicy_low_level.h177 EvalResult action_; member in class:sandbox::PolicyRule
/external/chromium_org/net/socket/
H A Dtcp_listen_socket_unittest.h45 TCPListenSocketTestAction() : action_(ACTION_NONE) {}
46 explicit TCPListenSocketTestAction(ActionType action) : action_(action) {}
48 : action_(action),
52 ActionType type() const { return action_; }
55 ActionType action_; member in class:net::TCPListenSocketTestAction
/external/chromium_org/third_party/libwebp/dec/
H A Dvp8li.h58 VP8LDecodeState action_; member in struct:VP8LDecoder
/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event_generic.h64 void set_action(Action action) { action_ = action; }
84 Action action_; member in class:ui::MotionEventGeneric
/external/webp/src/dec/
H A Dvp8li.h58 VP8LDecodeState action_; member in struct:VP8LDecoder
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
H A Dtab_controller.h60 SEL action_; // selector sent when tab is selected by clicking variable
108 // Selects the associated TabView by sending |action_| to |target_|.
/external/chromium_org/net/proxy/
H A Dproxy_resolver_v8_tracing_unittest.cc775 if (!action_.is_null())
776 action_.Run();
782 // This line is intentionally after action_.Run(), since one of the
805 action_ = action;
823 base::Callback<void(void)> action_; member in class:net::__anon9386::BlockableHostResolver
/external/chromium_org/skia/ext/
H A Dvector_canvas_unittest.cc226 : action_(default_action) {
246 if (action_ == GENERATE) {
274 switch (action_) {
304 ProcessAction action_; member in class:skia::__anon10684::ImageTest
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dqm_select.h334 ResolutionAction action_; member in class:webrtc::VCMQmResolution
/external/chromium_org/content/renderer/media/
H A Drtc_peer_connection_handler.cc170 : handler_(handler), action_(action) {}
180 handler_, action_, "OnSuccess", value);
186 handler_, action_, "OnFailure", error);
191 PeerConnectionTracker::Action action_; member in class:content::SessionDescriptionRequestTracker
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasessionclient_unittest.cc1193 action_.reset(CopyElement(action));
1194 return action_->FirstNamed(cricket::QN_JINGLE_CONTENT);
1200 return action_->FirstNamed(cricket::QN_JINGLE_CONTENT)
1336 rtc::scoped_ptr<buzz::XmlElement> action_; member in class:JingleSessionTestParser
/external/chromium_org/v8/src/
H A Djsregexp.h968 : RegExpNode(zone), action_(action) { }
990 Action action_; member in class:v8::internal::EndNode

Completed in 879 milliseconds