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/
GeolocationPermissionsClassic.java 37 static final int GET_ORIGINS = 0;
102 case GET_ORIGINS: {
177 postMessage(Message.obtain(null, GET_ORIGINS, callback));
WebStorageClassic.java 37 static final int GET_ORIGINS = 4;
117 case GET_ORIGINS: {
185 postMessage(Message.obtain(null, GET_ORIGINS, callback));

Completed in 44 milliseconds