OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetBottomColor
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/ui/views/infobars/
infobar_background.cc
16
bottom_color_(
GetBottomColor
(infobar_type)) {
32
SkColor InfoBarBackground::
GetBottomColor
(InfoBarDelegate::Type infobar_type) {
/external/chromium_org/chrome/browser/infobars/
infobar.cc
45
SkColor InfoBar::
GetBottomColor
(InfoBarDelegate::Type infobar_type) {
/external/chromium_org/chrome/browser/ui/gtk/infobars/
extension_infobar_gtk.cc
137
void ExtensionInfoBarGtk::
GetBottomColor
(InfoBarDelegate::Type type,
translate_infobar_base_gtk.cc
118
void TranslateInfoBarBase::
GetBottomColor
(InfoBarDelegate::Type type,
121
InfoBarGtk::
GetBottomColor
(InfoBarDelegate::PAGE_ACTION_TYPE, r, g, b);
123
InfoBarGtk::
GetBottomColor
(InfoBarDelegate::WARNING_TYPE, r, g, b);
126
InfoBarGtk::
GetBottomColor
(InfoBarDelegate::PAGE_ACTION_TYPE,
130
InfoBarGtk::
GetBottomColor
(InfoBarDelegate::WARNING_TYPE,
infobar_gtk.cc
86
void InfoBarGtk::
GetBottomColor
(InfoBarDelegate::Type type,
88
GetBackgroundColor(InfoBar::
GetBottomColor
(type), r, g, b);
302
GetBottomColor
(delegate()->GetInfoBarType(), &bottom_r, &bottom_g, &bottom_b);
/external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc
223
void InfoBar::
GetBottomColor
(InfoBarDelegate::Type type,
264
GetBottomColor
(delegate_->GetInfoBarType(), &bottom_r, &bottom_g, &bottom_b);
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,
Completed in 187 milliseconds