Home
last modified time | relevance | path

Searched refs:contentStr (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/tests/ceftests/
Dstream_unittest.cc13 const char* contentStr = contents.c_str(); in VerifyStreamReadBehavior() local
34 ASSERT_TRUE(!memcmp(contentStr + offset, buff, res)); in VerifyStreamReadBehavior()
46 const char* contentStr = contents.c_str(); in VerifyStreamWriteBehavior() local
52 res = static_cast<int>(stream->Write(contentStr + offset, 1, write)); in VerifyStreamWriteBehavior()