Searched refs:UrlInterceptResponse (Results 1 – 8 of 8) sorted by relevance
41 class UrlInterceptResponse {42 WTF_MAKE_NONCOPYABLE(UrlInterceptResponse);44 UrlInterceptResponse(JNIEnv* env, jobject response);45 ~UrlInterceptResponse();
84 UrlInterceptResponse::UrlInterceptResponse(JNIEnv* env, jobject response) { in UrlInterceptResponse() function in android::UrlInterceptResponse113 UrlInterceptResponse::~UrlInterceptResponse() { in ~UrlInterceptResponse()117 bool UrlInterceptResponse::readStream(std::vector<char>* out) const { in readStream()
46 class UrlInterceptResponse; variable63 WebRequest(WebUrlLoaderClient*, const WebResourceRequest&, UrlInterceptResponse* intercept);110 scoped_ptr<UrlInterceptResponse> m_interceptResponse;
116 …UrlInterceptResponse* intercept = webFrame->shouldInterceptRequest(resourceRequest.url().string()); in WebUrlLoaderClient()
108 …oaderClient* loader, const WebResourceRequest& webResourceRequest, UrlInterceptResponse* intercept) in WebRequest()
56 class UrlInterceptResponse; variable67 UrlInterceptResponse* shouldInterceptRequest(const WTF::String& url);
400 UrlInterceptResponse*415 UrlInterceptResponse* result = new UrlInterceptResponse(env, response); in shouldInterceptRequest()
38 android/WebCoreSupport/UrlInterceptResponse.cpp \