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

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_screenshot_manager.h22 // WebContentsScreenshotManager takes care of taking image-captures for the
26 class CONTENT_EXPORT WebContentsScreenshotManager { class in namespace:content
28 explicit WebContentsScreenshotManager(NavigationControllerImpl* controller);
29 virtual ~WebContentsScreenshotManager();
78 // does not trigger on a destroyed WebContentsScreenshotManager.
79 base::WeakPtrFactory<WebContentsScreenshotManager> screenshot_factory_;
84 DISALLOW_COPY_AND_ASSIGN(WebContentsScreenshotManager);
H A Dweb_contents_screenshot_manager.cc62 WebContentsScreenshotManager::WebContentsScreenshotManager( function in class:content::WebContentsScreenshotManager
69 WebContentsScreenshotManager::~WebContentsScreenshotManager() {
72 void WebContentsScreenshotManager::TakeScreenshot() {
107 void WebContentsScreenshotManager::ClearAllScreenshots() {
116 void WebContentsScreenshotManager::TakeScreenshotImpl(
123 base::Bind(&WebContentsScreenshotManager::OnScreenshotTaken,
128 void WebContentsScreenshotManager::SetMinScreenshotIntervalMS(int interval_ms) {
133 void WebContentsScreenshotManager
[all...]

Completed in 266 milliseconds