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

1 2 3

  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate.h 42 virtual int GetEntryCount() const = 0;
synced_tab_delegate_android.h 34 virtual int GetEntryCount() const OVERRIDE;
synced_tab_delegate_android.cc 56 int SyncedTabDelegateAndroid::GetEntryCount() const {
58 ->GetEntryCount();
session_model_associator_unittest.cc 183 MOCK_CONST_METHOD0(GetEntryCount, int());
238 EXPECT_CALL(tab_mock, GetEntryCount()).WillRepeatedly(Return(1));
249 EXPECT_CALL(tab_mock, GetEntryCount()).WillRepeatedly(Return(1));
262 EXPECT_CALL(tab_mock, GetEntryCount()).WillRepeatedly(Return(2));
278 EXPECT_CALL(tab_mock, GetEntryCount()).WillRepeatedly(Return(3));
343 EXPECT_CALL(tab_mock, GetEntryCount()).WillRepeatedly(Return(3));
401 EXPECT_CALL(tab_mock, GetEntryCount()).WillRepeatedly(Return(1));
  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.h 30 virtual int GetEntryCount() const OVERRIDE;
tab_contents_synced_tab_delegate.cc 57 int TabContentsSyncedTabDelegate::GetEntryCount() const {
58 return web_contents_->GetController().GetEntryCount();
  /external/chromium_org/net/disk_cache/simple/
simple_index_unittest.cc 314 EXPECT_EQ(1, index()->GetEntryCount());
317 TEST_F(SimpleIndexTest, GetEntryCount) {
318 EXPECT_EQ(0, index()->GetEntryCount());
320 EXPECT_EQ(1, index()->GetEntryCount());
322 EXPECT_EQ(2, index()->GetEntryCount());
324 EXPECT_EQ(3, index()->GetEntryCount());
326 EXPECT_EQ(3, index()->GetEntryCount());
328 EXPECT_EQ(2, index()->GetEntryCount());
330 EXPECT_EQ(3, index()->GetEntryCount());
332 EXPECT_EQ(2, index()->GetEntryCount());
    [all...]
  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl_unittest.cc 261 EXPECT_EQ(controller.GetEntryCount(), 0);
347 EXPECT_EQ(controller.GetEntryCount(), 0);
369 EXPECT_EQ(controller.GetEntryCount(), 1);
389 EXPECT_EQ(controller.GetEntryCount(), 1);
412 EXPECT_EQ(controller.GetEntryCount(), 2);
463 ASSERT_EQ(controller.GetEntryCount(), 2);
596 EXPECT_EQ(controller.GetEntryCount(), 1);
636 EXPECT_EQ(controller.GetEntryCount(), 1);
    [all...]
web_contents_screenshot_manager.cc 108 int count = owner_->GetEntryCount();
137 int entry_count = owner_->GetEntryCount();
167 int entry_count = owner_->GetEntryCount();
181 int entry_count = owner_->GetEntryCount();
215 const int num_entries = owner_->GetEntryCount();
navigation_controller_impl.cc 240 DCHECK(GetEntryCount() == 0 && !GetPendingEntry());
474 int NavigationControllerImpl::GetEntryCount() const {
487 if (index < 0 || index >= GetEntryCount())
518 return index >= 0 && index < GetEntryCount();
    [all...]
web_contents_impl_unittest.cc     [all...]
  /external/chromium_org/net/disk_cache/
backend_unittest.cc 144 EXPECT_EQ(2, cache_->GetEntryCount());
150 EXPECT_EQ(2, cache_->GetEntryCount());
153 EXPECT_EQ(1, cache_->GetEntryCount());
159 EXPECT_EQ(0, cache_->GetEntryCount());
166 EXPECT_EQ(0, cache_->GetEntryCount());
619 EXPECT_EQ(100, cache_->GetEntryCount());
638 EXPECT_EQ(0, cache_->GetEntryCount());
792 EXPECT_EQ(0, cache_->GetEntryCount());
842 EXPECT_EQ(1, cache_->GetEntryCount());
846 EXPECT_EQ(0, cache_->GetEntryCount());
    [all...]
tracing_cache_backend.h 25 virtual int32 GetEntryCount() const OVERRIDE;
disk_cache.h 77 virtual int32 GetEntryCount() const = 0;
mem_backend_impl.h 66 virtual int32 GetEntryCount() const OVERRIDE;
  /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;
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());
  /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());
  /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/safe_browsing/
safe_browsing_blocking_page_unittest.cc 329 ASSERT_EQ(1, controller().GetEntryCount());
360 ASSERT_EQ(1, controller().GetEntryCount());
402 ASSERT_EQ(1, controller().GetEntryCount());
458 ASSERT_EQ(1, controller().GetEntryCount());
509 ASSERT_EQ(1, controller().GetEntryCount());
544 ASSERT_EQ(2, controller().GetEntryCount());
558 ASSERT_EQ(2, controller().GetEntryCount());
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 308 items = contents->GetController().GetEntryCount() -
352 int max_count = controller.GetEntryCount();
463 if (controller_index >= 0 && controller_index < controller.GetEntryCount())
  /external/chromium_org/content/public/browser/
navigation_controller.h 252 virtual int GetEntryCount() const = 0;

Completed in 373 milliseconds

1 2 3