OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:background_colors_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/location_bar/
origin_chip_view.h
48
return
background_colors_
[Button::STATE_PRESSED];
100
SkColor
background_colors_
[3];
member in class:OriginChipView
origin_chip_view.cc
334
background_colors_
[i] =
339
host_label_->SetBackgroundColor(
background_colors_
[Button::STATE_PRESSED]);
341
host_label_->SetBackgroundColor(
background_colors_
[state()]);
373
SkColor background_color =
background_colors_
[state()];
Completed in 81 milliseconds