OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BrowserActionButton
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/views/
browser_action_view.h
21
class
BrowserActionButton
;
40
//
BrowserActionButton
, as well as the logic to paint the badge.
52
virtual void OnBrowserActionExecuted(
BrowserActionButton
* button) = 0;
72
BrowserActionButton
* button() { return button_; }
94
BrowserActionButton
* button_;
103
//
BrowserActionButton
105
// The
BrowserActionButton
is a specialization of the MenuButton class.
108
class
BrowserActionButton
: public views::MenuButton,
114
BrowserActionButton
(const extensions::Extension* extension,
189
virtual ~
BrowserActionButton
();
[
all
...]
browser_action_view.cc
52
button_ = new
BrowserActionButton
(extension_, browser_, delegate_);
109
//
BrowserActionButton
111
BrowserActionButton
::
BrowserActionButton
(const Extension* extension,
149
void
BrowserActionButton
::Destroy() {
160
void
BrowserActionButton
::ViewHierarchyChanged(
171
bool
BrowserActionButton
::CanHandleAccelerators() const {
178
void
BrowserActionButton
::GetAccessibleState(ui::AccessibleViewState* state) {
183
void
BrowserActionButton
::ButtonPressed(views::Button* sender,
188
void
BrowserActionButton
::ShowContextMenuForView
[
all
...]
/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
...]
browser_actions_container.cc
60
//
BrowserActionButton
62
BrowserActionButton
::
BrowserActionButton
(const Extension* extension,
81
void
BrowserActionButton
::Destroy() {
90
void
BrowserActionButton
::ViewHierarchyChanged(
112
void
BrowserActionButton
::ButtonPressed(views::Button* sender,
117
void
BrowserActionButton
::OnImageLoaded(SkBitmap* image,
128
void
BrowserActionButton
::UpdateState() {
176
bool
BrowserActionButton
::IsPopup() {
181
GURL
BrowserActionButton
::GetPopupUrl()
[
all
...]
/external/chromium/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.cc
81
class
BrowserActionButton
: public NotificationObserver,
86
BrowserActionButton
(BrowserActionsToolbarGtk* toolbar,
133
~
BrowserActionButton
() {
271
BrowserActionButton
* action) {
285
static void OnClicked(GtkWidget* widget,
BrowserActionButton
* action) {
298
BrowserActionButton
* button) {
315
BrowserActionButton
* button) {
317
// function is to tell the toolbar which
BrowserActionButton
initiated the
520
linked_ptr<
BrowserActionButton
> button(
521
new
BrowserActionButton
(this, extension, theme_service_))
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.cc
95
class
BrowserActionButton
: public content::NotificationObserver,
100
BrowserActionButton
(BrowserActionsToolbarGtk* toolbar,
161
virtual ~
BrowserActionButton
() {
314
BrowserActionButton
* button) {
328
static void OnClicked(GtkWidget* widget,
BrowserActionButton
* button) {
335
BrowserActionButton
* button) {
353
BrowserActionButton
* button) {
355
// function is to tell the toolbar which
BrowserActionButton
initiated the
365
BrowserActionButton
* button) {
378
BrowserActionButton
* button = static_cast<BrowserActionButton*>(user_data)
[
all
...]
Completed in 567 milliseconds