Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/ash/
Dscreenshot_taker.cc400 profile_for_test_(NULL) { in ScreenshotTaker()
582 if (profile_for_test_) in GetProfile()
583 return profile_for_test_; in GetProfile()
598 profile_for_test_ = profile; in SetScreenshotProfileForTest()
Dscreenshot_taker.h93 Profile* profile_for_test_; variable