/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_host_resolver_message_filter.cc | 36 net::HostResolver::RequestInfo* request_info) { 37 DCHECK(request_info); 50 request_info->set_address_family(address_family); 57 request_info->set_host_resolver_flags(host_resolver_flags); 171 net::HostResolver::RequestInfo request_info( 173 PrepareRequestInfo(hint, &request_info); 181 request_info,
|
/external/chromium_org/content/renderer/pepper/ |
pepper_url_request_unittest.cc | 125 const PPB_URLRequestInfo* request_info = local 127 EXPECT_TRUE(request_info); 128 EXPECT_TRUE(request_info->Create); 129 EXPECT_TRUE(request_info->IsURLRequestInfo); 130 EXPECT_TRUE(request_info->SetProperty); 131 EXPECT_TRUE(request_info->AppendDataToBody); 132 EXPECT_TRUE(request_info->AppendFileToBody);
|
/external/chromium/net/http/ |
http_basic_stream.cc | 30 int HttpBasicStream::InitializeStream(const HttpRequestInfo* request_info, 34 request_info_ = request_info; 35 parser_.reset(new HttpStreamParser(connection_.get(), request_info,
|
http_vary_data.h | 44 bool Init(const HttpRequestInfo& request_info, 63 bool MatchesRequest(const HttpRequestInfo& request_info, 68 static std::string GetRequestValue(const HttpRequestInfo& request_info, 72 static void AddField(const HttpRequestInfo& request_info,
|
http_auth_handler_negotiate_unittest.cc | 226 HttpRequestInfo request_info; local 229 &request_info, 245 HttpRequestInfo request_info; local 248 &request_info, 264 HttpRequestInfo request_info; local 267 &request_info, 283 HttpRequestInfo request_info; local 286 &request_info, 302 HttpRequestInfo request_info; local 305 NULL, NULL, &request_info, &callback, &token)) 326 HttpRequestInfo request_info; local 340 HttpRequestInfo request_info; local [all...] |
/external/chromium_org/net/http/ |
http_basic_stream.cc | 32 const HttpRequestInfo* request_info, 37 request_info_ = request_info; 39 connection_.get(), request_info, read_buf_.get(), net_log));
|
proxy_client_socket.cc | 22 const HttpRequestInfo& request_info, 33 GetHostAndOptionalPort(request_info.url)); 38 if (request_info.extra_headers.GetHeader(HttpRequestHeaders::kUserAgent,
|
http_vary_data.h | 45 bool Init(const HttpRequestInfo& request_info, 64 bool MatchesRequest(const HttpRequestInfo& request_info, 69 static std::string GetRequestValue(const HttpRequestInfo& request_info, 73 static void AddField(const HttpRequestInfo& request_info,
|
http_auth_handler_negotiate_unittest.cc | 224 HttpRequestInfo request_info; local 226 EXPECT_EQ(OK, auth_handler->GenerateAuthToken(NULL, &request_info, 242 HttpRequestInfo request_info; local 244 EXPECT_EQ(OK, auth_handler->GenerateAuthToken(NULL, &request_info, 260 HttpRequestInfo request_info; local 262 EXPECT_EQ(OK, auth_handler->GenerateAuthToken(NULL, &request_info, 278 HttpRequestInfo request_info; local 280 EXPECT_EQ(OK, auth_handler->GenerateAuthToken(NULL, &request_info, 296 HttpRequestInfo request_info; local 299 NULL, &request_info, callback.callback(), &token)) 319 HttpRequestInfo request_info; local 335 HttpRequestInfo request_info; local [all...] |
http_pipelined_stream.cc | 29 const HttpRequestInfo* request_info, 33 request_info_ = request_info; 34 pipeline_->InitializeParser(pipeline_id_, request_info, net_log);
|
http_stream_parser_unittest.cc | 225 HttpRequestInfo request_info; local 226 request_info.method = "GET"; 227 request_info.url = GURL("http://localhost"); 228 request_info.load_flags = LOAD_NORMAL; 229 request_info.upload_data_stream = &upload_stream; 233 socket_handle.get(), &request_info, read_buffer.get(), BoundNetLog()); 380 HttpRequestInfo request_info; local 381 request_info.method = "GET"; 383 request_info.url = GURL("http://localhost"); 385 request_info.url = GURL("https://localhost") [all...] |
/external/chromium_org/content/child/ |
webkitplatformsupport_impl.h | 30 const webkit_glue::ResourceLoaderBridge::RequestInfo& request_info)
|
/external/chromium_org/content/public/browser/ |
browser_plugin_guest_delegate.h | 54 // |request_info|. A |callback| is provided to make the decision. 58 const base::DictionaryValue& request_info,
|
/external/chromium_org/chrome/browser/thumbnails/ |
render_widget_snapshot_taker.cc | 79 linked_ptr<AsyncRequestInfo> request_info(new AsyncRequestInfo); 80 request_info->callback = callback; 81 request_info->thumbnail_dib.reset(thumbnail_dib.release()); 82 request_info->renderer = renderer; 83 SnapshotCallbackMap::value_type new_value(sequence_num, request_info);
|
/external/chromium_org/content/renderer/media/ |
media_stream_impl.cc | 302 UserMediaRequestInfo* request_info = FindUserMediaRequestInfo(request_id); local 303 if (!request_info) { 311 request_info->generated = true; 318 request_info->audio_sources.assign(audio_source_vector); 324 request_info->video_sources.assign(video_source_vector); 326 WebKit::WebUserMediaRequest* request = &(request_info->request); 328 WebKit::WebMediaStream* web_stream = &(request_info->web_stream); 366 UserMediaRequestInfo* request_info = FindUserMediaRequestInfo(request_id); local 367 if (!request_info) { 373 CompleteGetUserMediaRequest(request_info->web_stream 402 UserMediaRequestInfo* request_info = FindUserMediaRequestInfo(web_stream); local [all...] |
/external/chromium_org/net/websockets/ |
websocket_handshake_handler_unittest.cc | 369 const HttpRequestInfo& request_info = local 372 EXPECT_EQ(url, request_info.url); 373 EXPECT_EQ("GET", request_info.method); 374 EXPECT_FALSE(request_info.extra_headers.HasHeader("Upgrade")); 375 EXPECT_FALSE(request_info.extra_headers.HasHeader("Connection")); 376 EXPECT_FALSE(request_info.extra_headers.HasHeader("Sec-WebSocket-Key1")); 377 EXPECT_FALSE(request_info.extra_headers.HasHeader("Sec-WebSocket-Key2")); 379 EXPECT_TRUE(request_info.extra_headers.GetHeader("Host", &value)); 381 EXPECT_TRUE(request_info.extra_headers.GetHeader("Origin", &value)); 383 EXPECT_TRUE(request_info.extra_headers.GetHeader("Sec-WebSocket-Protocol" 452 const HttpRequestInfo& request_info = local [all...] |
/external/chromium/chrome/browser/automation/ |
url_request_automation_job.cc | 102 ResourceDispatcherHostRequestInfo* request_info = NULL; local 104 request_info = ResourceDispatcherHost::InfoForRequest(request); 105 if (request_info) { 106 int child_id = request_info->child_id(); 107 int route_id = request_info->route_id(); 112 details.tab_handle, request_info->request_id(), details.filter, 237 ResourceDispatcherHostRequestInfo* request_info = local 239 if (request_info) { 240 return request_info->upload_size(); 442 ResourceDispatcherHostRequestInfo* request_info local [all...] |
/external/chromium/net/websockets/ |
websocket_handshake_handler.cc | 191 HttpRequestInfo request_info; local 192 request_info.url = url; 197 request_info.method = std::string(status_line_.data(), method_end); 199 request_info.extra_headers.Clear(); 200 request_info.extra_headers.AddHeadersFromString(headers_); 202 request_info.extra_headers.RemoveHeader("Upgrade"); 203 request_info.extra_headers.RemoveHeader("Connection"); 207 request_info.extra_headers.GetHeader("Sec-WebSocket-Key1", &key); 208 request_info.extra_headers.RemoveHeader("Sec-WebSocket-Key1"); 211 request_info.extra_headers.GetHeader("Sec-WebSocket-Key2", &key) [all...] |
/external/chromium/net/ftp/ |
ftp_transaction.h | 36 // request_info object alive until Destroy is called on the transaction. 41 virtual int Start(const FtpRequestInfo* request_info,
|
/external/chromium_org/chrome/browser/media_galleries/linux/ |
mtp_read_file_worker.h | 34 // |request_info| specifies the snapshot file request params. 37 const SnapshotRequestInfo& request_info,
|
/external/chromium_org/chrome/browser/media_galleries/win/ |
snapshot_file_details.h | 41 explicit SnapshotFileDetails(const SnapshotRequestInfo& request_info); 48 SnapshotRequestInfo request_info() const { function in class:chrome::SnapshotFileDetails
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
mount_http.cc | 162 PP_Resource request_info = interface->Create(ppapi_->GetInstance()); local 163 if (!request_info) 166 interface->SetProperty(request_info, 169 interface->SetProperty(request_info, 172 interface->SetProperty(request_info, 175 interface->SetProperty(request_info, 198 request_info, 202 return request_info;
|
/external/chromium_org/net/ftp/ |
ftp_transaction.h | 36 // request_info object alive until Destroy is called on the transaction. 41 virtual int Start(const FtpRequestInfo* request_info,
|
/external/chromium_org/ppapi/cpp/ |
url_loader.cc | 40 int32_t URLLoader::Open(const URLRequestInfo& request_info, 45 request_info.pp_resource(),
|
/external/chromium_org/content/browser/browser_plugin/ |
browser_plugin_guest.cc | 403 const base::DictionaryValue& request_info) { 418 if (!delegate_->RequestPermission(permission_type, request_info, callback)) 821 base::DictionaryValue request_info; local 822 request_info.Set(browser_plugin::kInitialHeight, 824 request_info.Set(browser_plugin::kInitialWidth, 826 request_info.Set(browser_plugin::kTargetURL, 828 request_info.Set(browser_plugin::kName, 830 request_info.Set(browser_plugin::kWindowID, 832 request_info.Set(browser_plugin::kWindowOpenDisposition, 838 request_info); 902 base::DictionaryValue request_info; local 1257 base::DictionaryValue request_info; local 1506 base::DictionaryValue request_info; local 1530 base::DictionaryValue request_info; local 1637 base::DictionaryValue request_info; local [all...] |