OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/shelf/
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
39
OverflowButton
::
OverflowButton
(views::ButtonListener* listener)
50
OverflowButton
::~
OverflowButton
() {}
52
void
OverflowButton
::OnShelfAlignmentChanged() {
56
void
OverflowButton
::PaintBackground(gfx::Canvas* canvas, int alpha) {
87
void
OverflowButton
::OnPaint(gfx::Canvas* canvas) {
Completed in 47 milliseconds