Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/webkit/
DWebViewDatabase.java178 private static int mCacheTransactionRefcount; field in WebViewDatabase
646 if (++mCacheTransactionRefcount == 1) { in startCacheTransaction()
661 if (--mCacheTransactionRefcount == 0) { in endCacheTransaction()