Searched refs:kMessageFormatError (Results 1 – 3 of 3) sorted by relevance
/third_party/cef/tests/cefclient/browser/ |
D | server_test.cc | 24 const int kMessageFormatError = 1; variable 239 callback->Failure(kMessageFormatError, "Incorrect message format"); in OnQuery() 254 callback->Failure(kMessageFormatError, "Unrecognized action: " + action); in OnQuery() 288 callback->Failure(kMessageFormatError, "Invalid port number specified"); in HandleStartAction() 366 kMessageFormatError, in VerifyKey()
|
D | preferences_test.cc | 24 const int kMessageFormatError = 1; variable 63 callback->Failure(kMessageFormatError, "Incorrect message format"); in OnQuery() 229 kMessageFormatError, in VerifyKey()
|
D | media_router_test.cc | 23 const int kMessageFormatError = 1; variable 398 SendFailure(callback, kMessageFormatError, "Incorrect message format"); in OnQuery() 411 SendFailure(callback, kMessageFormatError, in OnQuery() 519 callback, kMessageFormatError, in VerifyKey()
|