Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Dvisit_database.cc389 GURL* to_url) { in GetRedirectFromVisit() argument
405 if (to_url) in GetRedirectFromVisit()
406 *to_url = GURL(statement.ColumnString(1)); in GetRedirectFromVisit()
Dvisit_database.h129 GURL* to_url);
Dhistory.cc587 const GURL& to_url, in QueryRedirectsTo() argument
591 new history::QueryRedirectsRequest(callback), to_url); in QueryRedirectsTo()
Dhistory.h326 Handle QueryRedirectsTo(const GURL& to_url,
Dhistory_backend.cc1456 const GURL& to_url, in GetMostRecentRedirectsTo() argument
1462 URLID to_url_id = db_->GetRowForURL(to_url, NULL); in GetMostRecentRedirectsTo()
/external/chromium/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/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
D__init__.py330 def to_url(self): member in Request
569 uri = req.to_url()