Searched refs:to_url (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chrome/common/extensions/docs/server2/ |
D | patch_servlet_test.py | 145 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/ |
D | chrome_content_browser_client_extensions_part.cc | 342 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()
|
D | chrome_content_browser_client_extensions_part.h | 51 const GURL& to_url,
|
/external/chromium_org/chrome/browser/history/ |
D | visit_database.h | 163 GURL* to_url);
|
D | visit_database.cc | 447 GURL* to_url) { in GetRedirectFromVisit() argument 460 if (to_url) in GetRedirectFromVisit() 461 *to_url = GURL(statement.ColumnString(1)); in GetRedirectFromVisit()
|
D | history_service.cc | 784 const GURL& to_url, in QueryRedirectsTo() argument 794 to_url, in QueryRedirectsTo()
|
D | history_service.h | 277 const GURL& to_url,
|
D | history_backend.cc | 1316 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/ |
D | OAuth.php | 399 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__.py | 330 def to_url(self): member in Request 569 uri = req.to_url()
|