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

  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_action.cc 34 return scoped_refptr<ContentAction>(NULL); \
43 class ShowPageAction : public ContentAction {
47 // Implementation of ContentAction:
83 scoped_refptr<ContentAction> CallConstructorFactoryMethod(
87 return scoped_refptr<ContentAction>(new T);
91 // Factory methods for ContentAction instances. |dict| contains the json
96 typedef scoped_refptr<ContentAction>
116 // ContentAction
119 ContentAction::ContentAction() {}
    [all...]
content_action.h 28 class ContentAction : public base::RefCounted<ContentAction> {
40 ContentAction();
44 // Applies or reverts this ContentAction on a particular tab for a particular
54 // Factory method that instantiates a concrete ContentAction
56 // ContentAction as received from the extension API.
60 static scoped_refptr<ContentAction> Create(const base::Value& json_action,
65 friend class base::RefCounted<ContentAction>;
66 virtual ~ContentAction();
69 typedef DeclarativeActionSet<ContentAction> ContentActionSet
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessiondescription.h 98 enum ContentAction {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessiondescription.h 190 enum ContentAction {

Completed in 942 milliseconds