Searched defs:screenshot_count (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Dnavigation_entry_screenshot_manager.cc172 int screenshot_count = 0; local
178 screenshot_count++;
180 return screenshot_count;
219 int screenshot_count = GetScreenshotCount(); local
220 if (screenshot_count < kMaxScreenshots)
262 while (screenshot_count > kMaxScreenshots && back >= 0) {
266 --screenshot_count;
270 while (screenshot_count > kMaxScreenshots && forward < num_entries) {
274 --screenshot_count;
277 CHECK_GE(screenshot_count,
[all...]
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc2324 int screenshot_count = CountScreenshots(); local
2328 ASSERT_EQ(CountScreenshots(), screenshot_count + 1); local
2332 ASSERT_EQ(CountScreenshots(), screenshot_count + 1); local

Completed in 2451 milliseconds