/external/chromium_org/net/disk_cache/ |
mem_backend_impl.h | 66 virtual int32 GetEntryCount() const OVERRIDE;
|
tracing_cache_backend.cc | 190 int32 TracingCacheBackend::GetEntryCount() const { 191 return backend_->GetEntryCount();
|
backend_impl.h | 258 virtual int32 GetEntryCount() const OVERRIDE;
|
mem_backend_impl.cc | 131 int32 MemBackendImpl::GetEntryCount() const {
|
stress_cache.cc | 131 cache->GetEntryCount());
|
entry_unittest.cc | 152 EXPECT_EQ(0, cache_->GetEntryCount()); 353 EXPECT_EQ(0, cache_->GetEntryCount()); 433 EXPECT_EQ(0, cache_->GetEntryCount()); 593 EXPECT_EQ(0, cache_->GetEntryCount()); [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
session_model_associator_unittest.cc | 183 MOCK_CONST_METHOD0(GetEntryCount, int()); 239 EXPECT_CALL(tab_mock, GetEntryCount()).WillRepeatedly(Return(1)); 250 EXPECT_CALL(tab_mock, GetEntryCount()).WillRepeatedly(Return(1)); 263 EXPECT_CALL(tab_mock, GetEntryCount()).WillRepeatedly(Return(2)); 279 EXPECT_CALL(tab_mock, GetEntryCount()).WillRepeatedly(Return(3)); 347 EXPECT_CALL(tab_mock, GetEntryCount()).WillRepeatedly(Return(3)); 408 EXPECT_CALL(tab_mock, GetEntryCount()).WillRepeatedly(Return(1));
|
/external/chromium/net/disk_cache/ |
entry_unittest.cc | 130 EXPECT_EQ(0, cache_->GetEntryCount()); 273 EXPECT_EQ(0, cache_->GetEntryCount()); 341 EXPECT_EQ(0, cache_->GetEntryCount()); 457 EXPECT_EQ(0, cache_->GetEntryCount()); [all...] |
stress_cache.cc | 114 cache->GetEntryCount());
|
backend_impl.h | 250 virtual int32 GetEntryCount() const;
|
mem_backend_impl.cc | 130 int32 MemBackendImpl::GetEntryCount() const {
|
disk_cache_test_base.cc | 48 ASSERT_EQ(0, cache_->GetEntryCount());
|
backend_impl.cc | 1069 if (!GetEntryCount()) 1086 int avg_size = data_->header.num_bytes / GetEntryCount(); [all...] |
/external/chromium_org/chrome/browser/ui/tabs/ |
pinned_tab_codec.cc | 71 if (!entry && web_contents->GetController().GetEntryCount())
|
/external/chromium_org/net/disk_cache/simple/ |
simple_backend_impl.h | 89 virtual int32 GetEntryCount() const OVERRIDE;
|
simple_index.h | 129 int32 GetEntryCount() const;
|
/external/chromium_org/net/disk_cache/v3/ |
backend_impl_v3.h | 178 virtual int32 GetEntryCount() const OVERRIDE;
|
/external/chromium_org/net/tools/crash_cache/ |
crash_cache.cc | 150 return (cb->GetResult(rv) == net::OK && !(*cache)->GetEntryCount()); 278 if (cb.GetResult(rv) != net::OK || cache->GetEntryCount())
|
/external/chromium_org/android_webview/native/ |
state_serializer.cc | 51 const int entry_count = controller.GetEntryCount();
|
aw_settings.cc | 124 for (int i = 0; i < controller.GetEntryCount(); ++i)
|
/external/chromium_org/content/browser/frame_host/ |
navigation_controller_impl.h | 51 virtual int GetEntryCount() const OVERRIDE;
|
/external/chromium_org/net/http/ |
mock_http_cache.h | 102 virtual int32 GetEntryCount() const OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
app_shortcut_launcher_item_controller.cc | 289 const GURL tab_url = is_app && web_contents->GetController().GetEntryCount() ?
|
/external/chromium_org/content/shell/browser/ |
shell.cc | 214 int max_index = web_contents_->GetController().GetEntryCount() - 1;
|
/external/chromium_org/net/tools/disk_cache_memory_test/ |
disk_cache_memory_test.cc | 235 << " : " << backend->GetEntryCount() << std::endl;
|