/external/webkit/Source/WebKit2/WebProcess/ |
D | WebProcess.cpp | 201 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()
|
D | WebProcess.h | 143 void setCacheModel(uint32_t);
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebPreferences.h | 428 - (void)setCacheModel:(WebCacheModel)cacheModel;
|
D | WebPreferences.mm | 796 - (void)setCacheModel:(WebCacheModel)cacheModel
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKContext.cpp | 118 toImpl(contextRef)->setCacheModel(toCacheModel(cacheModel)); in WKContextSetCacheModel()
|
/external/webkit/Tools/DumpRenderTree/wx/ |
D | LayoutTestControllerWx.cpp | 373 void LayoutTestController::setCacheModel(int) in setCacheModel() function in LayoutTestController
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebContext.h | 123 void setCacheModel(CacheModel);
|
D | WebContext.cpp | 491 void WebContext::setCacheModel(CacheModel cacheModel) in setCacheModel() function in WebKit::WebContext
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebPreferences.idl | 189 HRESULT setCacheModel([in] WebCacheModel cacheModel);
|
/external/webkit/Tools/DumpRenderTree/ |
D | LayoutTestController.h | 96 void setCacheModel(int);
|
D | LayoutTestController.cpp | 1164 controller->setCacheModel(cacheModel); in setCacheModelCallback()
|
/external/webkit/Source/WebKit/win/ |
D | WebPreferences.h | 280 virtual HRESULT STDMETHODCALLTYPE setCacheModel(
|
D | WebView.h | 902 static void setCacheModel(WebCacheModel);
|
D | WebView.cpp | 263 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
|
D | WebPreferences.cpp | 1256 HRESULT WebPreferences::setCacheModel(WebCacheModel cacheModel) in setCacheModel() function in WebPreferences
|
D | WebFrame.cpp | 1962 preferences->setCacheModel(WebCacheModelDocumentBrowser); in didPerformFirstNavigation()
|
D | ChangeLog-2009-06-16 | 822 (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/ |
D | LayoutTestControllerGtk.cpp | 616 void LayoutTestController::setCacheModel(int cacheModel) in setCacheModel() function in LayoutTestController
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | LayoutTestControllerMac.mm | 705 void LayoutTestController::setCacheModel(int cacheModel) function 707 [[WebPreferences standardPreferences] setCacheModel:cacheModel];
|
D | DumpRenderTree.mm | 445 [preferences setCacheModel:WebCacheModelDocumentBrowser];
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | LayoutTestControllerWin.cpp | 939 void LayoutTestController::setCacheModel(int) in setCacheModel() function in LayoutTestController
|
/external/webkit/Source/WebKit/mac/ |
D | WebKit.order | 57 -[WebPreferences setCacheModel:]
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebFrameLoaderClient.mm | 2003 [preferences setCacheModel:WebCacheModelDocumentBrowser];
|
/external/webkit/Tools/ |
D | ChangeLog-2009-06-16 | 135 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/ |
D | ChangeLog-2011-02-16 | 19524 (WebKit::WebContext::setCacheModel): 27313 (WebKit::WebContext::setCacheModel): 27330 (WebKit::WebProcess::setCacheModel): 27371 (WebKit::WebContext::setCacheModel): 27378 (WebKit::WebProcess::setCacheModel):
|