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

  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.h 46 const base::FilePath& screenshot_path) = 0;
66 const base::FilePath& screenshot_path);
76 base::FilePath screenshot_path,
83 base::FilePath screenshot_path);
87 base::FilePath screenshot_path,
98 const base::FilePath& screenshot_path);
screenshot_taker.cc 88 void ReadFileAndCopyToClipboardLocal(const base::FilePath& screenshot_path) {
92 if (!base::ReadFileToString(screenshot_path, &(png_data->data()))) {
94 << screenshot_path.value();
125 const base::FilePath& screenshot_path)
128 screenshot_path_(screenshot_path) {
183 const base::FilePath& screenshot_path)> ShowNotificationCallback;
186 const base::FilePath& screenshot_path,
202 base::Bind(callback, result, screenshot_path));
206 const base::FilePath& screenshot_path,
209 DCHECK(!screenshot_path.empty())
432 base::FilePath screenshot_path = local
461 base::FilePath screenshot_path = local
574 screenshot_path, local
    [all...]
screenshot_taker_unittest.cc 51 const base::FilePath& screenshot_path) OVERRIDE {
54 screenshot_path_ = screenshot_path;
  /frameworks/native/cmds/dumpstate/
dumpstate.c 44 static char screenshot_path[PATH_MAX] = ""; variable
139 if (screenshot_path[0]) {
141 run_command(NULL, 10, "/system/bin/screencap", "-p", screenshot_path, NULL);
142 ALOGI("wrote screenshot: %s\n", screenshot_path);
522 strlcpy(screenshot_path, path, sizeof(screenshot_path));
523 strlcat(screenshot_path, ".png", sizeof(screenshot_path));
559 "--es", "android.intent.extra.SCREENSHOT", screenshot_path,
  /external/chromium_org/chrome/test/base/
ui_test_utils.h 280 // The path to the file produced is returned in |screenshot_path| if non-NULL.
282 base::FilePath* screenshot_path);
286 bool SaveScreenSnapshotToDesktop(base::FilePath* screenshot_path);
ui_test_utils.cc 520 base::FilePath* screenshot_path) {
542 if (succeeded && screenshot_path != NULL)
543 *screenshot_path = out_path;
548 bool SaveScreenSnapshotToDesktop(base::FilePath* screenshot_path) {
552 SaveScreenSnapshotToDirectory(desktop, screenshot_path);
  /build/
envsetup.sh     [all...]
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 627 const base::FilePath& screenshot_path) OVERRIDE {
    [all...]

Completed in 835 milliseconds