Searched defs:destination_url (Results 1 - 25 of 33) sorted by last modified time

12

/external/chromium_org/net/url_request/
H A Durl_request_unittest.cc3785 GURL destination_url = test_server_.GetURL(std::string()); local
3787 test_server_.GetURL("server-redirect?" + destination_url.spec());
3796 EXPECT_EQ(destination_url, req->url());
3800 EXPECT_EQ(destination_url, req->url_chain()[1]);
3824 GURL destination_url = test_server_.GetURL(std::string()); local
3826 test_server_.GetURL("server-redirect?" + destination_url.spec());
3837 EXPECT_EQ(destination_url, req->url());
3842 EXPECT_EQ(destination_url, req->url_chain()[2]);
4592 GURL destination_url = test_server_.GetURL( local
4595 "server-redirect?" + destination_url
4629 GURL destination_url = test_server_.GetURL( local
[all...]
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.cc348 const std::string& destination_url) {
351 pp::Var destination_url_var(destination_url);
345 SessionMessage( const std::string& web_session_id, pp::VarArrayBuffer message, const std::string& destination_url) argument
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2752 static void Pnacl_M36_PPB_ContentDecryptor_Private_SessionMessage(PP_Instance instance, struct PP_Var* web_session_id, struct PP_Var* message, struct PP_Var* destination_url) { argument
2754 iface->SessionMessage(instance, *web_session_id, *message, *destination_url);
5269 .SessionMessage = (void (*)(PP_Instance instance, struct PP_Var web_session_id, struct PP_Var message, struct PP_Var destination_url))&Pnacl_M36_PPB_ContentDecryptor_Private_SessionMessage,
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.cc1345 SerializedVarReceiveInput destination_url) {
1353 destination_url.Get(dispatcher()));
1341 OnHostMsgSessionMessage( PP_Instance instance, SerializedVarReceiveInput web_session_id, SerializedVarReceiveInput message, SerializedVarReceiveInput destination_url) argument
/external/chromium_org/ppapi/thunk/
H A Dppb_content_decryptor_private_thunk.cc70 struct PP_Var destination_url) {
78 destination_url);
67 SessionMessage(PP_Instance instance, struct PP_Var web_session_id, struct PP_Var message, struct PP_Var destination_url) argument
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_adapter.cc662 const char* destination_url,
669 destination_url,
801 const char* destination_url,
807 std::string(destination_url, destination_url_length)));
889 const std::string& destination_url) {
898 web_session_id, message_array_buffer, destination_url);
659 OnSessionMessage(uint32_t session_id, const char* message, uint32_t message_length, const char* destination_url, uint32_t destination_url_length) argument
797 OnSessionMessage(const char* web_session_id, uint32_t web_session_id_length, const char* message, uint32_t message_length, const char* destination_url, uint32_t destination_url_length) argument
885 SendSessionMessageInternal( int32_t result, const std::string& web_session_id, const std::vector<uint8>& message, const std::string& destination_url) argument
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dclear_key_cdm.cc679 const GURL& destination_url) {
693 destination_url.spec().data(),
694 destination_url.spec().size());
677 OnSessionMessage(const std::string& web_session_id, const std::vector<uint8>& message, const GURL& destination_url) argument
/external/chromium_org/media/filters/
H A Dpipeline_integration_test.cc122 const GURL& destination_url) = 0;
158 const GURL& destination_url) {
159 app_->OnSessionMessage(web_session_id, message, destination_url);
237 const GURL& destination_url) OVERRIDE {
156 OnSessionMessage(const std::string& web_session_id, const std::vector<uint8>& message, const GURL& destination_url) argument
/external/chromium_org/content/renderer/media/crypto/
H A Dppapi_decryptor.cc490 const GURL& destination_url) {
492 session_message_cb_.Run(web_session_id, message, destination_url);
488 OnSessionMessage(const std::string& web_session_id, const std::vector<uint8>& message, const GURL& destination_url) argument
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 Dproxy_media_keys.cc158 const GURL& destination_url) {
160 LookupWebSessionId(session_id), message, destination_url); local
156 OnSessionMessage(uint32 session_id, const std::vector<uint8>& message, const GURL& destination_url) argument
H A Drenderer_cdm_manager.cc96 const GURL& destination_url) {
104 media_keys->OnSessionMessage(session_id, message, destination_url);
93 OnSessionMessage(int cdm_id, uint32 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
/external/chromium_org/content/renderer/media/
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
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
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.cc790 PP_Var destination_url) {
804 StringVar* destination_url_string = StringVar::FromPPVar(destination_url);
811 verified_gurl = GURL::EmptyGURL(); // Replace invalid destination_url.
788 OnSessionMessage(PP_Var web_session_id, PP_Var message, PP_Var destination_url) argument
/external/chromium_org/components/omnibox/
H A Dautocomplete_match.h232 // corresponds to the destination_url's hostname.
307 GURL destination_url; member in struct:AutocompleteMatch
360 // TemplateURLRef::ReplaceSearchTerms() to reset the match's |destination_url|
H A Dautocomplete_result.h42 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|.
H A Dautocomplete_result_unittest.cc32 std::string destination_url; member in struct:__anon6649::AutocompleteMatchTestData
55 match.destination_url = GURL(data[i].destination_url);
137 match->destination_url = GURL("http://" + url_id);
166 EXPECT_EQ(expected_match.destination_url.spec(),
167 match.destination_url.spec()) << i;
290 matches[1].destination_url = GURL();
291 matches[3].destination_url = GURL();
292 matches[4].destination_url = GURL();
307 EXPECT_TRUE(result.match_at(0)->destination_url
[all...]
/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
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.cc1744 const GURL& destination_url) {
1745 DCHECK(destination_url.is_empty() || destination_url.is_valid());
1752 destination_url); local
1742 OnKeyMessage(const std::string& session_id, const std::vector<uint8>& message, const GURL& destination_url) argument
/external/chromium_org/chrome/renderer/searchbox/
H A Dsearchbox_extension.cc1019 GURL destination_url;
1026 destination_url = item.url;
1033 destination_url = internal::ResolveURL(current_url, possibly_relative_url);
1036 DVLOG(1) << render_view << " NavigateContentWindow: " << destination_url; local
1039 if (destination_url.is_valid() &&
1040 !destination_url.SchemeIs(url::kJavaScriptScheme)) {
1045 SearchBox::Get(render_view)->NavigateToURL(destination_url, disposition,
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc2261 GURL destination_url = test_server()->GetURL( local
2264 OpenURLViaClick(destination_url);
2329 GURL destination_url = test_server()->GetURL( local
2332 OpenURLViaClick(destination_url);
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_controller.cc12 const GURL& destination_url,
15 destination_url_ = destination_url;
11 OnAutocompleteAccept( const GURL& destination_url, WindowOpenDisposition disposition, ui::PageTransition transition) argument
H A Domnibox_edit_controller.h31 void OnAutocompleteAccept(const GURL& destination_url,
79 GURL destination_url() const { return destination_url_; } function in class:OmniboxEditController

Completed in 1137 milliseconds

12