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

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.h 107 webrtc::testing::bwe::Logging::GetInstance()->SetGlobalContext(name); \
185 void SetGlobalContext(uint32_t name);
186 void SetGlobalContext(const std::string& name);
187 void SetGlobalContext(const char* name);
bwe_test_logging.cc 62 void Logging::SetGlobalContext(uint32_t name) {
67 void Logging::SetGlobalContext(const std::string& name) {
72 void Logging::SetGlobalContext(const char* name) {

Completed in 160 milliseconds