HomeSort by relevance Sort by last modified time
    Searched refs:theme_info_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/search/
instant_service.cc 189 if (!theme_info_)
290 DCHECK(theme_info_.get());
292 ThemeInfoChanged(*theme_info_));
297 theme_info_.reset(new ThemeBackgroundInfo());
300 theme_info_->using_default_theme = theme_service->UsingDefaultTheme();
331 theme_info_->background_color = SkColorToRGBAColor(background_color);
332 theme_info_->text_color = SkColorToRGBAColor(text_color);
333 theme_info_->link_color = SkColorToRGBAColor(link_color);
334 theme_info_->text_color_light = SkColorToRGBAColor(text_color_light);
335 theme_info_->header_color = SkColorToRGBAColor(header_color)
    [all...]
instant_service.h 150 scoped_ptr<ThemeBackgroundInfo> theme_info_; member in class:InstantService
  /external/chromium_org/chrome/renderer/searchbox/
searchbox.h 152 ThemeBackgroundInfo theme_info_; member in class:SearchBox
searchbox.cc 239 return theme_info_;
444 if (theme_info_ == theme_info)
447 theme_info_ = theme_info;
472 theme_info_ = ThemeBackgroundInfo();

Completed in 63 milliseconds