HomeSort by relevance Sort by last modified time
    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...]
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...]

Completed in 29 milliseconds