Searched refs:navigation_entry_committed_counter_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl_unittest.cc188 NavigationControllerTest() : navigation_entry_committed_counter_(0) {
207 navigation_entry_committed_counter_++;
220 size_t navigation_entry_committed_counter_; member in class:content::NavigationControllerTest
294 EXPECT_EQ(1U, navigation_entry_committed_counter_);
295 navigation_entry_committed_counter_ = 0;
303 EXPECT_EQ(1U, navigation_entry_committed_counter_);
304 navigation_entry_committed_counter_ = 0;
338 EXPECT_EQ(1U, navigation_entry_committed_counter_);
339 navigation_entry_committed_counter_ = 0;
382 EXPECT_EQ(1U, navigation_entry_committed_counter_);
[all...]

Completed in 700 milliseconds