OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebCache
(Results
1 - 25
of
40
) sorted by null
1
2
/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/chromium_org/chrome/browser/renderer_host/
web_cache_manager.h
22
#include "third_party/WebKit/public/web/
WebCache
.h"
61
int renderer_id, const WebKit::
WebCache
::UsageStats& stats);
90
struct RendererInfo : WebKit::
WebCache
::UsageStats {
152
WebKit::
WebCache
::UsageStats* stats);
158
const WebKit::
WebCache
::UsageStats& stats);
168
const WebKit::
WebCache
::UsageStats& active_stats,
170
const WebKit::
WebCache
::UsageStats& inactive_stats,
web_cache_manager_unittest.cc
15
using WebKit::
WebCache
;
25
static const
WebCache
::UsageStats kStats;
26
static const
WebCache
::UsageStats kStats2;
52
WebCache
::UsageStats* stats) {
56
const
WebCache
::UsageStats& stats) {
62
const
WebCache
::UsageStats& active_stats,
64
const
WebCache
::UsageStats& inactive_stats,
107
const
WebCache
::UsageStats WebCacheManagerTest::kStats = {
116
const
WebCache
::UsageStats WebCacheManagerTest::kStats2 = {
124
static bool operator==(const
WebCache
::UsageStats& lhs
[
all
...]
web_cache_manager.cc
28
using WebKit::
WebCache
;
131
const
WebCache
::UsageStats& stats) {
194
WebCache
::UsageStats* stats) {
197
memset(stats, 0, sizeof(
WebCache
::UsageStats));
215
const
WebCache
::UsageStats& stats) {
240
const
WebCache
::UsageStats& active_stats,
242
const
WebCache
::UsageStats& inactive_stats,
354
WebCache
::UsageStats active;
355
WebCache
::UsageStats inactive;
chrome_render_message_filter.h
17
#include "third_party/WebKit/public/web/
WebCache
.h"
85
void OnResourceTypeStats(const WebKit::
WebCache
::ResourceTypeStats& stats);
86
void OnUpdatedCacheStats(const WebKit::
WebCache
::UsageStats& stats);
/external/chromium_org/third_party/WebKit/Source/web/
WebCache.cpp
32
#include "
WebCache
.h"
41
//
WebCache
::ResourceTypeStat.
43
WebCache
::ResourceTypeStat& to)
51
void
WebCache
::setCapacities(
61
void
WebCache
::clear()
68
void
WebCache
::getUsageStats(UsageStats* result)
83
void
WebCache
::getResourceTypeStats(ResourceTypeStats* result)
94
memset(result, 0, sizeof(
WebCache
::ResourceTypeStats));
/external/chromium_org/chrome/browser/task_manager/
resource_provider.cc
7
#include "third_party/WebKit/public/web/
WebCache
.h"
27
WebKit::
WebCache
::ResourceTypeStats Resource::GetWebCoreCacheStats() const {
28
return WebKit::
WebCache
::ResourceTypeStats();
renderer_resource.h
34
virtual WebKit::
WebCache
::ResourceTypeStats GetWebCoreCacheStats() const
53
const WebKit::
WebCache
::ResourceTypeStats& stats) OVERRIDE;
77
WebKit::
WebCache
::ResourceTypeStats stats_;
renderer_resource.cc
53
WebKit::
WebCache
::ResourceTypeStats
71
const WebKit::
WebCache
::ResourceTypeStats& stats) {
resource_provider.h
12
#include "third_party/WebKit/public/web/
WebCache
.h"
68
virtual WebKit::
WebCache
::ResourceTypeStats GetWebCoreCacheStats() const;
110
const WebKit::
WebCache
::ResourceTypeStats& stats) {}
task_manager.h
22
#include "third_party/WebKit/public/web/
WebCache
.h"
211
WebKit::
WebCache
::ResourceTypeStats* result) const;
310
const WebKit::
WebCache
::ResourceTypeStats& stats);
369
WebKit::
WebCache
::ResourceTypeStats webcore_stats;
/external/chromium_org/third_party/WebKit/public/web/
WebCache.h
39
class
WebCache
{
86
WebCache
(); // Not intended to be instanced.
/external/chromium_org/android_webview/renderer/
aw_render_process_observer.cc
9
#include "third_party/WebKit/public/web/
WebCache
.h"
38
WebKit::
WebCache
::clear();
/external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc
43
#include "third_party/WebKit/public/web/
WebCache
.h"
58
using WebKit::
WebCache
;
109
WebCache
::UsageStats stats;
110
WebCache
::getUsageStats(&stats);
367
WebCache
::setCapacities(
375
WebCache
::clear();
380
WebCache
::ResourceTypeStats stats;
381
WebCache
::getResourceTypeStats(&stats);
405
WebCache
::clear();
430
WebCache
::clear()
[
all
...]
net_benchmarking_extension.cc
9
#include "third_party/WebKit/public/web/
WebCache
.h"
12
using WebKit::
WebCache
;
70
WebCache
::clear();
/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_;
/external/chromium_org/chrome/common/
render_messages.h
36
#include "third_party/WebKit/public/web/
WebCache
.h"
198
IPC_STRUCT_TRAITS_BEGIN(WebKit::
WebCache
::ResourceTypeStat)
205
IPC_STRUCT_TRAITS_BEGIN(WebKit::
WebCache
::ResourceTypeStats)
213
IPC_STRUCT_TRAITS_BEGIN(WebKit::
WebCache
::UsageStats)
431
WebKit::
WebCache
::UsageStats /* stats */)
589
WebKit::
WebCache
::ResourceTypeStats)
/external/chromium_org/webkit/support/
webkit_support.cc
16
#include "third_party/WebKit/public/web/
WebCache
.h"
147
WebKit::
WebCache
::clear();
weburl_loader_mock_factory.cc
14
#include "third_party/WebKit/public/web/
WebCache
.h"
18
using WebKit::
WebCache
;
81
WebCache
::clear();
Completed in 909 milliseconds
1
2