OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InfoBarBackground
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/views/infobars/
infobar_background.cc
14
InfoBarBackground
::
InfoBarBackground
(InfoBarDelegate::Type infobar_type)
22
InfoBarBackground
::~
InfoBarBackground
() {
25
void
InfoBarBackground
::Paint(gfx::Canvas* canvas, views::View* view) const {
infobar_background.h
12
class
InfoBarBackground
: public views::Background {
14
explicit
InfoBarBackground
(InfoBarDelegate::Type infobar_type);
15
virtual ~
InfoBarBackground
();
27
DISALLOW_COPY_AND_ASSIGN(
InfoBarBackground
);
/external/chromium/chrome/browser/ui/views/infobars/
infobar_background.h
12
class
InfoBarBackground
: public views::Background {
14
explicit
InfoBarBackground
(InfoBarDelegate::Type infobar_type);
15
virtual ~
InfoBarBackground
();
29
DISALLOW_COPY_AND_ASSIGN(
InfoBarBackground
);
infobar_background.cc
13
InfoBarBackground
::
InfoBarBackground
(InfoBarDelegate::Type infobar_type)
19
InfoBarBackground
::~
InfoBarBackground
() {
22
SkColor
InfoBarBackground
::GetTopColor(InfoBarDelegate::Type infobar_type) {
32
SkColor
InfoBarBackground
::GetBottomColor(InfoBarDelegate::Type infobar_type) {
42
void
InfoBarBackground
::Paint(gfx::Canvas* canvas, views::View* view) const {
Completed in 88 milliseconds