HomeSort by relevance Sort by last modified time
    Searched defs:NavigationControllerImpl (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.h 28 class CONTENT_EXPORT NavigationControllerImpl
31 NavigationControllerImpl(
34 virtual ~NavigationControllerImpl();
200 // Sets the screenshot manager for this NavigationControllerImpl. The
329 void InsertEntriesFrom(const NavigationControllerImpl& source, int max_index);
417 DISALLOW_COPY_AND_ASSIGN(NavigationControllerImpl);
navigation_controller_impl.cc 52 void NotifyPrunedEntries(NavigationControllerImpl* nav_controller,
148 // NavigationControllerImpl ----------------------------------------------------
153 size_t NavigationControllerImpl::max_entry_count_for_testing_ =
198 base::Time NavigationControllerImpl::TimeSmoother::GetSmoothedTime(
214 NavigationControllerImpl::NavigationControllerImpl(
234 NavigationControllerImpl::~NavigationControllerImpl() {
238 WebContents* NavigationControllerImpl::GetWebContents() const {
242 BrowserContext* NavigationControllerImpl::GetBrowserContext() const
    [all...]