Searched defs:ContentAction (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dcontent_action.h29 class ContentAction : public base::RefCounted<ContentAction> { class in namespace:extensions
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...]
H A Dcontent_action.cc58 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>(*FactoryMetho
465 ContentAction::ContentAction() {} function in class:extensions::ContentAction
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessiondescription.h190 enum ContentAction { enum in namespace:cricket

Completed in 2989 milliseconds