OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpectDictBooleanValue
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/sync/internal_api/public/sessions/
sync_session_snapshot_unittest.cc
16
using base::
ExpectDictBooleanValue
;
75
ExpectDictBooleanValue
(kIsSilenced, *value, "isSilenced");
82
ExpectDictBooleanValue
(false, *value, "notificationsEnabled");
/external/chromium_org/chrome/browser/profile_resetter/
jtl_interpreter_unittest.cc
64
base::
ExpectDictBooleanValue
(true, *interpreter.working_memory(), VAR_HASH_1);
73
base::
ExpectDictBooleanValue
(true, *interpreter.working_memory(), VAR_HASH_1);
92
base::
ExpectDictBooleanValue
(true, *interpreter.working_memory(), VAR_HASH_1);
116
base::
ExpectDictBooleanValue
(true, *interpreter.working_memory(), VAR_HASH_1);
130
base::
ExpectDictBooleanValue
(true, *interpreter.working_memory(), VAR_HASH_1);
146
base::
ExpectDictBooleanValue
(true, *interpreter.working_memory(), VAR_HASH_1);
157
base::
ExpectDictBooleanValue
(true, *interpreter.working_memory(), VAR_HASH_1);
171
base::
ExpectDictBooleanValue
(true, *interpreter.working_memory(), VAR_HASH_1);
172
base::
ExpectDictBooleanValue
(true, *interpreter.working_memory(), VAR_HASH_2);
184
base::
ExpectDictBooleanValue
(true, *interpreter.working_memory(), VAR_HASH_1)
[
all
...]
/external/chromium_org/base/test/
values_test_util.h
22
void
ExpectDictBooleanValue
(bool expected_value,
values_test_util.cc
15
void
ExpectDictBooleanValue
(bool expected_value,
/external/chromium_org/sync/syncable/
directory_unittest.cc
16
using base::
ExpectDictBooleanValue
;
[
all
...]
syncable_unittest.cc
44
using base::
ExpectDictBooleanValue
;
Completed in 559 milliseconds