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

/external/chromium_org/chrome/browser/prefs/tracked/
H A Dpref_service_hash_store_contents_unittest.cc39 PrefServiceHashStoreContents other_contents("other_store_id",
41 ASSERT_FALSE(other_contents.IsInitialized());
54 PrefServiceHashStoreContents other_contents("other_store_id",
56 (*other_contents.GetMutableContents())
76 PrefServiceHashStoreContents other_contents("other_store_id",
78 ASSERT_TRUE(other_contents.IsInitialized());
82 PrefServiceHashStoreContents other_contents("other_store_id",
84 other_contents.Reset();
100 PrefServiceHashStoreContents other_contents("other_store_id",
102 ASSERT_EQ(NULL, other_contents
[all...]
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl_unittest.cc3343 scoped_ptr<TestWebContents> other_contents(
3345 NavigationControllerImpl& other_controller = other_contents->GetController();
3363 EXPECT_EQ(0, other_contents->GetMaxPageIDForSiteInstance(instance1));
3406 scoped_ptr<TestWebContents> other_contents(
3408 NavigationControllerImpl& other_controller = other_contents->GetController();
3409 other_contents->NavigateAndCommit(url3);
3410 other_contents->ExpectSetHistoryLengthAndPrune(
3437 EXPECT_EQ(1, other_contents->GetMaxPageIDForSiteInstance(instance1));
3438 EXPECT_EQ(0, other_contents->GetMaxPageIDForSiteInstance(instance3));
3454 scoped_ptr<TestWebContents> other_contents(
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc2296 scoped_ptr<TestWebContents> other_contents(
2298 NavigationControllerImpl& other_controller = other_contents->GetController();
2299 other_contents->NavigateAndCommit(url3);
2300 other_contents->ExpectSetHistoryLengthAndPrune(
2313 EXPECT_FALSE(other_contents->ShowingInterstitialPage());
2324 scoped_ptr<TestWebContents> other_contents(
2326 NavigationControllerImpl& other_controller = other_contents->GetController();
2330 other_contents->NavigateAndCommit(url2);
2338 new TestInterstitialPage(other_contents.get(), true, url3, &state,
2372 scoped_ptr<TestWebContents> other_contents(
[all...]
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_model_unittest.cc960 const std::string other_contents; member in struct:bookmarks::__anon6362::TestData
980 PopulateNodeFromString(data[i].other_contents, &other);
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_unittest.cc947 WebContents* other_contents = CreateWebContents(); local
948 tabstrip.InsertWebContentsAt(1, other_contents,

Completed in 674 milliseconds