Searched refs:tints_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/themes/
H A Dbrowser_theme_pack.cc319 delete [] tints_;
401 pack->tints_ = reinterpret_cast<TintEntry*>(const_cast<char*>(
429 reinterpret_cast<const char*>(tints_), sizeof(TintEntry[kTintArraySize]));
455 if (tints_) {
457 if (tints_[i].id == id) {
458 hsl->h = tints_[i].h;
459 hsl->s = tints_[i].s;
460 hsl->l = tints_[i].l;
575 tints_(NULL),
602 tints_
[all...]
H A Dbrowser_theme_pack.h112 // Transforms the JSON tint values into their final versions in the |tints_|
198 } *tints_; member in class:BrowserThemePack
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_theme_service.h267 TintMap tints_; member in class:GtkThemeService
H A Dgtk_theme_service.cc622 tints_.clear();
720 color_utils::HSL inactive_tab_text_hsl = tints_[TINT_BACKGROUND_TAB];
885 tints_[id] = hsl;

Completed in 25 milliseconds