OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:store4
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/policy/core/common/cloud/
user_cloud_policy_store_unittest.cc
460
scoped_ptr<UserCloudPolicyStore>
store4
(
465
store4
->SetSigninUsername("foobar@foobar.com");
466
store4
->AddObserver(&observer_);
467
ExpectError(
store4
.get(), CloudPolicyStore::STATUS_VALIDATION_ERROR);
468
store4
->Load();
471
ASSERT_FALSE(
store4
->policy());
472
store4
->RemoveObserver(&observer_);
/external/chromium_org/chrome/browser/prefs/
command_line_pref_store_unittest.cc
157
scoped_refptr<TestCommandLinePrefStore>
store4
=
local
159
EXPECT_TRUE(
store4
->ProxySwitchesAreValid());
Completed in 833 milliseconds