OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBottomColor
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/ui/views/infobars/
infobar_background.h
19
static SkColor
GetBottomColor
(InfoBarDelegate::Type infobar_type);
infobar_background.cc
16
bottom_color_(
GetBottomColor
(infobar_type)) {
32
SkColor InfoBarBackground::
GetBottomColor
(InfoBarDelegate::Type infobar_type) {
/external/chromium/chrome/browser/ui/gtk/infobars/
translate_infobar_base_gtk.h
31
virtual void
GetBottomColor
(InfoBarDelegate::Type type,
translate_infobar_base_gtk.cc
95
void TranslateInfoBarBase::
GetBottomColor
(InfoBarDelegate::Type type,
98
InfoBar::
GetBottomColor
(InfoBarDelegate::PAGE_ACTION_TYPE, r, g, b);
100
InfoBar::
GetBottomColor
(InfoBarDelegate::WARNING_TYPE, r, g, b);
103
InfoBar::
GetBottomColor
(InfoBarDelegate::PAGE_ACTION_TYPE,
107
InfoBar::
GetBottomColor
(InfoBarDelegate::WARNING_TYPE,
infobar_gtk.h
83
virtual void
GetBottomColor
(InfoBarDelegate::Type type,
infobar_gtk.cc
223
void InfoBar::
GetBottomColor
(InfoBarDelegate::Type type,
264
GetBottomColor
(delegate_->GetInfoBarType(), &bottom_r, &bottom_g, &bottom_b);
infobar_arrow_model.cc
53
bar->
GetBottomColor
(bar->delegate()->GetInfoBarType(), &r, &g, &b);
Completed in 66 milliseconds