Home | History | Annotate | Download | only in web_contents

Lines Matching refs:GetMaxPageIDForSiteInstance

348   EXPECT_EQ(-1, contents()->GetMaxPageIDForSiteInstance(instance1));
349 EXPECT_EQ(-1, contents()->GetMaxPageIDForSiteInstance(instance2.get()));
355 EXPECT_EQ(3, contents()->GetMaxPageIDForSiteInstance(instance1));
356 EXPECT_EQ(-1, contents()->GetMaxPageIDForSiteInstance(instance2.get()));
360 EXPECT_EQ(3, contents()->GetMaxPageIDForSiteInstance(instance1));
361 EXPECT_EQ(7, contents()->GetMaxPageIDForSiteInstance(instance2.get()));