HomeSort by relevance Sort by last modified time
    Searched defs:ExpectStringValue (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sync/syncable/
syncable_id_unittest.cc 91 void ExpectStringValue(const std::string& expected_str,
102 ExpectStringValue("r", Id::CreateFromServerId("0").ToValue());
103 ExpectStringValue("svalue", Id::CreateFromServerId("value").ToValue());
105 ExpectStringValue("r", Id::CreateFromClientString("0").ToValue());
106 ExpectStringValue("cvalue", Id::CreateFromClientString("value").ToValue());
model_type_unittest.cc 21 void ExpectStringValue(const std::string& expected_str,
33 ExpectStringValue(ModelTypeToString(model_type),
36 ExpectStringValue("Top-level folder",
38 ExpectStringValue("Unspecified",

Completed in 24 milliseconds