OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_screenshot_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/webui/
screenshot_source.h
34
std::vector<unsigned char>
current_screenshot_
;
member in class:ScreenshotSource
screenshot_source.cc
78
return
current_screenshot_
;
101
current_screenshot_
= *current_screenshot;
103
current_screenshot_
.clear();
Completed in 421 milliseconds