HomeSort by relevance Sort by last modified time
    Searched refs:to_url (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/server2/
patch_servlet_test.py 115 def is_redirect(from_host, from_path, to_url):
122 if redirect_url != to_url:
124 from_host, from_path, redirect_url, to_url))
  /external/chromium/chrome/browser/history/
visit_database.h 126 // to_visit and to_url can be NULL in which case they are ignored.
129 GURL* to_url);
visit_database.cc 389 GURL* to_url) {
405 if (to_url)
406 *to_url = GURL(statement.ColumnString(1));
history.cc 587 const GURL& to_url,
591 new history::QueryRedirectsRequest(callback), to_url);
history.h 326 Handle QueryRedirectsTo(const GURL& to_url,
    [all...]
history_backend.cc     [all...]
  /external/chromium_org/chrome/browser/history/
visit_database.h 159 // to_visit and to_url can be NULL in which case they are ignored.
162 GURL* to_url);
visit_database.cc 448 GURL* to_url) {
461 if (to_url)
462 *to_url = GURL(statement.ColumnString(1));
history_service.h 311 Handle QueryRedirectsTo(const GURL& to_url,
    [all...]
history_service.cc     [all...]
history_backend.cc     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 70 $url = explode('?', $request->to_url());
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 69 $url = explode('?', $request->to_url());
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 399 public function to_url() { function
443 return $this->to_url();
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 399 public function to_url() { function
443 return $this->to_url();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 330 def to_url(self): member in class:Request
569 uri = req.to_url()
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 330 def to_url(self): member in class:Request
569 uri = req.to_url()

Completed in 1142 milliseconds