Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/webui/
Dscreenshot_source.cc78 return current_screenshot_; in GetScreenshot()
101 current_screenshot_ = *current_screenshot; in ScreenshotSource()
103 current_screenshot_.clear(); in ScreenshotSource()
Dscreenshot_source.h34 std::vector<unsigned char> current_screenshot_; variable