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

  /external/chromium/chrome/browser/extensions/
extension_browser_actions_api.h 24 virtual bool RunBrowserAction() = 0;
41 virtual bool RunBrowserAction();
48 virtual bool RunBrowserAction();
55 virtual bool RunBrowserAction();
62 virtual bool RunBrowserAction();
70 virtual bool RunBrowserAction();
extension_browser_actions_api.cc 37 if (!RunBrowserAction())
47 bool BrowserActionSetIconFunction::RunBrowserAction() {
59 bool BrowserActionSetTitleFunction::RunBrowserAction() {
66 bool BrowserActionSetPopupFunction::RunBrowserAction() {
78 bool BrowserActionSetBadgeTextFunction::RunBrowserAction() {
85 bool BrowserActionSetBadgeBackgroundColorFunction::RunBrowserAction() {

Completed in 41 milliseconds