Lines Matching defs:object

269      *  Transportation object for returning WebView across thread boundaries.
275 * Sets the WebView to the transportation object.
284 * Gets the WebView object.
286 * @return the transported WebView object
435 * Constructs a new WebView with a Context object.
437 * @param context a Context object used to access application assets
446 * @param context a Context object used to access application assets
456 * @param context a Context object used to access application assets
467 * @param context a Context object used to access application assets
490 * @param context a Context object used to access application assets
494 * object implementing those interfaces, as
1109 * to its target with a String representing the URL as its object.
1315 * different objects. The object returned from this method will not be
1432 * message object will be dispatched with arg1 being set to 1 if images
1491 * Injects the supplied Java object into this WebView. The object is
1493 * supplied name. This allows the Java object's methods to be
1519 * injected object's public fields. Use of this method in a WebView
1524 * <li> JavaScript interacts with Java object on a private, background
1527 * <li> The Java object's fields are not accessible.</li>
1530 * @param object the Java object to inject into this WebView's JavaScript
1532 * @param name the name used to expose the object in JavaScript
1534 public void addJavascriptInterface(Object object, String name) {
1536 mProvider.addJavascriptInterface(object, name);
1540 * Removes a previously injected Java object from this WebView. Note that
1544 * @param name the name used to expose the object in JavaScript
1552 * Gets the WebSettings object used to control the settings for this
1555 * @return a WebSettings object that can be used to control this WebView's