OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:local_path_
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/download/
download_target_determiner.cc
174
DCHECK(
local_path_
.empty());
349
DCHECK(
local_path_
.empty());
372
local_path_
= local_path;
380
DCHECK(!
local_path_
.empty());
385
if (virtual_path_ ==
local_path_
) {
387
local_path_
,
472
DCHECK(!
local_path_
.empty());
492
net::FilePathToFileURL(
local_path_
),
521
if (!
local_path_
.MatchesExtension(FILE_PATH_LITERAL(".pdf")))
637
DCHECK(!
local_path_
.empty())
[
all
...]
download_target_determiner.h
309
base::FilePath
local_path_
;
member in class:DownloadTargetDeterminer
/external/chromium_org/components/component_updater/
url_fetcher_downloader.cc
85
base::FilePath
local_path_
;
local
86
source->GetResponseAsFilePath(false, &
local_path_
);
89
<< source->GetURL().spec() << " to " <<
local_path_
.value();
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
mount_path_util.h
70
base::FilePath
local_path_
;
member in class:chromeos::file_system_provider::util::LocalPathParser
mount_path_util.cc
137
: profile_(profile),
local_path_
(local_path), file_system_(NULL) {
146
if (!IsFileSystemProviderLocalPath(
local_path_
))
150
local_path_
.GetComponents(&components);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
local_to_remote_syncer.h
112
base::FilePath
local_path_
;
member in class:sync_file_system::drive_backend::LocalToRemoteSyncer
local_to_remote_syncer.cc
82
local_path_
(local_path),
496
const std::string local_file_md5 = drive::util::GetMd5Digest(
local_path_
);
509
local_path_
,
631
local_path_
,
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc
175
local_path_
(local_path),
187
file_path_ = drive::util::ExtractDrivePath(
local_path_
);
188
file_owner_profile_ = drive::util::ExtractProfileFromPath(
local_path_
);
345
const base::FilePath
local_path_
;
member in class:extensions::__anon7765::SingleEntryPropertiesGetterForDrive
[
all
...]
Completed in 652 milliseconds