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

  /external/webkit/WebKit/mac/WebView/
WebPreferences.h 43 @constant WebCacheModelDocumentViewer Appropriate for a WebView displaying
67 WebCacheModelDocumentViewer = 0,
424 WebCacheModelDocumentViewer.
WebPreferences.mm 119 cacheModel = WebCacheModelDocumentViewer;
129 cacheModel = WebCacheModelDocumentViewer; // To save memory.
    [all...]
WebView.mm 333 static WebCacheModel s_cacheModel = WebCacheModelDocumentViewer;
    [all...]
  /external/webkit/WebKit/mac/Misc/
WebCache.mm 115 [WebView _setCacheModel:WebCacheModelDocumentViewer];
  /external/webkit/WebKit/win/Interfaces/
IWebPreferences.idl 57 WebCacheModelDocumentViewer = 0,
  /external/webkit/WebKit/win/
WebPreferences.cpp 243 RetainPtr<CFStringRef> cacheModelRef(AdoptCF, CFStringCreateWithFormat(0, 0, CFSTR("%d"), WebCacheModelDocumentViewer));
    [all...]
WebView.cpp 297 static WebCacheModel s_cacheModel = WebCacheModelDocumentViewer;
443 case WebCacheModelDocumentViewer: {
609 WebCacheModel cacheModel = WebCacheModelDocumentViewer;
616 WebCacheModel prefCacheModel = WebCacheModelDocumentViewer;
    [all...]

Completed in 2162 milliseconds