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

/external/chromium/chrome/common/net/gaia/
H A Dgoogle_service_auth_error_unittest.cc17 using test::ExpectStringValue;
43 ExpectStringValue("NONE", *value, "state");
51 ExpectStringValue("CONNECTION_FAILED", *value, "state");
52 ExpectStringValue("net::OK", *value, "networkError");
62 ExpectStringValue("CAPTCHA_REQUIRED", *value, "state");
66 ExpectStringValue("captcha_token", *captcha_value, "token");
67 ExpectStringValue("http://www.google.com/", *captcha_value, "imageUrl");
68 ExpectStringValue("http://www.bing.com/", *captcha_value, "unlockUrl");
/external/chromium/chrome/browser/sync/syncable/
H A Dmodel_type_payload_map_unittest.cc21 using test::ExpectStringValue;
32 ExpectStringValue("bookmarkpayload", *value, "Bookmarks");
33 ExpectStringValue("", *value, "Apps");
H A Dmodel_type_unittest.cc21 void ExpectStringValue(const std::string& expected_str, function in namespace:syncable::__anon2360
33 ExpectStringValue(ModelTypeToString(model_type),
36 ExpectStringValue("Top-level folder",
38 ExpectStringValue("Unspecified",
H A Dsyncable_id_unittest.cc91 void ExpectStringValue(const std::string& expected_str, function in namespace:syncable::__anon2374
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());
H A Dsyncable_unittest.cc44 using test::ExpectStringValue;
286 ExpectStringValue("Unspecified", *value, "serverModelType");
287 ExpectStringValue("Unspecified", *value, "modelType");
/external/chromium/chrome/browser/sync/sessions/
H A Dsession_state_unittest.cc23 using test::ExpectStringValue;
40 ExpectStringValue("PERIODIC", *value, "updatesSource");
103 ExpectStringValue(expected_value,
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi_unittest.cc58 using test::ExpectStringValue;
412 ExpectStringValue(WideToUTF8(node.GetTitle()), value, "title");

Completed in 228 milliseconds