Searched defs:NavigationController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dnavigation_controller.h33 // A NavigationController maintains the back-forward list for a WebContents and
36 // Each NavigationController belongs to one WebContents; each WebContents has
37 // exactly one NavigationController.
38 class NavigationController { class in namespace:content
68 // NavigationController.
149 // post data of the load. Ownership is transferred to NavigationController
184 virtual ~NavigationController() {}
194 // Initializes this NavigationController with the given saved navigations,
253 // Returns the number of entries in the NavigationController, excluding
286 // NavigationController become
445 NavigationController() {} function in class:content::NavigationController
[all...]
/external/chromium_org/content/public/android/java/src/org/chromium/content_public/browser/
H A DNavigationController.java10 * The NavigationController Java wrapper to allow communicating with the native
11 * NavigationController object.
13 public interface NavigationController { interface
84 * Load url without fixing up the url string. Consumers of NavigationController are
92 * Clears NavigationController's page history in both backwards and
99 * Get a copy of the navigation history of NavigationController.
100 * @return navigation history of NavigationController.
105 * Get the navigation history of NavigationController from current navigation entry index
115 * Get Original URL for current Navigation entry of NavigationController.
122 * Clears SSL preferences for this NavigationController
[all...]

Completed in 3538 milliseconds