IsURLInPageNavigation  771 content/browser/frame_host/navigation_controller_impl.cc   details->is_in_page = IsURLInPageNavigation(
IsURLInPageNavigation  158 content/browser/frame_host/navigation_controller_impl.h   bool IsURLInPageNavigation(const GURL& url) const {
IsURLInPageNavigation  159 content/browser/frame_host/navigation_controller_impl.h     return IsURLInPageNavigation(url, false, NAVIGATION_TYPE_UNKNOWN);
IsURLInPageNavigation  167 content/browser/frame_host/navigation_controller_impl.h   bool IsURLInPageNavigation(
IsURLInPageNavigation 2931 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_FALSE(controller.IsURLInPageNavigation(url));
IsURLInPageNavigation 2933 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_FALSE(controller.IsURLInPageNavigation(other_url));
IsURLInPageNavigation 2935 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_TRUE(controller.IsURLInPageNavigation(url_with_ref));
IsURLInPageNavigation 2941 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_FALSE(controller.IsURLInPageNavigation(url_with_ref));
IsURLInPageNavigation 2942 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_FALSE(controller.IsURLInPageNavigation(url));
IsURLInPageNavigation 2943 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_FALSE(controller.IsURLInPageNavigation(other_url));
IsURLInPageNavigation 2945 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_TRUE(controller.IsURLInPageNavigation(other_url_with_ref));
IsURLInPageNavigation 2949 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_TRUE(controller.IsURLInPageNavigation(url_with_ref, true,
IsURLInPageNavigation 2954 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_TRUE(controller.IsURLInPageNavigation(url, true,