Searched defs:GetScreenshotCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_screenshot_manager.cc113 DCHECK_EQ(GetScreenshotCount(), 0);
165 int WebContentsScreenshotManager::GetScreenshotCount() const { function in class:content::WebContentsScreenshotManager
210 int screenshot_count = GetScreenshotCount();
H A Dnavigation_controller_impl_unittest.cc96 int GetScreenshotCount() { function in class:__anon7826::MockScreenshotManager
97 return content::WebContentsScreenshotManager::GetScreenshotCount();
3722 EXPECT_EQ(10, screenshot_manager->GetScreenshotCount());
3724 EXPECT_EQ(0, screenshot_manager->GetScreenshotCount());

Completed in 92 milliseconds