HomeSort by relevance Sort by last modified time
    Searched refs:WebCacheModel (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.h 38 @enum WebCacheModel
71 typedef WebNSUInteger WebCacheModel;
428 - (void)setCacheModel:(WebCacheModel)cacheModel;
438 - (WebCacheModel)cacheModel;
WebViewInternal.h 112 + (void)_setCacheModel:(WebCacheModel)cacheModel;
113 + (WebCacheModel)_cacheModel;
WebPreferences.mm 65 static WebCacheModel cacheModelForMainBundle(void)
118 WebCacheModel cacheModel;
796 - (void)setCacheModel:(WebCacheModel)cacheModel
802 - (WebCacheModel)cacheModel
    [all...]
WebView.mm 358 static WebCacheModel s_cacheModel = WebCacheModelDocumentViewer;
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebPreferences.idl 63 typedef enum WebCacheModel {
67 } WebCacheModel;
188 HRESULT cacheModel([out, retval] WebCacheModel* cacheModel);
189 HRESULT setCacheModel([in] WebCacheModel cacheModel);
  /external/webkit/Source/WebKit/mac/Misc/
WebCache.mm 115 WebCacheModel cacheModel = [WebView _cacheModel];
  /external/webkit/Source/WebKit/win/
WebPreferences.h 278 /* [retval][out] */ WebCacheModel* cacheModel);
281 /* [in] */ WebCacheModel cacheModel);
WebView.h     [all...]
WebView.cpp 213 HRESULT notifyPreferencesChanged(WebCacheModel);
214 HRESULT notifyPreferencesRemoved(WebCacheModel);
236 WebCacheModel cacheModel;
258 HRESULT PreferencesChangedOrRemovedObserver::notifyPreferencesChanged(WebCacheModel cacheModel)
265 WebCacheModel sharedPreferencesCacheModel;
275 HRESULT PreferencesChangedOrRemovedObserver::notifyPreferencesRemoved(WebCacheModel cacheModel)
280 WebCacheModel sharedPreferencesCacheModel;
312 static WebCacheModel s_cacheModel = WebCacheModelDocumentViewer;
440 void WebView::setCacheModel(WebCacheModel cacheModel)
621 WebCacheModel WebView::cacheModel(
    [all...]
WebPreferences.cpp     [all...]
WebFrame.cpp     [all...]

Completed in 285 milliseconds