Searched defs:test_profile (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dsettings_window_manager_browsertest.cc160 Profile* test_profile = CreateTestProfile(); local
161 ASSERT_TRUE(test_profile);
173 ShowSettingsForProfile(test_profile);
175 settings_manager_->FindBrowserForProfile(test_profile);
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_manager_render_view_host_unittest.cc1298 TestingProfile* test_profile = local
1300 test_profile->ForceIncognito(true);
1305 test_profile->ForceIncognito(false); // Get back to non incognito.
1449 TestingProfile* test_profile = local
1452 extensions::ExtensionSystem::Get(test_profile))->CreateProcessManager();
1453 test_profile->ForceIncognito(true);
1456 << test_profile->IsOffTheRecord());
1470 test_profile->ForceIncognito(false);
1485 test_profile->ForceIncognito(true);
1488 << test_profile
[all...]

Completed in 574 milliseconds