HomeSort by relevance Sort by last modified time
    Searched defs:download_url (Results 1 - 16 of 16) 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 132 const GURL& download_url,
138 GURL download_url; member in struct:extensions::ExtensionUpdater::FetchedCRXFile
185 const GURL& download_url,
extension_updater_unittest.cc 404 const GURL& download_url,
408 download_url_ = download_url;
430 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/extensions/
webstore_installer.cc 131 std::string download_url = local
133 return GURL(base::StringPrintf(download_url.c_str(),
261 installer->download_url() == download_item_->GetURL() &&
crx_installer.h 101 const GURL& download_url);
113 const GURL& download_url() const { return download_url_; } function in class:extensions::CrxInstaller
  /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,
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_host_browsertest.cc 316 GURL download_url = ui_test_utils::GetTestUrl( local
319 ui_test_utils::DownloadURL(browser(), download_url); local
325 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 1873 ui_test_utils::NavigateToURL(browser(), download_url); local
1924 DownloadAndWait(browser(), download_url); local
1975 DownloadAndWait(browser(), download_url); local
2007 DownloadAndWait(browser(), download_url); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 1433 std::string download_url = test_server()->GetURL("slow?0").spec(); local
1478 std::string download_url = test_server()->GetURL("slow?0").spec(); local
1560 std::string download_url = test_server()->GetURL("slow?0").spec(); local
1587 std::string download_url = test_server()->GetURL("slow?0").spec(); local
1631 std::string download_url = test_server()->GetURL("slow?0").spec(); local
1686 std::string download_url = test_server()->GetURL("slow?0#fragment").spec(); local
1726 std::string download_url = "data:text\/plain,hello"; local
1776 std::string download_url = "file:\/\/\/"; local
1824 std::string download_url = test_server()->GetURL("auth-basic").spec(); local
1857 std::string download_url = test_server()->GetURL("files\/downloads\/" local
1908 std::string download_url = test_server()->GetURL("files\/downloads\/" local
1944 std::string download_url = test_server()->GetURL("auth-basic").spec(); local
1985 std::string download_url = test_server()->GetURL("files\/post\/downloads\/" local
2035 std::string download_url = test_server()->GetURL("files\/post\/downloads\/" local
2076 std::string download_url = test_server()->GetURL("files\/post\/downloads\/" local
2116 std::string download_url = test_server()->GetURL( local
2158 const std::string download_url = "filesystem:" + GetExtensionURL() + local
2214 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2282 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2357 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2422 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2487 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2553 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2618 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2683 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2748 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2814 std::string download_url = test_server()->GetURL("slow?0").spec(); local
2880 std::string download_url = test_server()->GetURL("slow?0").spec(); local
3005 std::string download_url = test_server()->GetURL("slow?0").spec(); local
3053 std::string download_url = test_server()->GetURL("slow?0").spec(); local
3186 std::string download_url = test_server()->GetURL("slow?0").spec(); local
    [all...]
  /external/chromium_org/chrome/browser/google_apis/
drive_api_parser.h 522 const GURL& download_url() const { return download_url_; } function in class:google_apis::FileResource
585 void set_download_url(const GURL& download_url) {
586 download_url_ = download_url;
gdata_wapi_parser.h 441 // Search for 'download_url' in gdata_wapi_requests.h for details.
442 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 622 milliseconds