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

  /external/chromium/net/http/
http_util.cc 312 bool should_remove = false; local
316 should_remove = true;
320 if (!should_remove) {
  /external/chromium/net/websockets/
websocket_handshake_handler.cc 87 bool should_remove = false; local
91 should_remove = true;
96 if (!should_remove) {
  /external/chromium_org/net/http/
http_util.cc 364 bool should_remove = false;
368 should_remove = true;
372 if (!should_remove) {
  /external/chromium_org/net/websockets/
websocket_handshake_handler.cc 101 bool should_remove = false; local
105 should_remove = true;
110 if (!should_remove) {
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc 526 bool should_remove = (CountTimestampsData(itr->a) == 0); local
527 if (should_remove) {
535 should_remove ? AutofillChange::REMOVE : AutofillChange::UPDATE;
    [all...]

Completed in 604 milliseconds