HomeSort by relevance Sort by last modified time
    Searched refs:GetScreenshotCount (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/web_contents/
web_contents_screenshot_manager.h 56 int GetScreenshotCount() const;
web_contents_screenshot_manager.cc 113 DCHECK_EQ(GetScreenshotCount(), 0);
165 int WebContentsScreenshotManager::GetScreenshotCount() const {
210 int screenshot_count = GetScreenshotCount();
navigation_controller_impl_unittest.cc 96 int GetScreenshotCount() {
97 return content::WebContentsScreenshotManager::GetScreenshotCount();
    [all...]

Completed in 167 milliseconds