Searched defs:fallback_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/socket/
H A Dunix_domain_socket_posix.cc58 const std::string& fallback_path,
63 if (s == kInvalidSocket && !fallback_path.empty())
64 s = CreateAndBind(fallback_path, use_abstract_namespace);
85 const std::string& fallback_path,
89 CreateAndListenInternal(path, fallback_path, del, auth_callback, true));
176 const std::string& fallback_path,
179 fallback_path_(fallback_path) {}
56 CreateAndListenInternal( const std::string& path, const std::string& fallback_path, StreamListenSocket::Delegate* del, const AuthCallback& auth_callback, bool use_abstract_namespace) argument
83 CreateAndListenWithAbstractNamespace( const std::string& path, const std::string& fallback_path, StreamListenSocket::Delegate* del, const AuthCallback& auth_callback) argument
174 UnixDomainSocketWithAbstractNamespaceFactory( const std::string& path, const std::string& fallback_path, const UnixDomainSocket::AuthCallback& auth_callback) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension.cc328 base::FilePath fallback_path = profile_->last_selected_directory().Append( local
339 profile_, kFileBrowserDomain, fallback_path, &virtual_path))) {
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_private_api.cc335 base::FilePath fallback_path; local
344 fallback_path = wallpaper_path.Append(file_name);
358 fallback_path = chromeos::WallpaperManager::Get()->GetCustomWallpaperPath(
373 this, wallpaper_path, fallback_path));
379 const base::FilePath& fallback_path) {
386 path = fallback_path;
378 ReadFileAndInitiateStartDecode(const base::FilePath& file_path, const base::FilePath& fallback_path) argument

Completed in 2105 milliseconds