Searched refs:destination_url (Results 26 - 50 of 99) sorted by relevance

1234

/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_provider.cc45 return match.destination_url == url_;
97 GURL url(match.destination_url);
195 match.destination_url = shortcut.match_core.destination_url;
196 DCHECK(match.destination_url.is_valid());
H A Dhistory_url_provider.cc597 const GURL& destination_url,
607 if (destination_url.is_valid()) {
608 match.destination_url = destination_url;
613 net::FormatUrl(destination_url, std::string(),
619 destination_url,
628 // This relies on match.destination_url being the non-prefix-trimmed version
632 base::UTF8ToUTF16(destination_url.spec()), text);
633 // It's possible for match.destination_url to not contain the user's input
635 // "view-source:x" and |destination_url| ha
595 SuggestExactInput( const base::string16& text, const GURL& destination_url, bool trim_http) argument
[all...]
H A Dhistory_url_provider.h200 // Returns a match representing a navigation to |destination_url| given user
208 const GURL& destination_url,
H A Dshortcuts_backend_unittest.cc88 match.destination_url = GURL(url);
230 match.destination_url = GURL(
240 match_core.destination_url.spec());
302 EXPECT_TRUE(DeleteShortcutsWithURL(shortcut1.match_core.destination_url));
H A Dhistory_quick_provider.cc234 match.destination_url = info.url();
235 DCHECK(match.destination_url.is_valid());
H A Dshortcuts_provider_unittest.cc54 std::string destination_url; member in struct:__anon2936::TestShortcutInfo
329 ASCIIToUTF16(cur.fill_into_edit), GURL(cur.destination_url),
345 iter->destination_url.spec(), iter->allowed_to_be_default_match));
387 EXPECT_EQ(expected_top_result, ac_matches_[0].destination_url.spec());
800 match.destination_url = GURL(shortcuts_to_test_delete[0].destination_url);
815 match.destination_url = GURL(shortcuts_to_test_delete[3].destination_url);
/external/chromium_org/chrome/browser/android/omnibox/
H A Dautocomplete_controller_android.cc263 return ConvertUTF8ToJavaString(env, match.destination_url.spec());
447 ScopedJavaLocalRef<jstring> destination_url = local
448 ConvertUTF8ToJavaString(env, match.destination_url.spec());
463 destination_url.obj(),
465 bookmark_model && bookmark_model->IsBookmarked(match.destination_url),
533 if (!match.destination_url.is_valid())
543 return ConvertUTF8ToJavaString(env, match.destination_url.spec()).Release();
/external/chromium_org/components/omnibox/
H A Dautocomplete_match.cc74 destination_url(match.destination_url),
111 destination_url = match.destination_url;
379 // from {destination_url} to {stripped_destination_url}. |need_replacement|
411 GURLToStrippedGURL(destination_url, template_url_service, keyword);
456 destination_url.host() : std::string());
/external/chromium_org/content/browser/media/cdm/
H A Dbrowser_cdm_manager.cc149 const GURL& destination_url) {
150 GURL verified_gurl = destination_url;
152 DLOG(WARNING) << "SessionMessage destination_url is invalid : "
153 << destination_url.possibly_invalid_spec();
154 verified_gurl = GURL::EmptyGURL(); // Replace invalid destination_url.
145 OnSessionMessage(int render_frame_id, int cdm_id, uint32 session_id, const std::vector<uint8>& message, const GURL& destination_url) argument
H A Dbrowser_cdm_manager.h75 const GURL& destination_url);
/external/chromium_org/content/renderer/media/crypto/
H A Dproxy_decryptor.cc252 const GURL& destination_url) {
260 key_message_cb_.Run(web_session_id, key, destination_url);
265 key_message_cb_.Run(web_session_id, message, destination_url);
250 OnSessionMessage(const std::string& web_session_id, const std::vector<uint8>& message, const GURL& destination_url) argument
H A Dencrypted_media_player_support_impl.cc426 const GURL& destination_url) {
427 DCHECK(destination_url.is_empty() || destination_url.is_valid());
434 destination_url); local
423 OnKeyMessage( const std::string& session_id, const std::vector<uint8>& message, const GURL& destination_url) argument
H A Dencrypted_media_player_support_impl.h101 const GURL& destination_url);
H A Dproxy_decryptor.h47 const GURL& destination_url)> KeyMessageCB;
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_adapter.h103 const char* destination_url,
130 const char* destination_url,
203 const std::string& destination_url);
/external/chromium_org/chrome/browser/predictors/
H A Dautocomplete_action_predictor_unittest.cc358 match.destination_url = GURL(test_url_db[i].url);
361 << "Unexpected action for " << match.destination_url;
372 match.destination_url = GURL(test_url_db[i].url);
380 << "Unexpected action for " << match.destination_url;
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_current_page_delegate_impl.cc117 match.destination_url,
/external/chromium_org/content/renderer/media/
H A Dcdm_session_adapter.h125 const GURL& destination_url);
H A Dcdm_session_adapter.cc145 const GURL& destination_url) {
150 session->OnSessionMessage(message, destination_url);
143 OnSessionMessage(const std::string& web_session_id, const std::vector<uint8>& message, const GURL& destination_url) argument
H A Dwebcontentdecryptionmodulesession_impl.cc167 const GURL& destination_url) {
170 message.empty() ? NULL : &message[0], message.size(), destination_url);
165 OnSessionMessage( const std::vector<uint8>& message, const GURL& destination_url) argument
/external/chromium_org/media/base/
H A Dmedia_keys.h134 const GURL& destination_url)> SessionMessageCB;
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.h87 const std::string& destination_url);
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_ipc_router_unittest.cc205 GURL destination_url("www.foo.com");
206 EXPECT_CALL(*mock_delegate(), NavigateToURL(destination_url, CURRENT_TAB,
218 destination_url, CURRENT_TAB, true));
313 GURL destination_url("www.foo.com");
314 EXPECT_CALL(*mock_delegate(), NavigateToURL(destination_url, CURRENT_TAB,
327 destination_url, CURRENT_TAB, true));
334 GURL destination_url("www.foo.com");
335 EXPECT_CALL(*mock_delegate(), NavigateToURL(destination_url, CURRENT_TAB,
348 destination_url, CURRENT_TAB, true));
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Devent_router.h84 int copy_id, const GURL& source_url, const GURL& destination_url,
91 const GURL& destination_url,
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_root_view.cc207 if (!match.destination_url.is_valid())
211 *url = match.destination_url;

Completed in 5906 milliseconds

1234