/external/chromium_org/chrome/browser/sync/glue/ |
synced_tab_delegate.h | 42 virtual int GetEntryCount() const = 0;
|
synced_tab_delegate_android.cc | 56 int SyncedTabDelegateAndroid::GetEntryCount() const { 58 ->GetEntryCount();
|
synced_tab_delegate_android.h | 34 virtual int GetEntryCount() const OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/sync/ |
tab_contents_synced_tab_delegate.cc | 57 int TabContentsSyncedTabDelegate::GetEntryCount() const { 58 return web_contents_->GetController().GetEntryCount();
|
tab_contents_synced_tab_delegate.h | 30 virtual int GetEntryCount() const OVERRIDE;
|
/external/chromium_org/content/browser/frame_host/ |
navigation_controller_impl_unittest.cc | 263 EXPECT_EQ(controller.GetEntryCount(), 0); 349 EXPECT_EQ(controller.GetEntryCount(), 0); 371 EXPECT_EQ(controller.GetEntryCount(), 1); 390 EXPECT_EQ(controller.GetEntryCount(), 1); 412 EXPECT_EQ(controller.GetEntryCount(), 2); 462 ASSERT_EQ(controller.GetEntryCount(), 2); 595 EXPECT_EQ(controller.GetEntryCount(), 1); 671 EXPECT_EQ(controller.GetEntryCount(), 1); [all...] |
navigation_entry_screenshot_manager.cc | 107 int count = owner_->GetEntryCount(); 137 int entry_count = owner_->GetEntryCount(); 168 int entry_count = owner_->GetEntryCount(); 182 int entry_count = owner_->GetEntryCount(); 219 const int num_entries = owner_->GetEntryCount();
|
navigation_controller_impl.cc | 238 DCHECK(GetEntryCount() == 0 && !GetPendingEntry()); 483 int NavigationControllerImpl::GetEntryCount() const { 496 if (index < 0 || index >= GetEntryCount()) 527 return index >= 0 && index < GetEntryCount(); [all...] |
/external/chromium_org/net/disk_cache/ |
backend_unittest.cc | 248 return key_pool->size() == implicit_cast<size_t>(cache_->GetEntryCount()); 295 EXPECT_EQ(2, cache_->GetEntryCount()); 301 EXPECT_EQ(2, cache_->GetEntryCount()); 304 EXPECT_EQ(1, cache_->GetEntryCount()); 310 EXPECT_EQ(0, cache_->GetEntryCount()); 317 EXPECT_EQ(0, cache_->GetEntryCount()); 776 EXPECT_EQ(100, cache_->GetEntryCount()); 795 EXPECT_EQ(0, cache_->GetEntryCount()); 949 EXPECT_EQ(0, cache_->GetEntryCount()); 999 EXPECT_EQ(1, cache_->GetEntryCount()); [all...] |
tracing_cache_backend.h | 25 virtual int32 GetEntryCount() const OVERRIDE;
|
disk_cache.h | 77 virtual int32 GetEntryCount() const = 0;
|
/external/chromium/net/disk_cache/ |
backend_unittest.cc | 85 EXPECT_EQ(2, cache_->GetEntryCount()); 91 EXPECT_EQ(2, cache_->GetEntryCount()); 94 EXPECT_EQ(1, cache_->GetEntryCount()); 100 EXPECT_EQ(0, cache_->GetEntryCount()); 107 EXPECT_EQ(0, cache_->GetEntryCount()); 445 EXPECT_EQ(100, cache_->GetEntryCount()); 464 EXPECT_EQ(0, cache_->GetEntryCount()); 583 EXPECT_EQ(0, cache_->GetEntryCount()); 633 EXPECT_EQ(1, cache_->GetEntryCount()); 637 EXPECT_EQ(0, cache_->GetEntryCount()); [all...] |
disk_cache.h | 69 virtual int32 GetEntryCount() const = 0;
|
mem_backend_impl.h | 66 virtual int32 GetEntryCount() const;
|
/external/chromium_org/chrome/browser/ |
browser_commands_unittest.cc | 73 EXPECT_EQ(3, orig_controller.GetEntryCount()); 91 EXPECT_EQ(3, controller.GetEntryCount()); 110 EXPECT_EQ(1, orig_controller.GetEntryCount()); 129 EXPECT_EQ(1, controller.GetEntryCount());
|
errorpage_browsertest.cc | 247 GetController().GetEntryCount()); 296 EXPECT_EQ(2, wc->GetController().GetEntryCount()); 315 EXPECT_EQ(2, wc->GetController().GetEntryCount()); 344 EXPECT_EQ(2, wc->GetController().GetEntryCount());
|
/external/chromium_org/net/disk_cache/simple/ |
simple_index_unittest.cc | 339 EXPECT_EQ(1, index()->GetEntryCount()); 342 TEST_F(SimpleIndexTest, GetEntryCount) { 343 EXPECT_EQ(0, index()->GetEntryCount()); 345 EXPECT_EQ(1, index()->GetEntryCount()); 347 EXPECT_EQ(2, index()->GetEntryCount()); 349 EXPECT_EQ(3, index()->GetEntryCount()); 351 EXPECT_EQ(3, index()->GetEntryCount()); 353 EXPECT_EQ(2, index()->GetEntryCount()); 355 EXPECT_EQ(3, index()->GetEntryCount()); 357 EXPECT_EQ(2, index()->GetEntryCount()); [all...] |
/external/chromium/net/tools/crash_cache/ |
crash_cache.cc | 139 if (cb.GetResult(rv) != net::OK || cache->GetEntryCount()) 180 if (cb.GetResult(rv) != net::OK || cache->GetEntryCount()) 223 if (cb.GetResult(rv) != net::OK || cache->GetEntryCount()) 265 if (cb.GetResult(rv) != net::OK || cache->GetEntryCount())
|
/external/chromium_org/chrome/browser/network_time/ |
navigation_time_helper.cc | 62 for (int i = 0; i < controller.GetEntryCount(); ++i) {
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
launcher_app_tab_helper.cc | 28 if (browser->is_app() && tab->GetController().GetEntryCount())
|
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_blocking_page_unittest.cc | 331 ASSERT_EQ(1, controller().GetEntryCount()); 362 ASSERT_EQ(1, controller().GetEntryCount()); 404 ASSERT_EQ(1, controller().GetEntryCount()); 460 ASSERT_EQ(1, controller().GetEntryCount()); 511 ASSERT_EQ(1, controller().GetEntryCount()); 546 ASSERT_EQ(2, controller().GetEntryCount()); 560 ASSERT_EQ(2, controller().GetEntryCount());
|
/external/chromium_org/content/browser/ |
site_per_process_browsertest.cc | 602 EXPECT_EQ(1, controller.GetEntryCount()); 617 EXPECT_EQ(2, controller.GetEntryCount()); 650 EXPECT_EQ(1, controller.GetEntryCount()); 661 EXPECT_EQ(2, controller.GetEntryCount()); 701 EXPECT_EQ(1, controller.GetEntryCount()); 718 EXPECT_EQ(2, controller.GetEntryCount());
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_impl_unittest.cc | [all...] |
/external/chromium_org/chrome/browser/ui/toolbar/ |
back_forward_menu_model.cc | 307 items = contents->GetController().GetEntryCount() - 351 int max_count = controller.GetEntryCount(); 462 if (controller_index >= 0 && controller_index < controller.GetEntryCount())
|
/external/chromium_org/content/public/browser/ |
navigation_controller.h | 261 virtual int GetEntryCount() const = 0;
|