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

/external/chromium_org/chrome/browser/extensions/
H A Devent_router_forwarder_unittest.cc107 profile1_ = profile_manager_.CreateTestingProfile("one");
115 TestingProfile* profile1_; member in class:extensions::EventRouterForwarderTest
124 CallEventRouter(profile1_, "", kEventName, profile1_, url));
135 Profile* incognito = profile1_->GetOffTheRecordProfile();
137 CallEventRouter(profile1_, "", kEventName, profile1_, url));
153 CallEventRouter(profile1_, "", kEventName, profile1_, url));
175 CallEventRouter(profile1_, "", kEventNam
[all...]
/external/chromium_org/chrome/browser/ui/app_list/
H A Dprofile_loader_unittest.cc18 profile1_.reset(
50 scoped_ptr<FakeProfile> profile1_; member in class:ProfileLoaderUnittest
58 StartLoadingProfile(profile1_.get());
62 FinishLoadingProfile(profile1_.get());
74 StartLoadingProfile(profile1_.get());
78 FinishLoadingProfile(profile1_.get());
87 StartLoadingProfile(profile1_.get());
95 FinishLoadingProfile(profile1_.get());
108 StartLoadingProfile(profile1_.get());
115 FinishLoadingProfile(profile1_
[all...]
H A Dapp_list_service_unittest.cc96 profile1_.reset(
117 service_->EnableAppList(profile1_.get(),
125 scoped_ptr<FakeProfile> profile1_; member in class:AppListServiceUnitTest
135 EXPECT_EQ(profile1_->GetPath(), user_data_dir_.Append(
140 profile_store_->LoadProfile(profile1_.get());
143 EXPECT_EQ(profile1_.get(), service_->showing_for_profile());
149 profile_store_->RemoveProfile(profile1_.get());
160 profile_store_->RemoveProfile(profile1_.get());
173 profile_store_->LoadProfile(profile1_.get());
181 service_->SetProfilePath(profile1_
[all...]
H A Dapp_list_shower_views_unittest.cc67 profile1_ = CreateProfile("p1").Pass();
93 scoped_ptr<FakeProfile> profile1_; member in class:AppListShowerUnitTest
107 shower_->ShowForProfile(profile1_.get());
114 shower_->ShowForProfile(profile1_.get());
123 shower_->ShowForProfile(profile1_.get());
128 shower_->ShowForProfile(profile1_.get());
133 shower_->ShowForProfile(profile1_.get());
137 shower_->ShowForProfile(profile1_.get());
142 shower_->ShowForProfile(profile1_.get());
151 shower_->ShowForProfile(profile1_
[all...]

Completed in 2258 milliseconds