OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_sub_del
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.h
128
bool
is_sub_del
;
member in struct:SBChunkDelete
protocol_parser.cc
181
chunk_delete.
is_sub_del
= command[0] == 's';
safe_browsing_database_unittest.cc
266
bool
is_sub_del
) {
270
chunk_delete.
is_sub_del
=
is_sub_del
;
[
all
...]
safe_browsing_util.cc
68
SBChunkDelete::SBChunkDelete() :
is_sub_del
(false) {}
safe_browsing_database.cc
[
all
...]
Completed in 1372 milliseconds