GetScreenshotCount   91 content/browser/frame_host/navigation_controller_impl_unittest.cc     return content::NavigationEntryScreenshotManager::GetScreenshotCount();
GetScreenshotCount 3988 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(10, screenshot_manager->GetScreenshotCount());
GetScreenshotCount 3990 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(0, screenshot_manager->GetScreenshotCount());
GetScreenshotCount  129 content/browser/frame_host/navigation_entry_screenshot_manager.cc   DCHECK_EQ(GetScreenshotCount(), 0);
GetScreenshotCount  234 content/browser/frame_host/navigation_entry_screenshot_manager.cc   int screenshot_count = GetScreenshotCount();
GetScreenshotCount   57 content/browser/frame_host/navigation_entry_screenshot_manager.h   int GetScreenshotCount() const;