HomeSort by relevance Sort by last modified time
    Searched defs:destination_url (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.h 158 GURL destination_url; member in struct:AutocompleteMatch
autocomplete.h 483 return destination_url.is_empty() && !provider_affinity &&
488 GURL destination_url; member in struct:AutocompleteResult::Selection
491 // |destination_url|, we'll use the best match from this provider.
495 // can't be tracked using |destination_url| because its URL changes on every
497 // choosing the new "what you typed" entry and ignoring |destination_url|.
    [all...]
  /external/chromium/net/url_request/
url_request_unittest.cc 456 GURL destination_url = test_server_.GetURL(""); local
458 "server-redirect?" + destination_url.spec());
468 EXPECT_EQ(destination_url, req.url());
473 EXPECT_EQ(destination_url, req.url_chain()[2]);
    [all...]

Completed in 43 milliseconds