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

  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
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...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessiondescription.h 190 enum ContentAction {

Completed in 380 milliseconds