HomeSort by relevance Sort by last modified time
    Searched refs:GetEntryCount (Results 26 - 50 of 70) sorted by null

12 3

  /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 69 virtual int32 GetEntryCount() const OVERRIDE;
simple_index.h 123 int32 GetEntryCount() const;
simple_backend_impl.cc 273 int32 SimpleBackendImpl::GetEntryCount() const {
275 return index_->GetEntryCount();
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.h 178 virtual int32 GetEntryCount() const OVERRIDE;
backend_impl_v3.cc 337 if (!GetEntryCount())
354 int avg_size = data_->header.num_bytes / GetEntryCount();
494 int32 BackendImpl::GetEntryCount() const {
    [all...]
  /external/chromium_org/net/disk_cache/
tracing_cache_backend.cc 190 int32 TracingCacheBackend::GetEntryCount() const {
191 return backend_->GetEntryCount();
entry_unittest.cc 149 EXPECT_EQ(0, cache_->GetEntryCount());
350 EXPECT_EQ(0, cache_->GetEntryCount());
431 EXPECT_EQ(0, cache_->GetEntryCount());
591 EXPECT_EQ(0, cache_->GetEntryCount());
    [all...]
backend_impl.h 258 virtual int32 GetEntryCount() const OVERRIDE;
mem_backend_impl.cc 131 int32 MemBackendImpl::GetEntryCount() const {
stress_cache.cc 131 cache->GetEntryCount());
disk_cache_test_base.cc 80 ASSERT_EQ(0, cache_->GetEntryCount());
backend_impl.cc 950 if (!GetEntryCount())
967 int avg_size = data_->header.num_bytes / GetEntryCount();
    [all...]
  /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/net/disk_cache/
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/android_webview/native/
state_serializer.cc 51 const int entry_count = controller.GetEntryCount();
aw_settings.cc 121 for (int i = 0; i < controller.GetEntryCount(); ++i)
  /external/chromium_org/content/browser/web_contents/
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/content/shell/
shell.cc 200 int max_index = web_contents_->GetController().GetEntryCount() - 1;
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_session_unittest.cc 421 ASSERT_EQ(2, iter->second->tab()->GetEntryCount());
427 ASSERT_EQ(2, iter->second->tab()->GetEntryCount());
    [all...]
  /external/chromium_org/chrome/browser/guestview/webview/
webview_guest.cc 312 web_contents()->GetController().GetEntryCount());

Completed in 266 milliseconds

12 3