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

/external/chromium_org/chrome/browser/net/
H A Dpredictor_tab_helper.cc46 content::NavigationController::ReloadType reload_type) {
44 DidStartNavigationToPendingEntry( const GURL& url, content::NavigationController::ReloadType reload_type) argument
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_tab_helper.cc162 NavigationController::ReloadType reload_type) {
163 if (reload_type != NavigationController::NO_RELOAD &&
169 if (reload_type == NavigationController::RELOAD_IGNORING_CACHE)
160 DidStartNavigationToPendingEntry( const GURL& url, NavigationController::ReloadType reload_type) argument
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_navigation_observer.cc118 content::NavigationController::ReloadType reload_type) {
116 DidStartNavigationToPendingEntry( const GURL& url, content::NavigationController::ReloadType reload_type) argument
/external/chromium_org/content/public/browser/
H A Dweb_contents_observer.h97 NavigationController::ReloadType reload_type) {}
95 DidStartNavigationToPendingEntry( const GURL& url, NavigationController::ReloadType reload_type) argument
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_helper.cc1107 content::NavigationController::ReloadType reload_type) {
1105 DidStartNavigationToPendingEntry( const GURL& url, content::NavigationController::ReloadType reload_type) argument
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_settings_handler.cc472 content::NavigationController::ReloadType reload_type) {
473 if (reload_type != content::NavigationController::NO_RELOAD)
470 DidStartNavigationToPendingEntry( const GURL& url, content::NavigationController::ReloadType reload_type) argument
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl.cc265 ReloadType reload_type) {
304 if (reload_type == NavigationControllerImpl::RELOAD_ORIGINAL_REQUEST_URL &&
320 pending_reload_ = reload_type;
348 reload_type = NavigationController::NO_RELOAD;
365 NavigateToPendingEntry(reload_type);
1526 void NavigationControllerImpl::NavigateToPendingEntry(ReloadType reload_type) { argument
1567 if (!delegate_->NavigateToPendingEntry(reload_type))
264 ReloadInternal(bool check_for_repost, ReloadType reload_type) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc185 NavigationController::ReloadType reload_type) {
186 switch (reload_type) {
212 NavigationController::ReloadType reload_type,
239 GetNavigationType(controller.GetBrowserContext(), entry, reload_type);
1665 NavigationController::ReloadType reload_type) {
1668 reload_type);
1700 NavigationController::ReloadType reload_type) {
1742 MakeNavigateParams(entry, controller_, delegate_, reload_type,
1760 DidStartNavigationToPendingEntry(entry.GetURL(), reload_type));
183 GetNavigationType( BrowserContext* browser_context, const NavigationEntryImpl& entry, NavigationController::ReloadType reload_type) argument
209 MakeNavigateParams(const NavigationEntryImpl& entry, const NavigationControllerImpl& controller, WebContentsDelegate* delegate, NavigationController::ReloadType reload_type, ViewMsg_Navigate_Params* params) argument
1664 NavigateToPendingEntry( NavigationController::ReloadType reload_type) argument
1698 NavigateToEntry( const NavigationEntryImpl& entry, NavigationController::ReloadType reload_type) argument

Completed in 101 milliseconds