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 354 screenshot_ = png_data;
355 if (screenshot_.get())
356 UMA_HISTOGRAM_MEMORY_KB("Overscroll.ScreenshotSize", screenshot_->size());
navigation_entry_impl.h 200 return screenshot_;
264 // gesture. |screenshot_| will be NULL when the screenshot is not available
268 scoped_refptr<base::RefCountedBytes> screenshot_; member in class:content::NavigationEntryImpl

Completed in 39 milliseconds