HomeSort by relevance Sort by last modified time
    Searched refs:WebCache (Results 1 - 25 of 29) sorted by null

1 2

  /external/webkit/Source/WebKit/win/
WebCache.h 31 class WebCache : public IWebCache
34 static WebCache* createInstance();
36 WebCache();
37 ~WebCache();
WebCache.cpp 28 #include "WebCache.h"
35 // WebCache ---------------------------------------------------------------------------
37 WebCache::WebCache()
41 gClassNameCount.add("WebCache");
44 WebCache::~WebCache()
47 gClassNameCount.remove("WebCache");
50 WebCache* WebCache::createInstance(
    [all...]
ForEachCoClass.h 43 macro(WebCache) \
  /external/webkit/Source/WebKit/mac/Misc/
WebCache.h 26 @interface WebCache : NSObject
WebCoreStatistics.mm 32 #import "WebCache.h"
56 return [WebCache statistics];
177 [WebCache empty];
182 [WebCache setDisabled:disabled];
WebCache.mm 26 #import "WebCache.h"
37 @implementation WebCache
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCache.h 40 class WebCache : public base::RefCountedThreadSafe<WebCache> {
42 static WebCache* get(bool isPrivateBrowsing);
54 WebCache(bool isPrivateBrowsing);
77 net::CompletionCallbackImpl<WebCache> m_doomAllEntriesCallback;
78 net::CompletionCallbackImpl<WebCache> m_onClearDoneCallback;
81 net::CompletionCallbackImpl<WebCache> m_openEntryCallback;
82 net::CompletionCallbackImpl<WebCache> m_onGetEntryDoneCallback;
WebCache.cpp 27 #include "WebCache.h"
63 static scoped_refptr<WebCache>* instance(bool isPrivateBrowsing)
65 static scoped_refptr<WebCache> regularInstance;
66 static scoped_refptr<WebCache> privateInstance;
70 WebCache* WebCache::get(bool isPrivateBrowsing)
73 scoped_refptr<WebCache>* instancePtr = instance(isPrivateBrowsing);
75 *instancePtr = new WebCache(isPrivateBrowsing);
79 void WebCache::cleanup(bool isPrivateBrowsing)
82 scoped_refptr<WebCache>* instancePtr = instance(isPrivateBrowsing)
    [all...]
WebRequestContext.cpp 31 #include "WebCache.h"
63 WebCache* cache = WebCache::get(m_isPrivateBrowsing);
83 WebCache::cleanup(true);
  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.h 20 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h"
59 int renderer_id, const WebKit::WebCache::UsageStats& stats);
79 struct RendererInfo : WebKit::WebCache::UsageStats {
141 WebKit::WebCache::UsageStats* stats);
147 const WebKit::WebCache::UsageStats& stats);
157 const WebKit::WebCache::UsageStats& active_stats,
159 const WebKit::WebCache::UsageStats& inactive_stats,
web_cache_manager_unittest.cc 14 using WebKit::WebCache;
24 static const WebCache::UsageStats kStats;
25 static const WebCache::UsageStats kStats2;
51 WebCache::UsageStats* stats) {
55 const WebCache::UsageStats& stats) {
61 const WebCache::UsageStats& active_stats,
63 const WebCache::UsageStats& inactive_stats,
106 const WebCache::UsageStats WebCacheManagerTest::kStats = {
115 const WebCache::UsageStats WebCacheManagerTest::kStats2 = {
123 static bool operator==(const WebCache::UsageStats& lhs
    [all...]
web_cache_manager.cc 24 using WebKit::WebCache;
123 const WebCache::UsageStats& stats) {
136 WebCache::UsageStats stats_details(stats);
142 Details<WebCache::UsageStats>(&stats_details));
166 WebCache::UsageStats* stats) {
169 memset(stats, 0, sizeof(WebCache::UsageStats));
187 const WebCache::UsageStats& stats) {
212 const WebCache::UsageStats& active_stats,
214 const WebCache::UsageStats& inactive_stats,
324 WebCache::UsageStats active
    [all...]
chrome_render_message_filter.h 12 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h"
48 void OnResourceTypeStats(const WebKit::WebCache::ResourceTypeStats& stats);
chrome_render_message_filter.cc 29 using WebKit::WebCache;
105 const WebCache::ResourceTypeStats& stats) {
  /external/webkit/Source/WebKit/chromium/src/
WebCache.cpp 32 #include "WebCache.h"
46 // WebCache::ResourceTypeStat.
48 WebCache::ResourceTypeStat& to)
56 void WebCache::setCapacities(
66 void WebCache::clear()
75 void WebCache::getUsageStats(UsageStats* result)
90 void WebCache::getResourceTypeStats(ResourceTypeStats* result)
105 memset(result, 0, sizeof(WebCache::ResourceTypeStats));
  /external/webkit/Source/WebKit/chromium/public/
WebCache.h 39 class WebCache {
84 WebCache(); // Not intended to be instanced.
  /external/chromium/chrome/common/
render_messages.h 29 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h"
105 IPC_STRUCT_TRAITS_BEGIN(WebKit::WebCache::ResourceTypeStat)
112 IPC_STRUCT_TRAITS_BEGIN(WebKit::WebCache::ResourceTypeStats)
120 IPC_STRUCT_TRAITS_BEGIN(WebKit::WebCache::UsageStats)
279 WebKit::WebCache::UsageStats /* stats */)
390 WebKit::WebCache::ResourceTypeStats)
  /external/chromium/chrome/browser/task_manager/
task_manager.h 24 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h"
66 virtual WebKit::WebCache::ResourceTypeStats GetWebCoreCacheStats() const {
67 return WebKit::WebCache::ResourceTypeStats();
101 const WebKit::WebCache::ResourceTypeStats& stats) {}
321 const WebKit::WebCache::ResourceTypeStats& stats);
task_manager_resource_providers.h 19 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h"
46 virtual WebKit::WebCache::ResourceTypeStats GetWebCoreCacheStats() const
59 const WebKit::WebCache::ResourceTypeStats& stats);
72 WebKit::WebCache::ResourceTypeStats stats_;
task_manager.cc 62 string16 FormatStatsSize(const WebKit::WebCache::ResourceTypeStat& stat) {
190 const WebKit::WebCache::ResourceTypeStats stats(
200 const WebKit::WebCache::ResourceTypeStats stats(
210 const WebKit::WebCache::ResourceTypeStats stats(
337 WebKit::WebCache::ResourceTypeStats stats1 = { { 0 } };
338 WebKit::WebCache::ResourceTypeStats stats2 = { { 0 } };
692 const WebKit::WebCache::ResourceTypeStats& stats) {
    [all...]
  /external/webkit/Source/WebKit/android/jni/
CacheManager.cpp 29 #include "WebCache.h"
80 scoped_refptr<CacheResult> result = WebCache::get(false /*privateBrowsing*/)->getCacheResult(jstringToWtfString(env, url));
JavaBridge.cpp 44 #include "WebCache.h"
474 WebCache::get(false)->proxy()->UpdateProxySettings(proxy, exList);
475 WebCache::get(true)->proxy()->UpdateProxySettings(proxy, exList);
  /external/webkit/Source/WebKit/win/Interfaces/
WebKit.idl 200 coclass WebCache {
  /external/webkit/Source/WebKit/
Android.mk 36 android/WebCoreSupport/WebCache.cpp \
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 64 #import <WebKit/WebCache.h>
663 [WebCache empty];
    [all...]

Completed in 579 milliseconds

1 2