Home
last modified time | relevance | path

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

/external/chromium/net/websockets/
Dwebsocket_handshake_handler.cc87 bool should_remove = false; in FilterHeaders() local
91 should_remove = true; in FilterHeaders()
96 if (!should_remove) { in FilterHeaders()
/external/chromium/net/http/
Dhttp_util.cc312 bool should_remove = false; in StripHeaders() local
316 should_remove = true; in StripHeaders()
320 if (!should_remove) { in StripHeaders()