HttpAuthDatabase   30 android_webview/java/src/org/chromium/android_webview/AwBrowserContext.java     private HttpAuthDatabase mHttpAuthDatabase;
HttpAuthDatabase   57 android_webview/java/src/org/chromium/android_webview/AwBrowserContext.java     public HttpAuthDatabase getHttpAuthDatabase(Context context) {
HttpAuthDatabase   59 android_webview/java/src/org/chromium/android_webview/AwBrowserContext.java             mHttpAuthDatabase = new HttpAuthDatabase(context, HTTP_AUTH_DATABASE_FILE);
HttpAuthDatabase   10 android_webview/javatests/src/org/chromium/android_webview/test/HttpAuthDatabaseTest.java import org.chromium.android_webview.HttpAuthDatabase;
HttpAuthDatabase   35 android_webview/javatests/src/org/chromium/android_webview/test/HttpAuthDatabaseTest.java         HttpAuthDatabase instance = new HttpAuthDatabase(getContext(), TEST_DATABASE);