Searched refs:ExpectStringValue (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sync/syncable/
H A Dsyncable_id_unittest.cc87 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",
H A Dmodel_type_unittest.cc23 base::ExpectStringValue(ModelTypeToString(model_type),
26 base::ExpectStringValue("Top-level folder",
28 base::ExpectStringValue("Unspecified",
/external/chromium_org/base/test/
H A Dvalues_test_util.h43 void ExpectStringValue(const std::string& expected_str,
H A Dvalues_test_util.cc55 void ExpectStringValue(const std::string& expected_str, function in namespace:base

Completed in 144 milliseconds