HomeSort by relevance Sort by last modified time
    Searched refs:GetRouteId (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/prerender/
prerender_manager_unittest.cc 51 virtual bool GetRouteId(int* route_id) const OVERRIDE {
366 ASSERT_TRUE(pc->GetRouteId(&route_id));
394 ASSERT_TRUE(pc->GetRouteId(&route_id));
prerender_manager.cc 216 bool has_route_id = has_child_id && pc->GetRouteId(&route_id);
300 CHECK(pc->GetRouteId(&route_id));
502 bool has_route_id = has_child_id && entry->GetRouteId(&route_id);
prerender_contents.h 95 virtual bool GetRouteId(int* route_id) const;
prerender_contents.cc 174 bool PrerenderContents::GetRouteId(int* route_id) const {

Completed in 98 milliseconds