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

/frameworks/base/core/java/android/webkit/
H A DLoadListener.java1093 int nativeResponse = createNativeResponse();
1095 nativeReceivedResponse(nativeResponse);
1111 final int nativeResponse = nativeCreateResponse(
1117 nativeSetResponseHeader(nativeResponse, name, value);
1121 return nativeResponse;
1298 int nativeResponse = createNativeResponse();
1300 nativeRedirectedToUrl(mUrl, redirectTo, nativeResponse);
1662 * @param nativeResponse The native pointer.
1666 private native void nativeSetResponseHeader(int nativeResponse, String key, argument
1671 * @param nativeResponse Th
1673 nativeReceivedResponse(int nativeResponse) argument
1694 nativeRedirectedToUrl(String baseUrl, String redirectTo, int nativeResponse) argument
[all...]

Completed in 333 milliseconds