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

  /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 677 milliseconds