Home
last modified time | relevance | path

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

/external/chromium_org/net/websockets/
Dwebsocket_handshake_handler.cc98 bool should_remove = false; in FilterHeaders() local
102 should_remove = true; in FilterHeaders()
107 if (!should_remove) { in FilterHeaders()
/external/chromium_org/net/http/
Dhttp_util.cc363 bool should_remove = false; in StripHeaders() local
367 should_remove = true; in StripHeaders()
371 if (!should_remove) { in StripHeaders()