HomeSort by relevance Sort by last modified time
    Searched full:uncached_path (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/
theme_source.cc 66 std::string uncached_path; local
68 &uncached_path,
71 if (uncached_path == kNewTabCSSPath ||
72 uncached_path == kNewIncognitoTabCSSPath) {
80 int resource_id = ResourcesUtil::GetThemeResourceId(uncached_path);
91 std::string uncached_path; local
92 webui::ParsePathAndScale(GURL(GetThemePath() + path), &uncached_path, NULL);
94 if (uncached_path == kNewTabCSSPath ||
95 uncached_path == kNewIncognitoTabCSSPath) {
104 std::string uncached_path; local
    [all...]

Completed in 1228 milliseconds