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

12 3

  /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 187 for (int i = 0; i < controller.GetEntryCount(); ++i)
  /external/chromium_org/chrome/browser/
errorpage_browsertest.cc 720 GetController().GetEntryCount());
772 EXPECT_EQ(2, wc->GetController().GetEntryCount());
790 EXPECT_EQ(2, wc->GetController().GetEntryCount());
    [all...]
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_interstitial.cc 230 int nav_entry_count = web_contents_->GetController().GetEntryCount();
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.h 51 virtual int GetEntryCount() const OVERRIDE;
navigator_impl.cc 82 params->current_history_list_length = controller.GetEntryCount();
  /external/chromium_org/net/disk_cache/blockfile/
backend_impl.h 261 virtual int32 GetEntryCount() const OVERRIDE;
stress_cache.cc 131 cache->GetEntryCount());
backend_impl_v3.cc 270 if (!GetEntryCount())
287 int avg_size = header->num_bytes / GetEntryCount();
426 int32 BackendImplV3::GetEntryCount() const {
    [all...]
backend_impl.cc 926 if (!GetEntryCount())
943 int avg_size = data_->header.num_bytes / GetEntryCount();
1142 int32 BackendImpl::GetEntryCount() const {
    [all...]
  /external/chromium_org/net/disk_cache/memory/
mem_backend_impl.cc 131 int32 MemBackendImpl::GetEntryCount() const {
  /external/chromium_org/net/http/
mock_http_cache.h 102 virtual int32 GetEntryCount() const OVERRIDE;
  /external/chromium_org/net/disk_cache/
entry_unittest.cc 153 EXPECT_EQ(0, cache_->GetEntryCount());
354 EXPECT_EQ(0, cache_->GetEntryCount());
434 EXPECT_EQ(0, cache_->GetEntryCount());
594 EXPECT_EQ(0, cache_->GetEntryCount());
    [all...]
disk_cache_test_base.cc 81 ASSERT_EQ(0, cache_->GetEntryCount());
  /external/chromium_org/net/tools/disk_cache_memory_test/
disk_cache_memory_test.cc 235 << " : " << backend->GetEntryCount() << std::endl;
  /external/chromium_org/chrome/browser/ui/webui/memory_internals/
memory_internals_proxy.cc 315 const int entry_size = controller.GetEntryCount();
  /external/chromium_org/components/nacl/browser/
pnacl_translation_cache.cc 398 return disk_cache_->GetEntryCount();
  /external/chromium_org/content/shell/browser/
shell.cc 221 int max_index = web_contents_->GetController().GetEntryCount() - 1;
  /external/chromium_org/net/disk_cache/simple/
simple_index.cc 237 int32 SimpleIndex::GetEntryCount() const {
simple_backend_impl.cc 344 int32 SimpleBackendImpl::GetEntryCount() const {
346 return index_->GetEntryCount();
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 738 long GetEntryCount() const;
  /external/chromium_org/chrome/browser/prerender/
prerender_contents.cc 681 if (prerender_contents_->GetController().GetEntryCount() > 1) {
    [all...]
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service_helper.cc 408 int entry_count = controller->GetEntryCount();
  /external/chromium_org/content/browser/gpu/
shader_disk_cache.cc 567 return backend_->GetEntryCount();

Completed in 1031 milliseconds

12 3