Home | Sort by relevance Sort by last modified time |
/external/chromium_org/chrome_frame/test/ | |
navigation_test.cc | 416 page1_ = CFInvocation(type1); 419 CFInvocation page1_; member in struct:chrome_frame_test::NavigationTransitionTestParameter 432 page1_ = GetParam().page1_; 437 CFInvocation page1_; member in class:chrome_frame_test::NavigationTransitionTest 485 ie_mock_.ExpectNavigation(page1_.invokes_cf(), parent_url); 486 server_mock_.ExpectAndServeRequest(page1_, parent_url); 487 EXPECT_CALL(ie_mock_, OnLoad(page1_.invokes_cf(), StrEq(parent_url))); 497 bool expect_cf = page1_.invokes_cf() || page2_.invokes_cf(); 499 new_window_mock.ExpectJavascriptWindowOpenNavigation(page1_.invokes_cf() [all...] |