HomeSort by relevance Sort by last modified time
    Searched refs:fileshelf_path (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/webui/
screenshot_source.cc 30 FilePath fileshelf_path; local
31 if (!PathService::Get(chrome::DIR_DEFAULT_DOWNLOADS, &fileshelf_path)) {
36 FilePath file(fileshelf_path.value() + std::string(kScreenshotsRelativePath) +
bug_report_ui.cc 69 FilePath fileshelf_path; local
71 &fileshelf_path)) {
78 FilePath screenshots_path(fileshelf_path.value() +

Completed in 69 milliseconds