OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetUserDocumentsDirectory
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/common/
chrome_paths_internal.h
34
bool
GetUserDocumentsDirectory
(FilePath* result);
chrome_paths_win.cc
45
bool
GetUserDocumentsDirectory
(FilePath* result) {
59
if (!
GetUserDocumentsDirectory
(result))
chrome_paths_linux.cc
81
bool
GetUserDocumentsDirectory
(FilePath* result) {
chrome_paths.cc
122
if (!
GetUserDocumentsDirectory
(&cur))
Completed in 121 milliseconds