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

  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl.h 28 class CONTENT_EXPORT NavigationControllerImpl
31 NavigationControllerImpl(
34 virtual ~NavigationControllerImpl();
199 // Sets the screenshot manager for this NavigationControllerImpl. The
322 void InsertEntriesFrom(const NavigationControllerImpl& source, int max_index);
407 DISALLOW_COPY_AND_ASSIGN(NavigationControllerImpl);
navigation_controller_impl.cc 52 void NotifyPrunedEntries(NavigationControllerImpl* nav_controller,
133 // NavigationControllerImpl ----------------------------------------------------
138 size_t NavigationControllerImpl::max_entry_count_for_testing_ =
183 base::Time NavigationControllerImpl::TimeSmoother::GetSmoothedTime(
199 NavigationControllerImpl::NavigationControllerImpl(
218 NavigationControllerImpl::~NavigationControllerImpl() {
222 WebContents* NavigationControllerImpl::GetWebContents() const {
226 BrowserContext* NavigationControllerImpl::GetBrowserContext() const
    [all...]

Completed in 1151 milliseconds