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

  /external/chromium_org/chrome/browser/download/
download_target_determiner.cc 159 DCHECK(local_path_.empty());
325 DCHECK(local_path_.empty());
346 local_path_ = local_path;
354 DCHECK(!local_path_.empty());
359 if (virtual_path_ == local_path_) {
361 local_path_,
434 DCHECK(!local_path_.empty());
452 net::FilePathToFileURL(local_path_), mime_type_),
547 DCHECK(!local_path_.empty());
550 DCHECK(!local_path_.MatchesExtension(kCrdownloadSuffix))
    [all...]
download_target_determiner.h 290 base::FilePath local_path_; member in class:DownloadTargetDeterminer
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
local_to_remote_syncer.h 108 base::FilePath local_path_; member in class:sync_file_system::drive_backend::LocalToRemoteSyncer
local_to_remote_syncer.cc 63 local_path_(local_path),
346 base::Bind(&drive::util::GetMd5Digest, local_path_),
364 local_path_,
521 local_path_,
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_browsertest.cc 197 if (local_path_.empty()) {
200 local_path_ = tmp_dir_.path().Append(kDownloads);
210 local_path_) &&
211 base::CreateDirectory(local_path_);
216 local_path_.AppendASCII(entry.target_path);
241 const base::FilePath path = local_path_.AppendASCII(entry.target_path);
248 if (path.DirName() != local_path_) {
258 base::FilePath local_path_; member in class:file_manager::__anon4263::LocalTestVolume
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
local_sync_delegate.h 129 base::FilePath local_path_; member in class:sync_file_system::drive_backend::LocalSyncDelegate
local_sync_delegate.cc 28 local_path_(local_path),
131 local_path_,
211 local_path_,
  /external/chromium/webkit/glue/
dom_serializer_unittest.cc 177 // Add dummy file path to local_path_.
    [all...]

Completed in 313 milliseconds