HomeSort by relevance Sort by last modified time
    Searched full:fallback_path (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/net/socket/
unix_domain_socket_posix.cc 58 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) {}
unix_domain_socket_posix.h 48 // which is a Linux-only feature. If |fallback_path| is not empty,
52 const std::string& fallback_path,
65 const std::string& fallback_path,
109 const std::string& fallback_path,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer.py 173 fallback_path = self._relative_baseline_search_paths(port_name, baseline_name)
174 current_index, current_directory = self._find_in_fallbackpath(fallback_path, current_result, new_results_by_directory)
175 for index in range(current_index + 1, len(fallback_path)):
176 new_directory = fallback_path[index]
190 def _find_in_fallbackpath(self, fallback_path, current_result, results_by_directory):
191 for index, directory in enumerate(fallback_path):
194 assert False, "result %s not found in fallback_path %s, %s" % (current_result, fallback_path, results_by_directory)
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.cc 335 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;
    [all...]
wallpaper_private_api.h 80 const base::FilePath& fallback_path);
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension.cc 328 base::FilePath fallback_path = profile_->last_selected_directory().Append( local
339 profile_, kFileBrowserDomain, fallback_path, &virtual_path))) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline.py 336 fallback_path = port.baseline_search_path()
337 if fallback_path not in builders_to_fallback_paths.values():
338 builders_to_fallback_paths[builder] = fallback_path
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing.py 87 fallback_path = [fs.split(x)[1] for x in self._port.baseline_search_path()]
88 self._print_default("Baseline search path: %s -> generic" % " -> ".join(fallback_path))

Completed in 252 milliseconds