Home
last modified time | relevance | path

Searched refs:DIR_USER_DOCUMENTS (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/common/
Dchrome_paths.h30 DIR_USER_DOCUMENTS, // Directory for a user's "My Documents". enumerator
Dchrome_paths.cc121 case chrome::DIR_USER_DOCUMENTS: in PathProvider()
/external/chromium/chrome/browser/ui/webui/
Dprint_preview_handler.cc339 PathService::Get(chrome::DIR_USER_DOCUMENTS, last_saved_path_); in SelectFile()
/external/chromium/chrome/browser/extensions/
Dextension_bookmarks_module.cc69 PathService::Get(chrome::DIR_USER_DOCUMENTS, &default_path); in GetDefaultFilepathForBookmarkExport()
/external/chromium/chrome/browser/download/
Ddownload_manager.cc354 PathService::Get(chrome::DIR_USER_DOCUMENTS, &info->suggested_path); in CheckIfSuggestedPathExists()