Searched defs:shouldInterceptRequest (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp235 env->GetMethodID(clazz, "shouldInterceptRequest",
288 ALOG_ASSERT(mJavaFrame->mShouldInterceptRequest, "Could not find method shouldInterceptRequest");
401 WebFrame::shouldInterceptRequest(const WTF::String& url) function in class:android::WebFrame
403 ALOGV("::WebCore:: shouldInterceptRequest(%s)", url.latin1().data());

Completed in 43 milliseconds