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

  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.cc 90 void ReadFileAndCopyToClipboardLocal(const base::FilePath& screenshot_path) {
94 if (!base::ReadFileToString(screenshot_path, &(png_data->data()))) {
96 << screenshot_path.value();
127 const base::FilePath& screenshot_path)
130 screenshot_path_(screenshot_path) {
185 const base::FilePath& screenshot_path)> ShowNotificationCallback;
188 const base::FilePath& screenshot_path,
204 base::Bind(callback, result, screenshot_path));
208 const base::FilePath& screenshot_path,
211 DCHECK(!screenshot_path.empty())
439 base::FilePath screenshot_path = local
445 screenshot_path, local
481 base::FilePath screenshot_path = local
488 screenshot_path, local
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.c 44 static char screenshot_path[PATH_MAX] = ""; variable
105 if (screenshot_path[0]) {
107 run_command(NULL, 10, "/system/bin/screencap", "-p", screenshot_path, NULL);
108 ALOGI("wrote screenshot: %s\n", screenshot_path);
455 strlcpy(screenshot_path, path, sizeof(screenshot_path));
456 strlcat(screenshot_path, ".png", sizeof(screenshot_path));
501 "--es", "android.intent.extra.SCREENSHOT", screenshot_path,
  /external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc 630 std::string screenshot_path; local
631 (*i)->GetAsString(&screenshot_path);
632 screenshot_path.erase(0, strlen(kScreenshotBaseUrl));
636 if (!screenshot_path.empty())
637 image = screenshot_source_->GetScreenshot(screenshot_path);

Completed in 856 milliseconds