Searched refs:uncached_path (Results 1 – 3 of 3) sorted by relevance
66 std::string uncached_path; in StartDataRequest() local68 &uncached_path, in StartDataRequest()71 if (uncached_path == kNewTabCSSPath || in StartDataRequest()72 uncached_path == kNewIncognitoTabCSSPath) { in StartDataRequest()80 int resource_id = ResourcesUtil::GetThemeResourceId(uncached_path); in StartDataRequest()91 std::string uncached_path; in GetMimeType() local92 webui::ParsePathAndScale(GURL(GetThemePath() + path), &uncached_path, NULL); in GetMimeType()94 if (uncached_path == kNewTabCSSPath || in GetMimeType()95 uncached_path == kNewIncognitoTabCSSPath) { in GetMimeType()104 std::string uncached_path; in MessageLoopForRequestPath() local[all …]
619 base::FilePath uncached_path = in RunTask() local621 if (!uncached_path.empty()) { in RunTask()624 FillFileCache(uncached_path); in RunTask()881 base::FilePath uncached_path; in NextUncachedPathComponent() local884 uncached_path = device_path_; in NextUncachedPathComponent()897 !cached_path.empty() && (uncached_path == cached_path); in NextUncachedPathComponent()900 uncached_path = uncached_path.Append(device_relpath_components[i]); in NextUncachedPathComponent()903 uncached_path.clear(); in NextUncachedPathComponent()905 return uncached_path; in NextUncachedPathComponent()909 const base::FilePath& uncached_path) { in FillFileCache() argument[all …]
240 void FillFileCache(const base::FilePath& uncached_path);