Home
last modified time | relevance | path

Searched refs:setCacheModel (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/Source/WebKit2/WebProcess/
DWebProcess.cpp201 setCacheModel(static_cast<uint32_t>(parameters.cacheModel)); in initializeWebProcess()
321 void WebProcess::setCacheModel(uint32_t cm) in setCacheModel() function in WebKit::WebProcess
719 setCacheModel(CacheModelDocumentViewer); in clearResourceCaches()
720 setCacheModel(cacheModel); in clearResourceCaches()
DWebProcess.h143 void setCacheModel(uint32_t);
/external/webkit/Source/WebKit/mac/WebView/
DWebPreferences.h428 - (void)setCacheModel:(WebCacheModel)cacheModel;
DWebPreferences.mm796 - (void)setCacheModel:(WebCacheModel)cacheModel
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKContext.cpp118 toImpl(contextRef)->setCacheModel(toCacheModel(cacheModel)); in WKContextSetCacheModel()
/external/webkit/Tools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp373 void LayoutTestController::setCacheModel(int) in setCacheModel() function in LayoutTestController
/external/webkit/Source/WebKit2/UIProcess/
DWebContext.h123 void setCacheModel(CacheModel);
DWebContext.cpp491 void WebContext::setCacheModel(CacheModel cacheModel) in setCacheModel() function in WebKit::WebContext
/external/webkit/Source/WebKit/win/Interfaces/
DIWebPreferences.idl189 HRESULT setCacheModel([in] WebCacheModel cacheModel);
/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.h96 void setCacheModel(int);
DLayoutTestController.cpp1164 controller->setCacheModel(cacheModel); in setCacheModelCallback()
/external/webkit/Source/WebKit/win/
DWebPreferences.h280 virtual HRESULT STDMETHODCALLTYPE setCacheModel(
DWebView.h902 static void setCacheModel(WebCacheModel);
DWebView.cpp263 WebView::setCacheModel(cacheModel); in notifyPreferencesChanged()
269 … WebView::setCacheModel(max(sharedPreferencesCacheModel, WebView::maxCacheModelInAnyInstance())); in notifyPreferencesChanged()
284 … WebView::setCacheModel(max(sharedPreferencesCacheModel, WebView::maxCacheModelInAnyInstance())); in notifyPreferencesRemoved()
440 void WebView::setCacheModel(WebCacheModel cacheModel) in setCacheModel() function in WebView
DWebPreferences.cpp1256 HRESULT WebPreferences::setCacheModel(WebCacheModel cacheModel) in setCacheModel() function in WebPreferences
DWebFrame.cpp1962 preferences->setCacheModel(WebCacheModelDocumentBrowser); in didPerformFirstNavigation()
DChangeLog-2009-06-16822 (WebView::setCacheModel): Add CFNETWORK check around CFNetwork
972 (WebView::setCacheModel):
2360 (WebView::setCacheModel):
2468 (WebView::setCacheModel): Call CFURLCacheCopySharedURLCache via dynamic loading
2920 (WebView::setCacheModel): Roll out the part of my last change
2931 (WebView::setCacheModel): Use CFURLCopySharedURLCache if present.
3142 (WebView::setCacheModel): In the primary web browser model,
3832 (WebView::setCacheModel):
10045 Deprecate pageCacheSize and objectCacheSize and add cacheModel/setCacheModel.
10071 (WebPreferences::setCacheModel): Added.
[all …]
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp616 void LayoutTestController::setCacheModel(int cacheModel) in setCacheModel() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm705 void LayoutTestController::setCacheModel(int cacheModel) function
707 [[WebPreferences standardPreferences] setCacheModel:cacheModel];
DDumpRenderTree.mm445 [preferences setCacheModel:WebCacheModelDocumentBrowser];
/external/webkit/Tools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp939 void LayoutTestController::setCacheModel(int) in setCacheModel() function in LayoutTestController
/external/webkit/Source/WebKit/mac/
DWebKit.order57 -[WebPreferences setCacheModel:]
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm2003 [preferences setCacheModel:WebCacheModelDocumentBrowser];
/external/webkit/Tools/
DChangeLog-2009-06-16135 LayoutTestController::setCacheModel() with the first argument as an
137 (LayoutTestController::staticFunctions): Added setCacheModel.
140 (LayoutTestController::setCacheModel):
145 (LayoutTestController::setCacheModel): Added. Calls -[WebPreferences
146 setCacheModel:].
148 (LayoutTestController::setCacheModel):
150 (LayoutTestController::setCacheModel):
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1619524 (WebKit::WebContext::setCacheModel):
27313 (WebKit::WebContext::setCacheModel):
27330 (WebKit::WebProcess::setCacheModel):
27371 (WebKit::WebContext::setCacheModel):
27378 (WebKit::WebProcess::setCacheModel):

12