OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpectStringValue
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sync/syncable/
syncable_id_unittest.cc
87
base::
ExpectStringValue
("r", Id::CreateFromServerId("0").ToValue());
88
base::
ExpectStringValue
("svalue", Id::CreateFromServerId("value").ToValue());
90
base::
ExpectStringValue
("r", Id::CreateFromClientString("0").ToValue());
91
base::
ExpectStringValue
("cvalue",
model_type_unittest.cc
23
base::
ExpectStringValue
(ModelTypeToString(model_type),
26
base::
ExpectStringValue
("Top-level folder",
28
base::
ExpectStringValue
("Unspecified",
/external/chromium_org/base/test/
values_test_util.h
43
void
ExpectStringValue
(const std::string& expected_str,
values_test_util.cc
55
void
ExpectStringValue
(const std::string& expected_str,
Completed in 753 milliseconds