Home
last modified time | relevance | path

Searched refs:locationField (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DCacheManager.cpp108 jfieldID locationField = env->GetFieldID(cacheResultClass, "location", "Ljava/lang/String;"); in getCacheResult() local
120 setFieldFromHeaderIfPresent(result.get(), "location", env, javaResult, locationField, false); in getCacheResult()