Home
last modified time | relevance | path

Searched defs:cacheModel (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitglobals.cpp52 static WebKitCacheModel cacheModel = WEBKIT_CACHE_MODEL_DEFAULT; variable
/external/webkit/Source/WebKit2/WebProcess/
DWebProcess.cpp323 CacheModel cacheModel = static_cast<CacheModel>(cm); in setCacheModel() local
332 void WebProcess::calculateCacheSizes(CacheModel cacheModel, uint64_t memorySize, uint64_t diskFreeS… in calculateCacheSizes()
718 CacheModel cacheModel = m_cacheModel; in clearResourceCaches() local
/external/webkit/Source/WebKit2/WebProcess/win/
DWebProcessWin.cpp69 void WebProcess::platformSetCacheModel(CacheModel cacheModel) in platformSetCacheModel()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKAPICast.h130 inline WKCacheModel toAPI(CacheModel cacheModel) in toAPI()
DWKContext.cpp116 void WKContextSetCacheModel(WKContextRef contextRef, WKCacheModel cacheModel) in WKContextSetCacheModel()
/external/webkit/Source/WebKit2/Shared/
DWebProcessCreationParameters.h65 CacheModel cacheModel; member
/external/webkit/Source/WebKit2/UIProcess/
DWebContext.h124 CacheModel cacheModel() const { return m_cacheModel; } in cacheModel() function
DWebContext.cpp491 void WebContext::setCacheModel(CacheModel cacheModel) in setCacheModel()
/external/webkit/Source/WebKit/win/
DWebPreferences.cpp1247 HRESULT WebPreferences::cacheModel(WebCacheModel* cacheModel) in cacheModel() argument
1256 HRESULT WebPreferences::setCacheModel(WebCacheModel cacheModel) in setCacheModel()
DWebView.cpp236 WebCacheModel cacheModel; in onNotify() local
258 HRESULT PreferencesChangedOrRemovedObserver::notifyPreferencesChanged(WebCacheModel cacheModel) in notifyPreferencesChanged()
275 HRESULT PreferencesChangedOrRemovedObserver::notifyPreferencesRemoved(WebCacheModel cacheModel) in notifyPreferencesRemoved()
440 void WebView::setCacheModel(WebCacheModel cacheModel) in setCacheModel()
621 WebCacheModel WebView::cacheModel() in cacheModel() function in WebView
633 WebCacheModel cacheModel = WebCacheModelDocumentViewer; in maxCacheModelInAnyInstance() local
DWebFrame.cpp1957 WebCacheModel cacheModel; in didPerformFirstNavigation() local
/external/webkit/Source/WebKit/mac/WebView/
DWebPreferences.mm803 {
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp616 void LayoutTestController::setCacheModel(int cacheModel) in setCacheModel()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp760 WebKitCacheModel cacheModel = webkit_get_cache_model(); in didPerformFirstNavigation() local
/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.cpp1160 int cacheModel = JSValueToNumber(context, arguments[0], exception); in setCacheModelCallback() local