OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REMOVE_DATA_MASK_COOKIES
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/public/browser/
storage_partition.h
67
static const uint32
REMOVE_DATA_MASK_COOKIES
= 1 << 1;
/external/chromium_org/content/browser/
storage_partition_impl.cc
198
StoragePartition::
REMOVE_DATA_MASK_COOKIES
;
703
if (remove_mask &
REMOVE_DATA_MASK_COOKIES
) {
Completed in 198 milliseconds