Searched refs:getCacheResult (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
H A DCacheManager.cpp77 static jobject getCacheResult(JNIEnv* env, jobject, jstring url) function in namespace:android
80 scoped_refptr<CacheResult> result = WebCache::get(false /*privateBrowsing*/)->getCacheResult(jstringToWtfString(env, url));
127 { "nativeGetCacheResult", "(Ljava/lang/String;)Landroid/webkit/CacheManager$CacheResult;", (void*) getCacheResult },
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebCache.h46 scoped_refptr<CacheResult> getCacheResult(WTF::String url);
H A DWebCache.cpp200 scoped_refptr<CacheResult> WebCache::getCacheResult(String url) function in class:android::WebCache

Completed in 67 milliseconds