Home
last modified time | relevance | path

Searched defs:nativeResponse (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
DLoadListener.java1093 int nativeResponse = createNativeResponse(); in commitHeaders() local
1111 final int nativeResponse = nativeCreateResponse( in createNativeResponse() local
1298 int nativeResponse = createNativeResponse(); in doRedirect() local
1666 private native void nativeSetResponseHeader(int nativeResponse, String key, in nativeSetResponseHeader()
1673 private native void nativeReceivedResponse(int nativeResponse); in nativeReceivedResponse()
1695 String redirectTo, int nativeResponse); in nativeRedirectedToUrl()