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

  /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/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 70 $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/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 767 milliseconds