HomeSort by relevance Sort by last modified time
    Searched defs:UrlInterceptResponse (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/android/WebCoreSupport/
UrlInterceptResponse.h 41 class UrlInterceptResponse {
42 WTF_MAKE_NONCOPYABLE(UrlInterceptResponse);
44 UrlInterceptResponse(JNIEnv* env, jobject response);
45 ~UrlInterceptResponse();
UrlInterceptResponse.cpp 26 #define LOG_TAG "UrlInterceptResponse"
30 #include "UrlInterceptResponse.h"
84 UrlInterceptResponse::UrlInterceptResponse(JNIEnv* env, jobject response) {
121 UrlInterceptResponse::~UrlInterceptResponse() {
125 bool UrlInterceptResponse::readStream(std::vector<char>* out) const {

Completed in 336 milliseconds