Searched refs:screenshot_path (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/
H A Dscreenshot_taker.h46 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);
H A Dscreenshot_taker.cc86 void ReadFileAndCopyToClipboardLocal(const base::FilePath& screenshot_path) { argument
90 if (!base::ReadFileToString(screenshot_path, &(png_data->data()))) {
92 << screenshot_path.value();
123 const base::FilePath& screenshot_path)
126 screenshot_path_(screenshot_path) {
181 const base::FilePath& screenshot_path)> ShowNotificationCallback;
184 const base::FilePath& screenshot_path,
200 base::Bind(callback, result, screenshot_path));
204 const base::FilePath& screenshot_path,
207 DCHECK(!screenshot_path
121 ScreenshotTakerNotificationDelegate(bool success, Profile* profile, const base::FilePath& screenshot_path) argument
183 SaveScreenshotInternal(const ShowNotificationCallback& callback, const base::FilePath& screenshot_path, const base::FilePath& local_path, scoped_refptr<base::RefCountedBytes> png_data) argument
203 SaveScreenshot(const ShowNotificationCallback& callback, const base::FilePath& screenshot_path, scoped_refptr<base::RefCountedBytes> png_data) argument
224 SaveScreenshotToDrive(const ShowNotificationCallback& callback, const base::FilePath& screenshot_path, scoped_refptr<base::RefCountedBytes> png_data, drive::FileError error, const base::FilePath& local_path) argument
244 EnsureDirectoryExistsCallback( const ShowNotificationCallback& callback, Profile* profile, const base::FilePath& screenshot_path, scoped_refptr<base::RefCountedBytes> png_data, drive::FileError error) argument
269 PostSaveScreenshotTask(const ShowNotificationCallback& callback, Profile* profile, const base::FilePath& screenshot_path, scoped_refptr<base::RefCountedBytes> png_data) argument
291 PostSaveScreenshotTask(const ShowNotificationCallback& callback, Profile* profile, const base::FilePath& screenshot_path, scoped_refptr<base::RefCountedBytes> png_data) argument
430 base::FilePath screenshot_path = local
459 base::FilePath screenshot_path = local
473 CreateNotification( ScreenshotTakerObserver::Result screenshot_result, const base::FilePath& screenshot_path) argument
510 ShowNotification( ScreenshotTakerObserver::Result screenshot_result, const base::FilePath& screenshot_path) argument
549 GrabWindowSnapshotAsyncCallback( base::FilePath screenshot_path, bool is_partial, int window_idx, scoped_refptr<base::RefCountedBytes> png_data) argument
572 screenshot_path, local
576 GrabPartialWindowSnapshotAsync( aura::Window* window, const gfx::Rect& snapshot_bounds, Profile* profile, base::FilePath screenshot_path) argument
596 GrabFullWindowSnapshotAsync( aura::Window* window, const gfx::Rect& snapshot_bounds, Profile* profile, base::FilePath screenshot_path, int window_idx) argument
[all...]
H A Dscreenshot_taker_unittest.cc51 const base::FilePath& screenshot_path) OVERRIDE {
54 screenshot_path_ = screenshot_path;
/external/chromium_org/chrome/browser/chromeos/login/
H A Dscreenshot_tester.cc106 base::FilePath screenshot_path = local
112 if (!base::CreateDirectory(screenshot_path.DirName())) {
114 << screenshot_path.DirName().value();
118 base::WriteFile(screenshot_path,
157 base::FilePath screenshot_path = golden_screenshots_dir_.AppendASCII( local
159 if (!base::PathExists(screenshot_path)) {
164 base::GetFileSize(screenshot_path, &golden_screenshot_size);
171 base::ReadFile(screenshot_path,
/external/chromium_org/chrome/test/base/
H A Dui_test_utils.h276 // The path to the file produced is returned in |screenshot_path| if non-NULL.
278 base::FilePath* screenshot_path);
282 bool SaveScreenSnapshotToDesktop(base::FilePath* screenshot_path);
H A Dui_test_utils.cc511 base::FilePath* screenshot_path) {
533 if (succeeded && screenshot_path != NULL)
534 *screenshot_path = out_path;
539 bool SaveScreenSnapshotToDesktop(base::FilePath* screenshot_path) { argument
543 SaveScreenSnapshotToDirectory(desktop, screenshot_path);
510 SaveScreenSnapshotToDirectory(const base::FilePath& directory, base::FilePath* screenshot_path) argument
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc649 const base::FilePath& screenshot_path) OVERRIDE {

Completed in 198 milliseconds