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

  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
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;
AwContentViewClient.java 88 private AwContentsClient mAwContentsClient;
94 AwContentsClient awContentsClient, AwSettings awSettings, AwContents awContents,
96 mAwContentsClient = awContentsClient;
  /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));
  /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 272 milliseconds