Searched refs:AwContentsClient (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContentsIoThreadClient.java43 AwContentsClient.ShouldInterceptRequestParams params);
51 AwContentsClient.ShouldInterceptRequestParams params =
52 new AwContentsClient.ShouldInterceptRequestParams();
H A DDefaultVideoPosterRequestHandler.java28 private static InputStream getInputStream(final AwContentsClient contentClient)
73 private AwContentsClient mContentClient;
75 public DefaultVideoPosterRequestHandler(AwContentsClient contentClient) {
H A DAwWebContentsObserver.java12 * Routes notifications from WebContents to AwContentsClient and other listeners.
15 private final AwContentsClient mAwContentsClient;
17 public AwWebContentsObserver(WebContents webContents, AwContentsClient awContentsClient) {
H A DAwContentsClient.java34 public abstract class AwContentsClient { class
44 public AwContentsClient() { method in class:AwContentsClient
49 public AwContentsClient(Looper looper) { method in class:AwContentsClient
77 * Parameters for the {@link AwContentsClient#showFileChooser} method.
88 * Parameters for the {@link AwContentsClient#shouldInterceptRequest} method.
H A DAwContentViewClient.java88 private AwContentsClient mAwContentsClient;
94 AwContentsClient awContentsClient, AwSettings awSettings, AwContents awContents,
H A DAwWebContentsDelegateAdapter.java26 * Adapts the AwWebContentsDelegate interface to the AwContentsClient interface.
33 final AwContentsClient mContentsClient;
37 public AwWebContentsDelegateAdapter(AwContentsClient contentsClient,
176 AwContentsClient.FileChooserParams params = new AwContentsClient.FileChooserParams();
H A DAwContentsClientBridge.java26 * This class handles the JNI communication logic for the the AwContentsClient class.
36 private AwContentsClient mClient;
51 public AwContentsClientBridge(AwContentsClient client, DefaultAndroidKeyStore keyStore,
H A DAwContentsClientCallbackHelper.java20 * Most callbacks do no go through here, but get forwarded to AwContentsClient directly. The
88 private final AwContentsClient mContentsClient;
152 public AwContentsClientCallbackHelper(Looper looper, AwContentsClient contentsClient) {
H A DAwContents.java191 private final AwContentsClient mContentsClient;
225 // Bound method for suppling Picture instances to the AwContentsClient. Will be null if the
332 AwContentsClient.ShouldInterceptRequestParams params) {
555 AwContentsClient contentsClient, AwSettings awSettings) {
569 AwContentsClient contentsClient, AwSettings settings,
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwTestBase.java17 import org.chromium.android_webview.AwContentsClient;
289 final AwContentsClient awContentsClient) {
294 final AwContentsClient awContentsClient, boolean supportsLegacyQuirks) {
307 final AwContentsClient awContentsClient) {
312 final AwContentsClient awContentsClient, boolean supportsLegacyQuirks) {
327 final AwContentsClient client) throws Exception {
332 final AwContentsClient client, final boolean supportsLegacyQuirks) throws Exception {
H A DAndroidViewIntegrationTest.java13 import org.chromium.android_webview.AwContentsClient;
83 final AwContentsClient awContentsClient, final int visibility) throws Exception {
98 final AwContentsClient awContentsClient) {
H A DAwLegacyQuirksTest.java10 import org.chromium.android_webview.AwContentsClient;
341 final AwContentsClient client) throws Exception {
H A DAwContentsClientShouldInterceptRequestTest.java14 import org.chromium.android_webview.AwContentsClient.ShouldInterceptRequestParams;
H A DAwSettingsTest.java24 import org.chromium.android_webview.AwContentsClient.ShouldInterceptRequestParams;
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
H A DNullContentsClient.java20 import org.chromium.android_webview.AwContentsClient;
35 public class NullContentsClient extends AwContentsClient {
70 AwContentsClient.ShouldInterceptRequestParams params) {
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/
H A DAwShellActivity.java34 import org.chromium.android_webview.AwContentsClient;
90 AwContentsClient awContentsClient = new NullContentsClient() {

Completed in 255 milliseconds