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

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java142 private long mNativeAwContents; field in class:AwContents
206 private final long mNativeAwContents; field in class:AwContents.DestroyRunnable
208 mNativeAwContents = nativeAwContents;
213 nativeOnDetachedFromWindow(mNativeAwContents);
214 nativeDestroy(mNativeAwContents);
218 // Reference to the active mNativeAwContents pointer while it is active use
339 if (mNativeAwContents == 0) return;
340 nativeSetFixedLayoutSize(mNativeAwContents, widthDip, heightDip);
366 if (mNativeAwContents == 0) return;
367 nativeScrollTo(mNativeAwContents,
[all...]

Completed in 101 milliseconds