Searched refs:is_entirely_whitespace (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dlogging.cc242 bool is_entirely_whitespace = true; local
246 is_entirely_whitespace = false;
253 if (consecutive_unprintable && is_entirely_whitespace) {
/external/chromium_org/third_party/webrtc/base/
H A Dlogging.cc568 bool is_entirely_whitespace = true; local
572 is_entirely_whitespace = false;
579 if (consecutive_unprintable && is_entirely_whitespace) {

Completed in 419 milliseconds