Home
last modified time | relevance | path

Searched defs:BrowserActionButton (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dbrowser_actions_controller.mm144 - (BOOL)browserActionClicked:(BrowserActionButton*)button argument
146 - (BOOL)browserActionClicked:(BrowserActionButton*)button; argument
761 - (BOOL)browserActionClicked:(BrowserActionButton*)button argument
782 - (BOOL)browserActionClicked:(BrowserActionButton*)button { argument
Dbrowser_action_button.mm105 @interface BrowserActionButton (Private) interface in Private
109 @implementation BrowserActionButton implementation
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dbrowser_action_view.h21 class BrowserActionButton; variable
Dbrowser_actions_container.h27 class BrowserActionButton; variable
Dbrowser_action_view.cc90 BrowserActionButton::BrowserActionButton(const Extension* extension, in BrowserActionButton() function in BrowserActionButton