OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddExpectation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/settings/
cros_settings_unittest.cc
74
void
AddExpectation
(const std::string& pref_name, base::Value* value) {
110
AddExpectation
(kAccountsPrefAllowGuest,
119
AddExpectation
(kAccountsPrefAllowGuest,
129
AddExpectation
(kAccountsPrefAllowNewUser,
131
AddExpectation
(kAccountsPrefUsers, whitelist.DeepCopy());
141
AddExpectation
(kAccountsPrefAllowNewUser,
143
AddExpectation
(kAccountsPrefUsers, whitelist);
157
AddExpectation
(kAccountsPrefAllowNewUser,
159
AddExpectation
(kAccountsPrefUsers, whitelist.DeepCopy());
165
AddExpectation
(kAccountsPrefUsers, expected_list)
[
all
...]
/external/chromium/testing/gmock/src/
gmock-spec-builders.cc
768
void Sequence::
AddExpectation
(const Expectation& expectation) const {
Completed in 36 milliseconds