HomeSort by relevance Sort by last modified time
    Searched refs:AwContentsClient (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsIoThreadClient.java 43 AwContentsClient.ShouldInterceptRequestParams params);
51 AwContentsClient.ShouldInterceptRequestParams params =
52 new AwContentsClient.ShouldInterceptRequestParams();
DefaultVideoPosterRequestHandler.java 28 private static InputStream getInputStream(final AwContentsClient contentClient)
73 private AwContentsClient mContentClient;
75 public DefaultVideoPosterRequestHandler(AwContentsClient contentClient) {
AwWebContentsObserver.java 12 * Routes notifications from WebContents to AwContentsClient and other listeners.
15 private final AwContentsClient mAwContentsClient;
17 public AwWebContentsObserver(WebContents webContents, AwContentsClient awContentsClient) {
19 mAwContentsClient = awContentsClient;
AwContentsClient.java 34 public abstract class AwContentsClient {
44 public AwContentsClient() {
49 public AwContentsClient(Looper looper) {
77 * Parameters for the {@link AwContentsClient#showFileChooser} method.
88 * Parameters for the {@link AwContentsClient#shouldInterceptRequest} method.
AwContentViewClient.java 88 private AwContentsClient mAwContentsClient;
94 AwContentsClient awContentsClient, AwSettings awSettings, AwContents awContents,
96 mAwContentsClient = awContentsClient;
AwWebContentsDelegateAdapter.java 26 * Adapts the AwWebContentsDelegate interface to the AwContentsClient interface.
33 final AwContentsClient mContentsClient;
37 public AwWebContentsDelegateAdapter(AwContentsClient contentsClient,
176 AwContentsClient.FileChooserParams params = new AwContentsClient.FileChooserParams();
AwContentsClientBridge.java 26 * This class handles the JNI communication logic for the the AwContentsClient class.
36 private AwContentsClient mClient;
51 public AwContentsClientBridge(AwContentsClient client, DefaultAndroidKeyStore keyStore,
AwContentsClientCallbackHelper.java 20 * 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) {
AwContents.java 191 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,
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwTestBase.java 17 import org.chromium.android_webview.AwContentsClient;
289 final AwContentsClient awContentsClient) {
290 return createAwTestContainerView(awContentsClient, false);
294 final AwContentsClient awContentsClient, boolean supportsLegacyQuirks) {
296 createDetachedAwTestContainerView(awContentsClient, supportsLegacyQuirks);
307 final AwContentsClient awContentsClient) {
308 return createDetachedAwTestContainerView(awContentsClient, false)
    [all...]
AndroidViewIntegrationTest.java 13 import org.chromium.android_webview.AwContentsClient;
83 final AwContentsClient awContentsClient, final int visibility) throws Exception {
89 testContainerView.set(createAwTestContainerView(awContentsClient));
98 final AwContentsClient awContentsClient) {
104 testContainerView.set(createDetachedAwTestContainerView(awContentsClient));
AwLegacyQuirksTest.java 10 import org.chromium.android_webview.AwContentsClient;
341 final AwContentsClient client) throws Exception {
AwContentsClientShouldInterceptRequestTest.java 14 import org.chromium.android_webview.AwContentsClient.ShouldInterceptRequestParams;
    [all...]
AwSettingsTest.java 24 import org.chromium.android_webview.AwContentsClient.ShouldInterceptRequestParams;
    [all...]
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
NullContentsClient.java 20 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/
AwShellActivity.java 34 import org.chromium.android_webview.AwContentsClient;
90 AwContentsClient awContentsClient = new NullContentsClient() {
142 testContainerView.getNativeGLDelegate(), awContentsClient, awSettings));

Completed in 857 milliseconds