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

  /frameworks/base/core/java/android/webkit/
GeolocationPermissions.java 69 static final int GET_ORIGINS = 0;
134 case GET_ORIGINS: {
214 postMessage(Message.obtain(null, GET_ORIGINS, callback));
WebStorage.java 58 static final int GET_ORIGINS = 4;
189 case GET_ORIGINS: {
260 postMessage(Message.obtain(null, GET_ORIGINS, callback));

Completed in 27 milliseconds