HomeSort by relevance Sort by last modified time
    Searched refs:profile2_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_browsertest.cc 23 : profile2_(NULL) {}
27 profile2_ = profile;
34 Profile* profile2_; member in class:AppListControllerBrowserTest
66 service->ShowForProfile(profile2_);
68 ASSERT_EQ(profile2_, service->GetCurrentAppListProfile());
  /external/chromium/chrome/browser/extensions/
extension_event_router_forwarder_unittest.cc 53 profile2_ = new TestingProfile();
56 browser_process->profile_manager()->RegisterProfile(profile2_, true);
72 TestingProfile* profile2_; member in class:ExtensionEventRouterForwarderTest
84 profile2_, "", kEventName, kEventArgs, profile2_, url));
101 profile2_, "", kEventName, kEventArgs, profile2_, url));
117 profile2_, "", kEventName, kEventArgs, profile2_, url));
141 CallExtensionEventRouter(profile2_, _, _, _, _, _)).Times(0)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
event_router_forwarder_unittest.cc 110 profile2_ = profile_manager_.CreateTestingProfile("two");
127 TestingProfile* profile2_; member in class:extensions::EventRouterForwarderTest
137 CallEventRouter(profile2_, "", kEventName, profile2_, url));
152 CallEventRouter(profile2_, "", kEventName, profile2_, url));
166 CallEventRouter(profile2_, "", kEventName, profile2_, url));
187 EXPECT_CALL(*event_router.get(), CallEventRouter(profile2_, _, _, _, _))
203 EXPECT_CALL(*event_router.get(), CallEventRouter(profile2_, _, _, _, _)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_apitest.cc 48 profile2_.reset(new testing::NiceMock<MockBluetoothProfile>());
80 scoped_ptr<testing::NiceMock<MockBluetoothProfile> > profile2_; member in class:__anon7173::BluetoothApiTest
169 add_profile_function = new TestBluetoothAddProfileFunction(profile2_.get());
176 add_profile_function = new TestBluetoothAddProfileFunction(profile2_.get());
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 823 profile2_ = profile;
829 Profile* profile2_; member in class:SafeBrowsingServiceShutdownTest
865 PrefService* pref_service2 = profile2_->GetPrefs();
    [all...]

Completed in 96 milliseconds