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

  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.cc 60 const base::FilePath& screenshot_path)
62 screenshot_path_(screenshot_path) {
97 const base::FilePath& screenshot_path)> ShowNotificationCallback;
100 const base::FilePath& screenshot_path,
116 base::Bind(callback, result, screenshot_path));
120 const base::FilePath& screenshot_path,
123 DCHECK(!screenshot_path.empty());
125 if (!file_util::CreateDirectory(screenshot_path.DirName())) {
127 << screenshot_path.DirName().value();
132 screenshot_path));
263 base::FilePath screenshot_path = local
269 screenshot_path, local
299 base::FilePath screenshot_path = local
306 screenshot_path, local
    [all...]
screenshot_taker.h 45 const base::FilePath& screenshot_path) = 0;
65 const base::FilePath& screenshot_path);
81 const base::FilePath& screenshot_path);
screenshot_taker_unittest.cc 53 const base::FilePath& screenshot_path) OVERRIDE {
56 screenshot_path_ = screenshot_path;
  /external/chromium_org/chrome/browser/ui/webui/
screenshot_source.h 64 ScreenshotDataPtr GetCachedScreenshot(const std::string& screenshot_path);
88 void SendScreenshot(const std::string& screenshot_path,
94 const std::string& screenshot_path,
100 const std::string& screenshot_path,
110 const std::string& screenshot_path,
screenshot_source.cc 161 const std::string& screenshot_path) {
163 std::string path = screenshot_path.substr(
164 0, screenshot_path.find_first_of("?"));
173 const std::string& screenshot_path,
177 std::string path = screenshot_path.substr(
178 0, screenshot_path.find_first_of("?"));
205 base::Unretained(this), screenshot_path, callback));
211 screenshot_path,
223 const std::string& screenshot_path,
230 CacheAndSendScreenshot(screenshot_path, callback, read_bytes)
    [all...]
feedback_ui.cc 608 std::string screenshot_path; local
609 (*i++)->GetAsString(&screenshot_path);
610 screenshot_path.erase(0, strlen(ScreenshotSource::kScreenshotUrlRoot));
614 if (!screenshot_path.empty() && screenshot_source_)
615 image_ptr = screenshot_source_->GetCachedScreenshot(screenshot_path);
  /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_org/chrome/test/base/
ui_test_utils.h 282 // The path to the file produced is returned in |screenshot_path| if non-NULL.
284 base::FilePath* screenshot_path);
288 bool SaveScreenSnapshotToDesktop(base::FilePath* screenshot_path);
ui_test_utils.cc 486 base::FilePath* screenshot_path) {
508 if (succeeded && screenshot_path != NULL)
509 *screenshot_path = out_path;
514 bool SaveScreenSnapshotToDesktop(base::FilePath* screenshot_path) {
518 SaveScreenSnapshotToDirectory(desktop, 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);
  /build/
envsetup.sh     [all...]

Completed in 280 milliseconds