HomeSort by relevance Sort by last modified time
    Searched refs:screenshot_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/frame_host/
navigation_entry_impl.cc 341 screenshot_ = png_data;
342 if (screenshot_.get())
343 UMA_HISTOGRAM_MEMORY_KB("Overscroll.ScreenshotSize", screenshot_->size());
navigation_entry_impl.h 207 return screenshot_;
271 // gesture. |screenshot_| will be NULL when the screenshot is not available
275 scoped_refptr<base::RefCountedBytes> screenshot_; member in class:content::NavigationEntryImpl

Completed in 21 milliseconds