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

/external/webkit/Source/WebKit/win/
H A DWebView.cpp265 WebCacheModel sharedPreferencesCacheModel; local
266 hr = WebPreferences::sharedStandardPreferences()->cacheModel(&sharedPreferencesCacheModel);
269 WebView::setCacheModel(max(sharedPreferencesCacheModel, WebView::maxCacheModelInAnyInstance()));
280 WebCacheModel sharedPreferencesCacheModel; local
281 hr = WebPreferences::sharedStandardPreferences()->cacheModel(&sharedPreferencesCacheModel);
284 WebView::setCacheModel(max(sharedPreferencesCacheModel, WebView::maxCacheModelInAnyInstance()));

Completed in 70 milliseconds