Home
last modified time | relevance | path

Searched refs:uncached_path (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
Dtheme_source.cc66 std::string uncached_path; in StartDataRequest() local
68 &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() local
92 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 …]
/external/chromium_org/chrome/browser/media_galleries/linux/
Dmtp_device_delegate_impl_linux.cc619 base::FilePath uncached_path = in RunTask() local
621 if (!uncached_path.empty()) { in RunTask()
624 FillFileCache(uncached_path); in RunTask()
881 base::FilePath uncached_path; in NextUncachedPathComponent() local
884 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 …]
Dmtp_device_delegate_impl_linux.h240 void FillFileCache(const base::FilePath& uncached_path);