HomeSort by relevance Sort by last modified time
    Searched defs:WebContentsScreenshotManager (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/web_contents/
web_contents_screenshot_manager.h 22 // WebContentsScreenshotManager takes care of taking image-captures for the
26 class CONTENT_EXPORT WebContentsScreenshotManager {
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);
web_contents_screenshot_manager.cc 62 WebContentsScreenshotManager::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::OnScreenshotTaken(int unique_id
    [all...]

Completed in 37 milliseconds