OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:actual_profile
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/sync/test/integration/
extension_settings_helper.cc
60
bool AreSettingsSame(Profile* expected_profile, Profile*
actual_profile
) {
64
actual_profile
->GetExtensionService()->extensions()->size()) {
74
scoped_ptr<DictionaryValue> actual(GetAllSettings(
actual_profile
, id));
/external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc
610
std::string
actual_profile
;
local
614
create_service_path_, flimflam::kProfileProperty, &
actual_profile
));
615
EXPECT_EQ(ShillProfileClientStub::kSharedProfilePath,
actual_profile
);
Completed in 52 milliseconds