Searched refs:GetRouteId (Results 1 – 4 of 4) sorted by relevance
51 virtual bool GetRouteId(int* route_id) const OVERRIDE { in GetRouteId() function in prerender::__anon1b26a3f40111::DummyPrerenderContents366 ASSERT_TRUE(pc->GetRouteId(&route_id)); in TEST_F()394 ASSERT_TRUE(pc->GetRouteId(&route_id)); in TEST_F()
216 bool has_route_id = has_child_id && pc->GetRouteId(&route_id); in AddPendingPreload()300 CHECK(pc->GetRouteId(&route_id)); in MaybeUsePreloadedPage()502 bool has_route_id = has_child_id && entry->GetRouteId(&route_id); in RemovePendingPreload()
95 virtual bool GetRouteId(int* route_id) const;
174 bool PrerenderContents::GetRouteId(int* route_id) const { in GetRouteId() function in prerender::PrerenderContents