Searched refs:to_url (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dvisit_database.h126 // to_visit and to_url can be NULL in which case they are ignored.
129 GURL* to_url);
H A Dvisit_database.cc389 GURL* to_url) {
405 if (to_url)
406 *to_url = GURL(statement.ColumnString(1));
387 GetRedirectFromVisit(VisitID from_visit, VisitID* to_visit, GURL* to_url) argument
H A Dhistory.cc587 const GURL& to_url,
591 new history::QueryRedirectsRequest(callback), to_url);
586 QueryRedirectsTo( const GURL& to_url, CancelableRequestConsumerBase* consumer, QueryRedirectsCallback* callback) argument
H A Dhistory.h326 Handle QueryRedirectsTo(const GURL& to_url,
H A Dhistory_backend.cc1456 const GURL& to_url,
1462 URLID to_url_id = db_->GetRowForURL(to_url, NULL);
1455 GetMostRecentRedirectsTo( const GURL& to_url, history::RedirectList* redirects) argument
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
H A D__init__.py330 def to_url(self): member in class:Request
569 uri = req.to_url()
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dindex.php70 $url = explode('?', $request->to_url());
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php399 public function to_url() { function
443 return $this->to_url();

Completed in 299 milliseconds