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

/external/chromium_org/content/public/browser/
H A Dnavigation_controller.h38 // A NavigationController maintains the back-forward list for a WebContents and
41 // Each NavigationController belongs to one WebContents; each WebContents has
42 // exactly one NavigationController.
43 class NavigationController { class in namespace:content
73 // NavigationController.
147 // post data of the load. Ownership is transferred to NavigationController
182 virtual ~NavigationController() {}
192 // Initializes this NavigationController with the given saved navigations,
219 // If you are trying to get the current state of the NavigationController,
249 // Returns the number of entries in the NavigationController, excludin
430 NavigationController() {} function in class:content::NavigationController
[all...]

Completed in 5096 milliseconds