Searched defs:BrowserActionButton (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dbrowser_actions_container.h52 // BrowserActionButton
54 // The BrowserActionButton is a specialization of the MenuButton class.
57 class BrowserActionButton : public views::MenuButton, class in inherits:views::MenuButton,views::ButtonListener,ImageLoadingTracker::Observer,NotificationObserver
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...]
H A Dbrowser_actions_container.cc60 // BrowserActionButton
62 BrowserActionButton::BrowserActionButton(const Extension* extension, function in class:BrowserActionButton
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
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_actions_toolbar_gtk.cc81 class BrowserActionButton : public NotificationObserver, class in inherits:NotificationObserver,ImageLoadingTracker::Observer,ExtensionContextMenuModel::PopupDelegate,MenuGtk::Delegate
86 BrowserActionButton(BrowserActionsToolbarGtk* toolbar, function in class:BrowserActionButton
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(thi
[all...]

Completed in 64 milliseconds