OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTargetPath
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/drive/
download_handler_unittest.cc
110
EXPECT_EQ(drive_path, download_handler_->
GetTargetPath
(&download_item_));
159
EXPECT_EQ(drive_path, download_handler_->
GetTargetPath
(&download_item_));
169
EXPECT_EQ(drive_path, download_handler_->
GetTargetPath
(&download_item_));
download_handler.h
57
base::FilePath
GetTargetPath
(const content::DownloadItem* download);
download_handler.cc
180
base::FilePath DownloadHandler::
GetTargetPath
(
204
util::ExtractDrivePath(
GetTargetPath
(download)),
289
util::ExtractDrivePath(
GetTargetPath
(download)),
/external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.cc
133
return drive_download_handler->
GetTargetPath
(download);
Completed in 167 milliseconds