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

  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc 252 const int profile_b_; member in class:autofill_helper::__anon9358::KeysMatchStatusChecker
259 profile_b_(profile_b) {
266 return KeysMatch(profile_a_, profile_b_);
436 const int profile_b_; member in class:autofill_helper::__anon9360::ProfilesMatchStatusChecker
442 : profile_a_(profile_a), profile_b_(profile_b), registered_(false) {
447 PersonalDataManager* pdm_b = GetPersonalDataManager(profile_b_);
456 PersonalDataManager* pdm_b = GetPersonalDataManager(profile_b_);
464 profile_a_, autofill_profiles_a, profile_b_, autofill_profiles_b);
469 PersonalDataManager* pdm_b = GetPersonalDataManager(profile_b_);
  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac_unittest.cc 174 .WillRepeatedly(Return(&profile_b_));
208 TestingProfile profile_b_; member in class:apps::ExtensionAppShimHandlerTest
259 LaunchApp(&profile_b_, extension_b_.get(), some_file));
261 EXPECT_EQ(&host_bb_, handler_->FindHost(&profile_b_, kTestAppIdB));
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_sync_unittest.cc 215 scoped_ptr<TestingProfile> profile_b_; member in class:TemplateURLServiceSyncTest
237 profile_b_.reset(new TestingProfile);
239 RegisterUserPrefsOnBrowserContextForTest(profile_b_.get());
240 model_b_.reset(new TemplateURLService(profile_b_.get()));
    [all...]

Completed in 59 milliseconds