HomeSort by relevance Sort by last modified time
    Searched defs:GetDisplayProperty (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/themes/
theme_service.cc 262 bool ThemeService::GetDisplayProperty(int id, int* result) const {
264 return theme_pack_->GetDisplayProperty(id, result);
292 GetDisplayProperty(NTP_LOGO_ALTERNATE, &ntp_alternate);
browser_theme_pack.cc 482 bool BrowserThemePack::GetDisplayProperty(int id, int* result) const {
    [all...]

Completed in 99 milliseconds