Searched refs:reload_type (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/content/browser/frame_host/
H A Dnavigator.cc17 NavigationController::ReloadType reload_type) {
15 NavigateToPendingEntry( RenderFrameHostImpl* render_frame_host, NavigationController::ReloadType reload_type) argument
H A Dnavigator_impl.h31 NavigationController::ReloadType reload_type,
55 NavigationController::ReloadType reload_type) OVERRIDE;
84 NavigationController::ReloadType reload_type);
H A Dnavigator_impl.cc42 NavigationController::ReloadType reload_type) {
43 switch (reload_type) {
88 NavigationController::ReloadType reload_type,
116 GetNavigationType(controller.GetBrowserContext(), entry, reload_type);
299 NavigationController::ReloadType reload_type) {
327 entry, *controller_, reload_type, navigation_start, &navigate_params);
351 entry, *controller_, reload_type, navigation_start, &navigate_params);
387 reload_type);
395 NavigationController::ReloadType reload_type) {
399 reload_type);
40 GetNavigationType( BrowserContext* browser_context, const NavigationEntryImpl& entry, NavigationController::ReloadType reload_type) argument
85 MakeNavigateParams( const NavigationEntryImpl& entry, const NavigationControllerImpl& controller, NavigationController::ReloadType reload_type, base::TimeTicks navigation_start, FrameMsg_Navigate_Params* params) argument
296 NavigateToEntry( RenderFrameHostImpl* render_frame_host, const NavigationEntryImpl& entry, NavigationController::ReloadType reload_type) argument
393 NavigateToPendingEntry( RenderFrameHostImpl* render_frame_host, NavigationController::ReloadType reload_type) argument
[all...]
H A Dnavigation_controller_delegate.h53 NavigationController::ReloadType reload_type) = 0;
H A Dnavigator.h82 NavigationController::ReloadType reload_type);
H A Dnavigator_delegate.h91 NavigationController::ReloadType reload_type) {}
88 DidStartNavigationToPendingEntry( RenderFrameHostImpl* render_frame_host, const GURL& url, NavigationController::ReloadType reload_type) argument
H A Dnavigation_controller_impl.h278 void ReloadInternal(bool check_for_repost, ReloadType reload_type);
281 void NavigateToPendingEntry(ReloadType reload_type);
/external/chromium_org/chrome/browser/net/
H A Dpredictor_tab_helper.h24 content::NavigationController::ReloadType reload_type) OVERRIDE;
H A Dpredictor_tab_helper.cc26 content::NavigationController::ReloadType reload_type) {
24 DidStartNavigationToPendingEntry( const GURL& url, content::NavigationController::ReloadType reload_type) argument
H A Dnet_error_tab_helper.h51 content::NavigationController::ReloadType reload_type) OVERRIDE;
H A Dnet_error_tab_helper.cc82 content::NavigationController::ReloadType reload_type) {
89 if (reload_type != content::NavigationController::NO_RELOAD) {
80 DidStartNavigationToPendingEntry( const GURL& url, content::NavigationController::ReloadType reload_type) argument
/external/chromium_org/android_webview/browser/
H A Dicon_helper.cc100 content::NavigationController::ReloadType reload_type) {
101 if (reload_type == content::NavigationController::RELOAD_IGNORING_CACHE)
98 DidStartNavigationToPendingEntry( const GURL& url, content::NavigationController::ReloadType reload_type) argument
H A Dicon_helper.h49 content::NavigationController::ReloadType reload_type) OVERRIDE;
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_service.h66 content::NavigationController::ReloadType reload_type) OVERRIDE;
H A Dinfobar_service.cc104 content::NavigationController::ReloadType reload_type) {
102 DidStartNavigationToPendingEntry( const GURL& url, content::NavigationController::ReloadType reload_type) argument
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_navigation_observer.h83 content::NavigationController::ReloadType reload_type) OVERRIDE;
H A Domnibox_navigation_observer.cc117 content::NavigationController::ReloadType reload_type) {
115 DidStartNavigationToPendingEntry( const GURL& url, content::NavigationController::ReloadType reload_type) argument
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_loader_handler.h73 content::NavigationController::ReloadType reload_type) OVERRIDE;
H A Dextension_loader_handler.cc268 content::NavigationController::ReloadType reload_type) {
273 if (reload_type != content::NavigationController::NO_RELOAD)
266 DidStartNavigationToPendingEntry( const GURL& url, content::NavigationController::ReloadType reload_type) argument
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_tab_helper.h100 content::NavigationController::ReloadType reload_type) OVERRIDE;
H A Dfavicon_tab_helper.cc205 NavigationController::ReloadType reload_type) {
206 if (reload_type != NavigationController::NO_RELOAD &&
212 if (reload_type == NavigationController::RELOAD_IGNORING_CACHE)
203 DidStartNavigationToPendingEntry( const GURL& url, NavigationController::ReloadType reload_type) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dsession_crashed_bubble_view.h81 content::NavigationController::ReloadType reload_type) OVERRIDE;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_instant_controller_unittest.cc67 content::NavigationController::ReloadType reload_type) OVERRIDE {
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_tab_helper.h148 content::NavigationController::ReloadType reload_type) OVERRIDE;
/external/chromium_org/content/public/browser/
H A Dweb_contents_observer.h115 NavigationController::ReloadType reload_type) {}
113 DidStartNavigationToPendingEntry( const GURL& url, NavigationController::ReloadType reload_type) argument

Completed in 707 milliseconds

12