OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetScreenshotCount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/frame_host/
navigation_entry_screenshot_manager.cc
112
DCHECK_EQ(
GetScreenshotCount
(), 0);
166
int NavigationEntryScreenshotManager::
GetScreenshotCount
() const {
214
int screenshot_count =
GetScreenshotCount
();
navigation_controller_impl_unittest.cc
88
int
GetScreenshotCount
() {
89
return content::NavigationEntryScreenshotManager::
GetScreenshotCount
();
[
all
...]
Completed in 138 milliseconds