OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BrowserActionButton
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/views/
browser_actions_container.h
52
//
BrowserActionButton
54
// The
BrowserActionButton
is a specialization of the MenuButton class.
57
class
BrowserActionButton
: public views::MenuButton,
62
BrowserActionButton
(const Extension* extension,
120
virtual ~
BrowserActionButton
();
148
friend class DeleteTask<
BrowserActionButton
>;
150
DISALLOW_COPY_AND_ASSIGN(
BrowserActionButton
);
157
//
BrowserActionButton
, as well as the logic to paint the badge.
164
BrowserActionButton
* button() { return button_; }
184
BrowserActionButton
* button_
[
all
...]