OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mCacheMode
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/androidfw/
AssetManager.h
367
CacheMode
mCacheMode
; // is the cache enabled?
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwSettings.java
96
private int
mCacheMode
= WebSettings.LOAD_DEFAULT;
342
if (
mCacheMode
!= mode) {
343
mCacheMode
= mode;
353
return
mCacheMode
;
[
all
...]
Completed in 28 milliseconds