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

/external/chromium_org/chrome/browser/ui/app_list/
H A Dprofile_loader_unittest.cc20 profile2_.reset(
51 scoped_ptr<FakeProfile> profile2_; member in class:ProfileLoaderUnittest
61 StartLoadingProfile(profile2_.get());
65 FinishLoadingProfile(profile2_.get());
66 EXPECT_EQ(profile2_.get(), last_callback_result_);
91 StartLoadingProfile(profile2_.get());
99 FinishLoadingProfile(profile2_.get());
H A Dapp_list_service_interactive_uitest.cc36 : profile2_(NULL) {}
38 void InitSecondProfile() { profile2_ = test::CreateSecondProfileAsync(); }
41 Profile* profile2_; member in class:AppListServiceInteractiveTest
99 controller->ShowForProfileByPath(profile2_->GetPath());
105 ASSERT_EQ(profile2_, service->GetCurrentAppListProfile());
130 controller->ShowForProfileByPath(profile2_->GetPath());
137 ASSERT_EQ(profile2_, service->GetCurrentAppListProfile());
H A Dapp_list_service_unittest.cc98 profile2_.reset(
126 scoped_ptr<FakeProfile> profile2_; member in class:AppListServiceUnitTest
174 profile_store_->LoadProfile(profile2_.get());
176 service_->SetProfilePath(profile2_->GetPath());
178 EXPECT_EQ(profile2_.get(), service_->showing_for_profile());
179 EXPECT_EQ(profile2_->GetPath(),
H A Dapp_list_shower_views_unittest.cc68 profile2_ = CreateProfile("p2").Pass();
94 scoped_ptr<FakeProfile> profile2_; member in class:AppListShowerUnitTest
160 shower_->ShowForProfile(profile2_.get());
/external/chromium_org/chrome/browser/extensions/
H A Devent_router_forwarder_unittest.cc108 profile2_ = profile_manager_.CreateTestingProfile("two");
116 TestingProfile* profile2_; member in class:extensions::EventRouterForwarderTest
126 CallEventRouter(profile2_, "", kEventName, profile2_, url));
141 CallEventRouter(profile2_, "", kEventName, profile2_, url));
155 CallEventRouter(profile2_, "", kEventName, profile2_, url));
176 EXPECT_CALL(*event_router.get(), CallEventRouter(profile2_, _, _, _, _))
192 EXPECT_CALL(*event_router.get(), CallEventRouter(profile2_,
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_service_browsertest.cc936 profile2_ = profile;
942 Profile* profile2_; member in class:SafeBrowsingServiceShutdownTest
978 PrefService* pref_service2 = profile2_->GetPrefs();

Completed in 164 milliseconds