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

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_browsertest.cc 76 GURL download_url = ui_test_utils::GetTestUrl( local
79 ui_test_utils::NavigateToURL(browser(), download_url); local
  /external/markdown/
setup.py 31 download_url = 'http://pypi.python.org/packages/source/M/Markdown/Markdown-%s.tar.gz' % version, variable in class:md_install_scripts
  /external/chromium_org/chrome/browser/extensions/updater/
extension_updater.h 126 const GURL& download_url,
132 GURL download_url; member in struct:extensions::ExtensionUpdater::FetchedCRXFile
179 const GURL& download_url,
extension_updater_unittest.cc 395 const GURL& download_url,
399 download_url_ = download_url;
421 const GURL& download_url() const { return download_url_; } function in class:extensions::ServiceForDownloadTests
    [all...]
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.cc 191 GURL download_url; local
195 &download_url))
202 download_util::GenerateFileName(download_url,
214 download_url,
  /external/chromium_org/chrome/browser/history/
history_browsertest.cc 363 GURL download_url = ui_test_utils::GetTestUrl( local
366 ui_test_utils::DownloadURL(browser(), download_url); local
  /external/chromium_org/content/browser/web_contents/
web_contents_drag_win.cc 232 GURL download_url; local
236 &download_url))
243 net::GenerateFileName(download_url,
267 download_url,
web_contents_view_aura.cc 274 GURL download_url; local
278 &download_url))
285 net::GenerateFileName(download_url,
314 download_url,
    [all...]
  /external/chromium_org/chrome/browser/extensions/
crx_installer.h 101 const GURL& download_url);
113 const GURL& download_url() const { return download_url_; } function in class:extensions::CrxInstaller
webstore_installer.cc 171 std::string download_url = local
173 return GURL(base::StringPrintf(download_url.c_str(),
345 installer->download_url() == download_item_->GetURL() &&
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_host_browsertest.cc 324 GURL download_url = ui_test_utils::GetTestUrl( local
327 ui_test_utils::DownloadURL(browser(), download_url); local
333 ASCIIToWide(download_url.spec()).c_str(), kFwd,
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_updater_unittest.cc 69 const GURL& download_url) {
260 const GURL& download_url) {
263 download_url_ = download_url;
277 const GURL& download_url() const { return download_url_; } function in class:ServiceForDownloadTests
752 EXPECT_EQ(test_url, service->download_url());
857 EXPECT_EQ(url1, service.download_url());
872 EXPECT_EQ(url2, service.download_url());
    [all...]
  /external/chromium_org/chrome/browser/download/
download_browsertest.cc 1871 ui_test_utils::NavigateToURL(browser(), download_url); local
1922 DownloadAndWait(browser(), download_url); local
1973 DownloadAndWait(browser(), download_url); local
2005 DownloadAndWait(browser(), download_url); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 1449 std::string download_url = test_server()->GetURL("slow?0").spec(); local
1494 std::string download_url = test_server()->GetURL("slow?0").spec(); local
1576 std::string download_url = test_server()->GetURL("slow?0").spec(); local
1603 std::string download_url = test_server()->GetURL("slow?0").spec(); local
1647 std::string download_url = test_server()->GetURL("slow?0").spec(); local
1702 std::string download_url = test_server()->GetURL("slow?0#fragment").spec(); local
1742 std::string download_url = "data:text\/plain,hello"; local
1792 std::string download_url = "file:\/\/\/"; local
1840 std::string download_url = test_server()->GetURL("auth-basic").spec(); local
1873 std::string download_url = test_server()->GetURL("files\/downloads\/" local
1924 std::string download_url = test_server()->GetURL("files\/downloads\/" local
1960 std::string download_url = test_server()->GetURL("auth-basic").spec(); local
2001 std::string download_url = test_server()->GetURL("files\/post\/downloads\/" local
2051 std::string download_url = test_server()->GetURL("files\/post\/downloads\/" local
2092 std::string download_url = test_server()->GetURL("files\/post\/downloads\/" local
2132 std::string download_url = test_server()->GetURL( local
2174 const std::string download_url = "filesystem:" + GetExtensionURL() + local
2230 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2298 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2373 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2438 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2503 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2575 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2640 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2705 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2770 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2836 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2902 std::string download_url = test_server()->GetURL("slow?0").spec(); local
3027 std::string download_url = test_server()->GetURL("slow?0").spec(); local
3075 std::string download_url = test_server()->GetURL("slow?0").spec(); local
3208 std::string download_url = test_server()->GetURL("slow?0").spec(); local
    [all...]
  /external/chromium_org/google_apis/drive/
drive_api_parser.h 533 const GURL& download_url() const { return download_url_; } function in class:google_apis::FileResource
605 void set_download_url(const GURL& download_url) {
606 download_url_ = download_url;
gdata_wapi_parser.h 424 // Search for 'download_url' in gdata_wapi_requests.h for details.
425 const GURL& download_url() const { return content_.url(); } function in class:google_apis::ResourceEntry
  /external/chromium/chrome/browser/ui/
browser.cc 3432 GURL download_url = *(Details<GURL>(details).ptr()); local
    [all...]

Completed in 335 milliseconds