OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tints_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc
646
delete []
tints_
;
753
pack->
tints_
= reinterpret_cast<TintEntry*>(const_cast<char*>(
803
reinterpret_cast<const char*>(
tints_
),
835
if (
tints_
) {
837
if (
tints_
[i].id == id) {
838
hsl->h =
tints_
[i].h;
839
hsl->s =
tints_
[i].s;
840
hsl->l =
tints_
[i].l;
[
all
...]
browser_theme_pack.h
116
// Transforms the JSON tint values into their final versions in the |
tints_
|
237
} *
tints_
;
member in class:BrowserThemePack
/external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.h
211
TintMap
tints_
;
member in class:libgtk2ui::Gtk2UI
gtk2_ui.cc
870
tints_
[ThemeProperties::TINT_BACKGROUND_TAB];
[
all
...]
Completed in 195 milliseconds