HomeSort by relevance Sort by last modified time
    Searched refs:uncached_path (Results 1 - 2 of 2) 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...]
  /external/chromium/chrome/browser/ui/webui/
theme_source.cc 47 std::string uncached_path = StripQueryParams(path); local
49 if (uncached_path == kNewTabCSSPath ||
50 uncached_path == kNewIncognitoTabCSSPath) {
52 DCHECK((uncached_path == kNewTabCSSPath && !is_incognito) ||
53 (uncached_path == kNewIncognitoTabCSSPath && is_incognito));
58 int resource_id = ResourcesUtil::GetThemeResourceId(uncached_path);
69 std::string uncached_path = StripQueryParams(path); local
71 if (uncached_path == kNewTabCSSPath ||
72 uncached_path == kNewIncognitoTabCSSPath) {
81 std::string uncached_path = StripQueryParams(path) local
    [all...]

Completed in 197 milliseconds