HomeSort by relevance Sort by last modified time
    Searched refs:BrowserActionButton (Results 1 - 8 of 8) 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.h 28 class BrowserActionButton;
48 // Returns the widget in use by the BrowserActionButton corresponding to
73 friend class BrowserActionButton;
131 // Called by the BrowserActionButton in response to drag-begin.
132 void DragStarted(BrowserActionButton* button, GdkDragContext* drag_context);
195 BrowserActionButton* drag_button_;
200 // Map from extension ID to BrowserActionButton, which is a wrapper for
203 typedef std::map<std::string, linked_ptr<BrowserActionButton> >
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/chrome/browser/ui/views/extensions/
browser_action_drag_data.h 18 class BrowserActionButton;
  /external/chromium/chrome/browser/ui/cocoa/extensions/
browser_action_button.h 29 @interface BrowserActionButton : NSButton {
browser_actions_controller.h 15 @class BrowserActionButton;
47 // A dictionary of Extension ID -> BrowserActionButton pairs representing the
  /external/chromium/chrome/browser/extensions/
browser_action_test_util_views.cc 53 BrowserActionButton* button =

Completed in 99 milliseconds