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

  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension.cc 365 base::FilePath fallback_path = profile_->last_selected_directory().empty() ? local
381 fallback_path.Append(default_path.BaseName()),
398 fallback_path,
402 << fallback_path.value();
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.cc 309 base::FilePath fallback_path; local
316 fallback_path = wallpaper_path.Append(file_name);
335 this, wallpaper_path, fallback_path));
342 const base::FilePath& fallback_path) {
349 path = fallback_path;
    [all...]

Completed in 161 milliseconds