Searched refs:IsReload (Results 1 – 4 of 4) sorted by relevance
25 bool IsReload(const content::LoadCommittedDetails& details) { in IsReload() function45 navigation_details.is_reload = IsReload(details); in NavigationDetailsFromLoadCommittedDetails()110 const bool ignore = ignore_next_reload_ && IsReload(load_details); in NavigationEntryCommitted()
631 static bool IsReload(const FrameMsg_Navigate_Params& params);
346 bool RenderViewImpl::IsReload(const FrameMsg_Navigate_Params& params) { in IsReload() function in content::RenderViewImpl2322 if (IsReload(params)) in PopulateDocumentStateFromPending()
820 bool is_reload = RenderViewImpl::IsReload(params); in OnNavigate()