OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UsageStats
(Results
1 - 14
of
14
) sorted by null
/external/chromium/chrome/browser/renderer_host/
web_cache_manager.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
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,
124
const WebCache::
UsageStats
& rhs)
[
all
...]
web_cache_manager.cc
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;
325
WebCache::
UsageStats
inactive
[
all
...]
/external/chromium_org/chrome/browser/renderer_host/
web_cache_manager.h
61
int renderer_id, const blink::WebCache::
UsageStats
& stats);
90
struct RendererInfo : blink::WebCache::
UsageStats
{
152
blink::WebCache::
UsageStats
* stats);
158
const blink::WebCache::
UsageStats
& stats);
168
const blink::WebCache::
UsageStats
& active_stats,
170
const blink::WebCache::
UsageStats
& inactive_stats,
web_cache_manager_unittest.cc
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,
125
const WebCache::
UsageStats
& rhs)
[
all
...]
web_cache_manager.cc
135
const WebCache::
UsageStats
& stats) {
198
WebCache::
UsageStats
* stats) {
201
memset(stats, 0, sizeof(WebCache::
UsageStats
));
219
const WebCache::
UsageStats
& stats) {
244
const WebCache::
UsageStats
& active_stats,
246
const WebCache::
UsageStats
& inactive_stats,
362
WebCache::
UsageStats
active;
363
WebCache::
UsageStats
inactive;
chrome_render_message_filter.h
89
void OnUpdatedCacheStats(const blink::WebCache::
UsageStats
& stats);
chrome_render_message_filter.cc
221
const WebCache::
UsageStats
& stats) {
/external/chromium_org/third_party/WebKit/public/web/
WebCache.h
41
struct
UsageStats
{
80
BLINK_EXPORT static void getUsageStats(
UsageStats
*);
/external/chromium_org/third_party/WebKit/Source/web/
WebCache.cpp
68
void WebCache::getUsageStats(
UsageStats
* result)
80
memset(result, 0, sizeof(
UsageStats
));
/external/chromium/chrome/common/
render_messages.h
120
IPC_STRUCT_TRAITS_BEGIN(WebKit::WebCache::
UsageStats
)
279
WebKit::WebCache::
UsageStats
/* stats */)
/external/chromium_org/chrome/common/
render_messages.h
220
IPC_STRUCT_TRAITS_BEGIN(blink::WebCache::
UsageStats
)
455
blink::WebCache::
UsageStats
/* stats */)
/packages/apps/Settings/src/com/android/settings/
UsageStats.java
53
public class
UsageStats
extends Activity implements OnItemSelectedListener {
221
mUsageStatsService = IUsageStats.Stub.asInterface(ServiceManager.getService("
usagestats
"));
223
Log.e(TAG, "Failed to retrieve
usagestats
service");
/external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc
108
WebCache::
UsageStats
stats;
Completed in 428 milliseconds