Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dchannel.cc639 const size_t kMaxMessageSize = GetConfiguration().max_message_num_bytes; in OnReadComplete() local
641 legacy_header->num_bytes > kMaxMessageSize) { in OnReadComplete()
/external/webrtc/pc/
Dpeer_connection_integrationtest.cc3721 static constexpr size_t kMaxMessageSize = 4096; in TEST_P() local
3726 (rand() % kMaxMessageSize) + 1; // NOLINT (rand_r instead of rand) in TEST_P()