HomeSort by relevance Sort by last modified time
    Searched refs:ContentAction (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_action_unittest.cc 71 scoped_refptr<const ContentAction> result;
75 result = ContentAction::Create(
83 result = ContentAction::Create(
91 result = ContentAction::Create(NULL, NULL, *ParseJson(
106 scoped_refptr<const ContentAction> result = ContentAction::Create(
127 scoped_refptr<const ContentAction> result = ContentAction::Create(
139 EXPECT_EQ(ContentAction::ACTION_SHOW_PAGE_ACTION, result->GetType());
146 ContentAction::ApplyInfo apply_info =
    [all...]
content_action.h 29 class ContentAction : public base::RefCounted<ContentAction> {
44 ContentAction();
48 // Applies or reverts this ContentAction on a particular tab for a particular
62 // Factory method that instantiates a concrete ContentAction
64 // ContentAction as received from the extension API.
68 static scoped_refptr<ContentAction> Create(
89 friend class base::RefCounted<ContentAction>;
90 virtual ~ContentAction();
94 class RequestContentScript : public ContentAction {
    [all...]
content_action.cc 58 class ShowPageAction : public ContentAction {
62 static scoped_refptr<ContentAction> Create(
71 return scoped_refptr<ContentAction>();
73 return scoped_refptr<ContentAction>(new ShowPageAction);
76 // Implementation of ContentAction:
120 class SetIcon : public ContentAction {
125 static scoped_refptr<ContentAction> Create(
132 // Implementation of ContentAction:
212 // Factory methods for ContentAction instances. |extension| is the extension
218 typedef scoped_refptr<ContentAction>(*FactoryMethod)
    [all...]
chrome_content_rules_registry.h 48 typedef DeclarativeRule<ContentCondition, ContentAction> ContentRule;
chrome_content_rules_registry.cc 80 ContentAction::ApplyInfo apply_info = {browser_context(), contents};
258 ContentAction::ApplyInfo apply_info = {browser_context(), tab};
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 113 ContentAction action,
116 ContentAction action,
277 void OnNewLocalDescription(BaseSession* session, ContentAction action);
278 void OnNewRemoteDescription(BaseSession* session, ContentAction action);
303 ContentAction action,
306 ContentAction action,
309 ContentAction action,
312 ContentAction action,
315 ContentAction action,
318 ContentAction action
    [all...]
channel.cc 268 ContentAction action,
275 ContentAction action,
629 BaseSession* session, ContentAction action) {
643 BaseSession* session, ContentAction action) {
923 ContentAction action,
968 bool BaseChannel::SetRtcpMux_w(bool enable, ContentAction action,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport.h 282 ContentAction action,
287 ContentAction action,
389 virtual bool NegotiateTransportDescription_w(ContentAction local_role,
486 ContentAction action,
489 ContentAction action,
session.h 150 ContentAction action,
153 ContentAction action,
339 sigslot::signal2<BaseSession*, ContentAction> SignalNewLocalDescription;
343 sigslot::signal2<BaseSession*, ContentAction> SignalNewRemoteDescription;
381 ContentAction action,
477 const SessionDescription* sdesc, ContentAction action,
480 const SessionDescription* sdesc, ContentAction action,
504 // Gets the ContentAction and ContentSource according to the session state.
505 bool GetContentAction(ContentAction* action, ContentSource* source);
dtlstransport.h 107 virtual bool NegotiateTransportDescription_w(ContentAction local_role,
sessiondescription.h 190 enum ContentAction {
transport.cc 198 ContentAction action,
207 ContentAction action,
738 ContentAction action,
775 ContentAction action,
834 bool Transport::NegotiateTransportDescription_w(ContentAction local_role,
session.cc 281 ContentAction action,
297 ContentAction action,
462 ContentAction action,
476 ContentAction action,
502 ContentAction action,
866 ContentAction action;
878 bool BaseSession::GetContentAction(ContentAction* action,
    [all...]
dtlstransportchannel_unittest.cc 130 void Negotiate(DtlsTestClient* peer, cricket::ContentAction action,
140 cricket::ContentAction action,
session_unittest.cc     [all...]

Completed in 2128 milliseconds