HomeSort by relevance Sort by last modified time
    Searched defs:OverflowButton (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
overflow_button.cc 16 OverflowButton::OverflowButton(Profile* profile) : profile_(profile) {
25 OverflowButton::~OverflowButton() {
29 void OverflowButton::Observe(NotificationType type,
overflow_button.h 18 class OverflowButton : public NotificationObserver {
20 explicit OverflowButton(Profile* profile);
21 virtual ~OverflowButton();
  /external/chromium_org/chrome/browser/ui/gtk/
overflow_button.cc 17 OverflowButton::OverflowButton(Profile* profile) : profile_(profile) {
27 OverflowButton::~OverflowButton() {
31 void OverflowButton::Observe(int type,
overflow_button.h 18 class OverflowButton : public content::NotificationObserver {
20 explicit OverflowButton(Profile* profile);
21 virtual ~OverflowButton();
  /external/chromium_org/ash/launcher/
overflow_button.h 18 class OverflowButton : public views::CustomButton {
20 explicit OverflowButton(views::ButtonListener* listener);
21 virtual ~OverflowButton();
38 DISALLOW_COPY_AND_ASSIGN(OverflowButton);
overflow_button.cc 43 OverflowButton::OverflowButton(views::ButtonListener* listener)
54 OverflowButton::~OverflowButton() {}
56 void OverflowButton::OnShelfAlignmentChanged() {
60 void OverflowButton::PaintBackground(gfx::Canvas* canvas, int alpha) {
91 void OverflowButton::OnPaint(gfx::Canvas* canvas) {

Completed in 115 milliseconds