Home
last modified time | relevance | path

Searched defs:nativeAwContents (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java533 long nativeAwContents, WindowAndroidWrapper windowAndroid) { in AwContentsDestroyRunnable()
4149 void destroy(long nativeAwContents); in destroy()
4171 void zoomBy(long nativeAwContents, AwContents caller, float delta); in zoomBy()
4181 void clearMatches(long nativeAwContents, AwContents caller); in clearMatches()
4183 byte[] getCertificate(long nativeAwContents, AwContents caller); in getCertificate()
4200 boolean isVisible(long nativeAwContents, AwContents caller); in isVisible()
4207 void onInputEvent(long nativeAwContents, AwContents caller); in onInputEvent()
4209 byte[] getOpaqueState(long nativeAwContents, AwContents caller); in getOpaqueState()
4215 void focusFirstNode(long nativeAwContents, AwContents caller); in focusFirstNode()
4221 void clearView(long nativeAwContents, AwContents caller); in clearView()
[all …]