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

  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_action.cc 31 "Can't use declarativeContent.ShowPageAction without a page action";
45 class ShowPageAction : public ContentAction {
47 ShowPageAction() {}
58 return scoped_refptr<ContentAction>(new ShowPageAction);
92 virtual ~ShowPageAction() {}
94 DISALLOW_COPY_AND_ASSIGN(ShowPageAction);
115 &ShowPageAction::Create;
content_action_unittest.cc 65 " \"instanceType\": \"declarativeContent.ShowPageAction\",\n"
74 TEST(DeclarativeContentActionTest, ShowPageAction) {
85 " \"instanceType\": \"declarativeContent.ShowPageAction\",\n"
  /external/chromium_org/chrome/renderer/resources/extensions/
declarative_content_custom_bindings.js 60 declarativeContent.ShowPageAction = function(parameters) {
61 setupInstance(this, parameters, 'ShowPageAction');

Completed in 2205 milliseconds