Searched refs:destination_url (Results 1 - 25 of 99) sorted by last modified time

1234

/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/api/private/
H A Dppb_content_decryptor_private.idl103 * @param[in] destination_url A <code>PP_Var</code> of type
111 [in] PP_Var destination_url);
/external/chromium_org/ppapi/c/private/
H A Dppb_content_decryptor_private.h115 * @param[in] destination_url A <code>PP_Var</code> of type
122 struct PP_Var destination_url);
/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
H A Dcontent_decryptor_private.h87 const std::string& destination_url);
/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
H A Dppb_instance_proxy.h286 SerializedVarReceiveInput destination_url);
/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/storage/browser/fileapi/
H A Dfile_system_operation.h132 // The |source_url| is the URL of the source entry. The |destination_url| is
199 const FileSystemURL& destination_url,
/external/chromium_org/media/base/
H A Dbrowser_cdm.h25 const GURL& destination_url)> SessionMessageCB;
H A Dmedia_keys.h134 const GURL& destination_url)> SessionMessageCB;
/external/chromium_org/media/cdm/
H A Daes_decryptor_unittest.cc425 const GURL& destination_url));
/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
H A Dcdm_adapter.h103 const char* destination_url,
130 const char* destination_url,
203 const std::string& destination_url);
/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
H A Dclear_key_cdm.h94 const GURL& destination_url);
/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 Dppapi_decryptor.h113 const GURL& destination_url);
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_decryptor.h47 const GURL& destination_url)> KeyMessageCB;
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 Dproxy_media_keys.h72 const GURL& destination_url);
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

Completed in 5731 milliseconds

1234