Home | History | Annotate | Download | only in webui

Lines Matching defs:screenshot

95 // Compare two screenshot filepaths, which include the screenshot timestamp
96 // in the format of screenshot-yyyymmdd-hhmmss.png. Return true if |filepath1|
202 // Do not refresh screenshot, do not create a new tab.
217 // instead to grab the screenshot. We want everything on the screen, not
312 source->AddLocalizedString("current-screenshot",
314 source->AddLocalizedString("saved-screenshot",
327 source->AddLocalizedString("choose-different-screenshot",
329 source->AddLocalizedString("choose-original-screenshot",
377 // Make sure we don't leave any screenshot data around.
383 // setting the screenshot to NULL, effectively disabling the source
467 // Note: We don't need to setup a screenshot source if we're using a
469 // case we don't actually have a screenshot anyway.
547 StringValue screenshot(current_screenshot);
548 web_ui()->CallJavascriptFunction("setupCurrentScreenshot", screenshot);
725 base::FilePath screenshot = screenshots.Next();
728 while (!screenshot.empty()) {
729 screenshot_filepaths.push_back(screenshot.BaseName().value());
730 screenshot = screenshots.Next();