NavigationEntryScreenshotManager  214 content/browser/frame_host/navigation_controller_impl.cc       screenshot_manager_(new NavigationEntryScreenshotManager(this)) {
NavigationEntryScreenshotManager  514 content/browser/frame_host/navigation_controller_impl.cc     NavigationEntryScreenshotManager* manager) {
NavigationEntryScreenshotManager  516 content/browser/frame_host/navigation_controller_impl.cc                             new NavigationEntryScreenshotManager(this));
NavigationEntryScreenshotManager   24 content/browser/frame_host/navigation_controller_impl.h class NavigationEntryScreenshotManager;
NavigationEntryScreenshotManager  205 content/browser/frame_host/navigation_controller_impl.h   void SetScreenshotManager(NavigationEntryScreenshotManager* manager);
NavigationEntryScreenshotManager  415 content/browser/frame_host/navigation_controller_impl.h   scoped_ptr<NavigationEntryScreenshotManager> screenshot_manager_;
NavigationEntryScreenshotManager   70 content/browser/frame_host/navigation_controller_impl_unittest.cc class MockScreenshotManager : public content::NavigationEntryScreenshotManager {
NavigationEntryScreenshotManager   73 content/browser/frame_host/navigation_controller_impl_unittest.cc       : content::NavigationEntryScreenshotManager(owner),
NavigationEntryScreenshotManager   91 content/browser/frame_host/navigation_controller_impl_unittest.cc     return content::NavigationEntryScreenshotManager::GetScreenshotCount();
NavigationEntryScreenshotManager  110 content/browser/frame_host/navigation_controller_impl_unittest.cc     NavigationEntryScreenshotManager::OnScreenshotSet(entry);
NavigationEntryScreenshotManager   78 content/browser/frame_host/navigation_entry_screenshot_manager.cc NavigationEntryScreenshotManager::NavigationEntryScreenshotManager(
NavigationEntryScreenshotManager   85 content/browser/frame_host/navigation_entry_screenshot_manager.cc NavigationEntryScreenshotManager::~NavigationEntryScreenshotManager() {
NavigationEntryScreenshotManager   88 content/browser/frame_host/navigation_entry_screenshot_manager.cc void NavigationEntryScreenshotManager::TakeScreenshot() {
NavigationEntryScreenshotManager  123 content/browser/frame_host/navigation_entry_screenshot_manager.cc void NavigationEntryScreenshotManager::ClearAllScreenshots() {
NavigationEntryScreenshotManager  132 content/browser/frame_host/navigation_entry_screenshot_manager.cc void NavigationEntryScreenshotManager::TakeScreenshotImpl(
NavigationEntryScreenshotManager  141 content/browser/frame_host/navigation_entry_screenshot_manager.cc       base::Bind(&NavigationEntryScreenshotManager::OnScreenshotTaken,
NavigationEntryScreenshotManager  147 content/browser/frame_host/navigation_entry_screenshot_manager.cc void NavigationEntryScreenshotManager::SetMinScreenshotIntervalMS(
NavigationEntryScreenshotManager  153 content/browser/frame_host/navigation_entry_screenshot_manager.cc void NavigationEntryScreenshotManager::OnScreenshotTaken(int unique_id,
NavigationEntryScreenshotManager  180 content/browser/frame_host/navigation_entry_screenshot_manager.cc       base::Bind(&NavigationEntryScreenshotManager::OnScreenshotEncodeComplete,
NavigationEntryScreenshotManager  186 content/browser/frame_host/navigation_entry_screenshot_manager.cc int NavigationEntryScreenshotManager::GetScreenshotCount() const {
NavigationEntryScreenshotManager  198 content/browser/frame_host/navigation_entry_screenshot_manager.cc void NavigationEntryScreenshotManager::OnScreenshotEncodeComplete(
NavigationEntryScreenshotManager  216 content/browser/frame_host/navigation_entry_screenshot_manager.cc void NavigationEntryScreenshotManager::OnScreenshotSet(
NavigationEntryScreenshotManager  222 content/browser/frame_host/navigation_entry_screenshot_manager.cc bool NavigationEntryScreenshotManager::ClearScreenshot(
NavigationEntryScreenshotManager  231 content/browser/frame_host/navigation_entry_screenshot_manager.cc void NavigationEntryScreenshotManager::PurgeScreenshotsIfNecessary() {
NavigationEntryScreenshotManager   26 content/browser/frame_host/navigation_entry_screenshot_manager.h class CONTENT_EXPORT NavigationEntryScreenshotManager {
NavigationEntryScreenshotManager   28 content/browser/frame_host/navigation_entry_screenshot_manager.h   explicit NavigationEntryScreenshotManager(
NavigationEntryScreenshotManager   30 content/browser/frame_host/navigation_entry_screenshot_manager.h   virtual ~NavigationEntryScreenshotManager();
NavigationEntryScreenshotManager   80 content/browser/frame_host/navigation_entry_screenshot_manager.h   base::WeakPtrFactory<NavigationEntryScreenshotManager> screenshot_factory_;
NavigationEntryScreenshotManager   85 content/browser/frame_host/navigation_entry_screenshot_manager.h   DISALLOW_COPY_AND_ASSIGN(NavigationEntryScreenshotManager);
NavigationEntryScreenshotManager   37 content/browser/web_contents/web_contents_view_aura_browsertest.cc class ScreenshotTracker : public NavigationEntryScreenshotManager {
NavigationEntryScreenshotManager   40 content/browser/web_contents/web_contents_view_aura_browsertest.cc       : NavigationEntryScreenshotManager(controller),
NavigationEntryScreenshotManager   76 content/browser/web_contents/web_contents_view_aura_browsertest.cc     NavigationEntryScreenshotManager::TakeScreenshotImpl(host, entry);
NavigationEntryScreenshotManager   82 content/browser/web_contents/web_contents_view_aura_browsertest.cc     NavigationEntryScreenshotManager::OnScreenshotSet(entry);