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

  /frameworks/base/core/java/android/webkit/
GeolocationPermissionsClassic.java 44 static final int RETURN_ORIGINS = 0;
73 case RETURN_ORIGINS: {
108 postUIMessage(Message.obtain(null, RETURN_ORIGINS, values));
WebStorageClassic.java 42 static final int RETURN_ORIGINS = 0;
68 case RETURN_ORIGINS: {
124 postUIMessage(Message.obtain(null, RETURN_ORIGINS, values));

Completed in 101 milliseconds