HomeSort by relevance Sort by last modified time
    Searched refs:GetEntryCount (Results 51 - 75 of 81) sorted by null

1 23 4

  /external/chromium_org/chrome/browser/sync/
profile_sync_service_session_unittest.cc 337 ASSERT_EQ(2, iter->second->tab()->GetEntryCount());
343 ASSERT_EQ(2, iter->second->tab()->GetEntryCount());
    [all...]
  /external/chromium_org/net/disk_cache/
backend_impl.cc 918 if (!GetEntryCount())
935 int avg_size = data_->header.num_bytes / GetEntryCount();
1127 int32 BackendImpl::GetEntryCount() const {
    [all...]
disk_cache_test_base.cc 81 ASSERT_EQ(0, cache_->GetEntryCount());
  /external/chromium_org/net/disk_cache/v3/
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/chrome/browser/ui/webui/memory_internals/
memory_internals_proxy.cc 328 const int entry_size = controller.GetEntryCount();
  /external/chromium_org/components/nacl/browser/
pnacl_translation_cache.cc 398 return disk_cache_->GetEntryCount();
  /external/libvpx/libwebm/
mkvparser.hpp 737 long GetEntryCount() const;
  /external/chromium_org/chrome/browser/sync/sessions2/
sessions_sync_manager.cc 363 int entry_count = tab.GetEntryCount();
    [all...]
sessions_sync_manager_unittest.cc 266 virtual int GetEntryCount() const OVERRIDE {
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.cc 344 int32 SimpleBackendImpl::GetEntryCount() const {
346 return index_->GetEntryCount();
simple_index.cc 255 int32 SimpleIndex::GetEntryCount() const {
  /external/chromium_org/chrome/browser/guestview/webview/
webview_guest.cc 579 web_contents()->GetController().GetEntryCount());
  /external/chromium_org/chrome/browser/prerender/
prerender_contents.cc 649 if (prerender_contents_->GetController().GetEntryCount() > 1) {
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service_helper.cc 407 int entry_count = controller->GetEntryCount();
session_service.cc 612 web_contents->GetController().GetEntryCount());
    [all...]
session_restore_browsertest.cc 468 ASSERT_EQ(2, controller.GetEntryCount());
    [all...]
  /external/chromium_org/content/browser/gpu/
shader_disk_cache.cc 567 return backend_->GetEntryCount();
  /external/chromium_org/content/shell/browser/
webkit_test_controller.cc 621 for (int entry = 0; entry < web_contents->GetController().GetEntryCount();
  /external/chromium_org/net/http/
mock_http_cache.cc 352 int32 MockDiskCache::GetEntryCount() const {
  /external/chromium_org/chrome/browser/sync/glue/
session_model_associator.cc 506 tab_delegate.GetEntryCount());
    [all...]
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc 371 for (int i = 0; i != controller.GetEntryCount(); ++i) {
410 for (int i = 0; i != controller.GetEntryCount(); ++i) {
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc     [all...]
  /external/chromium_org/chrome/browser/ui/
browser_commands.cc 364 if (index < 0 || index >= controller.GetEntryCount())
    [all...]
  /external/chromium_org/android_webview/native/
aw_contents.cc 765 if (!web_contents_->GetController().GetEntryCount())
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc     [all...]

Completed in 4008 milliseconds

1 23 4