OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:should_remove
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/websockets/
websocket_handshake_handler.cc
87
bool
should_remove
= false;
local
91
should_remove
= true;
96
if (!
should_remove
) {
/external/chromium/net/http/
http_util.cc
312
bool
should_remove
= false;
local
316
should_remove
= true;
320
if (!
should_remove
) {
/external/chromium_org/net/websockets/
websocket_handshake_handler.cc
98
bool
should_remove
= false;
local
102
should_remove
= true;
107
if (!
should_remove
) {
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc
527
bool
should_remove
= (CountTimestampsData(itr->a) == 0);
local
528
if (
should_remove
) {
536
should_remove
? AutofillChange::REMOVE : AutofillChange::UPDATE;
[
all
...]
Completed in 642 milliseconds