Home
last modified time | relevance | path

Searched refs:screenshot_path_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/
Dscreenshot_taker_unittest.cc56 screenshot_path_ = screenshot_path; in OnScreenshotCompleted()
94 base::FilePath screenshot_path_; member in ash::test::ScreenshotTakerTest
139 EXPECT_TRUE(base::PathExists(screenshot_path_)); in TEST_F()
Dscreenshot_taker.cc130 screenshot_path_(screenshot_path) { in ScreenshotTakerNotificationDelegate()
141 file_manager::util::ShowItemInFolder(profile_, screenshot_path_); in Click()
152 if (drive::util::IsUnderDriveMountPoint(screenshot_path_)) { in ButtonClick()
156 drive::util::ExtractDrivePath(screenshot_path_), in ButtonClick()
163 &ReadFileAndCopyToClipboardLocal, screenshot_path_)); in ButtonClick()
178 const base::FilePath screenshot_path_; member in __anon14c2a9b50111::ScreenshotTakerNotificationDelegate