Searched refs:GetValueAsFilePath (Results 1 - 14 of 14) sorted by relevance

/external/chromium/base/
H A Dvalue_conversions.h21 BASE_API bool GetValueAsFilePath(const Value& value, FilePath* file_path);
H A Dvalue_conversions.cc43 bool GetValueAsFilePath(const Value& value, FilePath* file_path) { function in namespace:base
/external/chromium_org/base/
H A Dvalue_conversions.h22 BASE_EXPORT bool GetValueAsFilePath(const Value& value, FilePath* file_path);
H A Dvalue_conversions.cc20 bool GetValueAsFilePath(const Value& value, FilePath* file_path) { function in namespace:base
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmanaged_user_create_confirm_handler.cc70 if (!base::GetValueAsFilePath(*file_path_value, &profile_file_path))
H A Dmanage_profile_handler.cc61 return base::GetValueAsFilePath(*file_path_value, profile_file_path);
395 !base::GetValueAsFilePath(*file_path_value, &profile_file_path))
H A Dbrowser_options_handler.cc1265 if (!base::GetValueAsFilePath(*file_path_value, &file_path))
/external/chromium/chrome/browser/prefs/
H A Dpref_member.cc163 return base::GetValueAsFilePath(value, &value_);
H A Dpref_service.cc399 bool rv = base::GetValueAsFilePath(*pref->GetValue(), &result);
/external/chromium_org/base/prefs/
H A Dpref_member.cc210 return base::GetValueAsFilePath(value, &value_);
H A Dpref_service.cc170 bool rv = base::GetValueAsFilePath(*value, &result);
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Duser_manager_screen_handler.cc185 if (!base::GetValueAsFilePath(*profile_path_value, &profile_path))
/external/chromium_org/apps/
H A Dsaved_files_service.cc123 if (!GetValueAsFilePath(*path_value, &file_path))
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_helper.cc233 base::GetValueAsFilePath(*path_value, &initial_path);

Completed in 317 milliseconds