/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_edit_controller.h | 31 void OnAutocompleteAccept(const GURL& destination_url, 61 GURL destination_url() const { return destination_url_; } function in class:OmniboxEditController
|
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_result.h | 42 return destination_url.is_empty() && !provider_affinity && 47 GURL destination_url; member in struct:AutocompleteResult::Selection 50 // |destination_url|, we'll use the best match from this provider. 54 // can't be tracked using |destination_url| because its URL changes on every 56 // choosing the new "what you typed" entry and ignoring |destination_url|.
|
autocomplete_match.h | 165 // Copies the destination_url with "www." stripped off to 207 // corresponds to the destination_url's hostname. 278 GURL destination_url; member in struct:AutocompleteMatch 330 // TemplateURLRef::ReplaceSearchTerms() to reset the match's |destination_url|
|
shortcuts_provider_unittest.cc | 49 std::string destination_url; member in struct:__anon4034::TestShortcutInfo 304 ASCIIToUTF16(cur.fill_into_edit), GURL(cur.destination_url), 322 iter->destination_url.spec(), iter->allowed_to_be_default_match)); 364 EXPECT_EQ(expected_top_result, ac_matches_[0].destination_url.spec()); 721 match.destination_url = GURL(shortcuts_to_test_delete[0].destination_url); [all...] |
/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_org/chrome/browser/history/ |
shortcuts_database_unittest.cc | 29 std::string destination_url; member in struct:__anon5072::ShortcutsDatabaseTestInfo 126 ASCIIToUTF16(info.fill_into_edit), GURL(info.destination_url), 227 EXPECT_EQ(shortcut_test_db[i].destination_url, 228 shortcut.match_core.destination_url.spec());
|
shortcuts_backend.h | 43 const GURL& destination_url, 56 GURL destination_url; member in struct:history::ShortcutsBackend::Shortcut::MatchCore 120 // Looks for an existing shortcut to match.destination_url that starts with
|
/external/chromium_org/content/renderer/media/crypto/ |
proxy_decryptor.cc | 226 const std::string& destination_url) { 228 key_message_cb_.Run(LookupWebSessionId(session_id), message, destination_url); local
|
/external/chromium_org/media/cdm/ppapi/ |
clear_key_cdm.h | 91 const std::string& destination_url() { return destination_url_; } function in class:media::ClearKeyCdm::Client 101 const std::string& destination_url);
|
/external/chromium_org/chrome/common/ |
instant_types.h | 50 // The URL of the match, same as AutocompleteMatch::destination_url. 51 base::string16 destination_url; member in struct:InstantAutocompleteResult
|
/external/chromium_org/media/base/android/ |
media_drm_bridge.cc | 312 std::string destination_url = ConvertJavaStringToUTF8(env, j_destination_url); local 314 media_keys_id_, session_id, message, destination_url);
|
/external/chromium_org/chrome/renderer/searchbox/ |
searchbox_extension.cc | 980 DVLOG(1) << render_view << " NavigateContentWindow: " << destination_url; local [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...] |
/external/chromium_org/chrome/browser/prerender/ |
prerender_browsertest.cc | 816 const GURL& destination_url, 821 PrerenderTestURLImpl(prerender_url, destination_url, 1745 GURL destination_url = test_server()->GetURL( local 1851 GURL destination_url = test_server()->GetURL( local [all...] |
/external/chromium_org/net/url_request/ |
url_request_unittest.cc | 3705 GURL destination_url = test_server_.GetURL(std::string()); local 3743 GURL destination_url = test_server_.GetURL(std::string()); local 4469 GURL destination_url = test_server_.GetURL( local 4505 GURL destination_url = test_server_.GetURL( local [all...] |