OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bottom_r
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc
263
double
bottom_r
, bottom_g, bottom_b;
local
264
GetBottomColor(delegate_->GetInfoBarType(), &
bottom_r
, &bottom_g, &bottom_b);
266
pattern, 1.0,
bottom_r
, bottom_g, bottom_b);
/external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc
301
double
bottom_r
, bottom_g, bottom_b;
local
302
GetBottomColor(delegate()->GetInfoBarType(), &
bottom_r
, &bottom_g, &bottom_b);
304
pattern, 1.0,
bottom_r
, bottom_g, bottom_b);
Completed in 47 milliseconds