Searched refs:setMIMEType (Results 1 – 13 of 13) sorted by relevance
103 response.setMIMEType("multipart/x-mixed-replace"); in TEST()207 response.setMIMEType("multipart/x-mixed-replace"); in TEST()282 response.setMIMEType("multipart/x-mixed-replace"); in TEST()333 response.setMIMEType("multipart/x-mixed-replace"); in VariousChunkSizesTest()447 response.setMIMEType("multipart/x-mixed-replace"); in TEST()476 response.setMIMEType("multipart/x-mixed-replace"); in TEST()494 response1.setMIMEType("multipart/x-mixed-replace"); in TEST()508 response2.setMIMEType("image/png"); in TEST()522 response3.setMIMEType("multipart/byteranges"); in TEST()538 response4.setMIMEType("multipart/byteranges"); in TEST()[all …]
523 response.setMIMEType("text/plain"); in OnReceivedResponse()526 response.setMIMEType("text/html"); in OnReceivedResponse()708 response->setMIMEType(WebString::fromUTF8(info.mime_type)); in PopulateURLResponse()
253 response.setMIMEType(WebString::fromUTF8(mime_type)); in ParseHeaders()
181 response->setMIMEType(WebString::fromUTF8(info.mime_type)); in PopulateURLResponse()558 response.setMIMEType("text/plain"); in OnReceivedResponse()561 response.setMIMEType("text/html"); in OnReceivedResponse()
84 response.setMIMEType("text/html"); in RegisterMockedUrl()255 m_expectedResponse.setMIMEType("text/html"); in CheckAccessControlHeaders()308 m_expectedResponse.setMIMEType("text/html"); in TEST_F()342 m_expectedResponse.setMIMEType("text/html"); in TEST_F()367 m_expectedResponse.setMIMEType("text/html"); in TEST_F()393 m_expectedResponse.setMIMEType("text/html"); in TEST_F()427 m_expectedRedirectResponse.setMIMEType("text/html"); in TEST_F()438 m_expectedResponse.setMIMEType("text/html"); in TEST_F()466 m_expectedRedirectResponse.setMIMEType("text/html"); in TEST_F()498 m_expectedRedirectResponse.setMIMEType("text/html"); in TEST_F()[all …]
58 response.setMIMEType(mimeType); in registerMockedURLLoad()
121 response.setMIMEType("text/html"); in registerErrorURL()
3986 response.setMIMEType("text/html"); in TEST_F()4606 redirectResponse.setMIMEType("text/html"); in TEST_F()4613 finalResponse.setMIMEType("text/html"); in TEST_F()
102 response.setMIMEType("text/html"); in TEST()
101 BLINK_PLATFORM_EXPORT void setMIMEType(const WebString&);
179 void WebURLResponse::setMIMEType(const WebString& mimeType) in setMIMEType() function in blink::WebURLResponse