Home
last modified time | relevance | path

Searched refs:to_url (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
Dpatch_servlet_test.py145 def is_redirect(from_host, from_path, to_url): argument
152 if redirect_url != to_url:
154 from_host, from_path, redirect_url, to_url))
/external/chromium_org/chrome/browser/extensions/
Dchrome_content_browser_client_extensions_part.cc342 const GURL& to_url, in ShouldAllowOpenURL() argument
348 if (to_url.SchemeIs(kExtensionScheme) && in ShouldAllowOpenURL()
359 service->extensions()->GetExtensionOrAppByURL(to_url); in ShouldAllowOpenURL()
373 extension, to_url.path())) { in ShouldAllowOpenURL()
Dchrome_content_browser_client_extensions_part.h51 const GURL& to_url,
/external/chromium_org/chrome/browser/history/
Dvisit_database.h163 GURL* to_url);
Dvisit_database.cc447 GURL* to_url) { in GetRedirectFromVisit() argument
460 if (to_url) in GetRedirectFromVisit()
461 *to_url = GURL(statement.ColumnString(1)); in GetRedirectFromVisit()
Dhistory_service.cc784 const GURL& to_url, in QueryRedirectsTo() argument
794 to_url, in QueryRedirectsTo()
Dhistory_service.h277 const GURL& to_url,
Dhistory_backend.cc1316 void HistoryBackend::QueryRedirectsTo(const GURL& to_url, in QueryRedirectsTo() argument
1322 URLID to_url_id = db_->GetRowForURL(to_url, NULL); in QueryRedirectsTo()
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
DOAuth.php399 public function to_url() { function in OAuthRequest
443 return $this->to_url();
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
D__init__.py330 def to_url(self): member in Request
569 uri = req.to_url()