Searched defs:object (Results 76 - 76 of 76) sorted by relevance

1234

/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java757 // Native WebView pointer that is 0 until the native object has been
4122 public void addJavascriptInterface(Object object, String name) { argument
4124 if (object == null) {
4129 arg.mObject = object;
5524 // any object in this code path, we move the local variable out to be a private

Completed in 22 milliseconds

1234