Home
last modified time | relevance | path

Searched defs:fallback_path (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/socket/
Dunix_domain_socket_posix.cc59 const std::string& fallback_path, in CreateAndListenInternal()
87 const std::string& fallback_path, in CreateAndListenWithAbstractNamespace()
178 const std::string& fallback_path, in UnixDomainSocketWithAbstractNamespaceFactory()
/external/chromium_org/chrome/browser/ui/views/
Dselect_file_dialog_extension.cc345 base::FilePath fallback_path = profile_->last_selected_directory().Append( in SelectFileImpl() local
/external/chromium_org/chrome/browser/chromeos/extensions/
Dwallpaper_private_api.cc296 base::FilePath fallback_path; in RunImpl() local
328 const base::FilePath& fallback_path) { in ReadFileAndInitiateStartDecode()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
Dbaselineoptimizer.py190 def _find_in_fallbackpath(self, fallback_path, current_result, results_by_directory): argument