OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REMOVE_CONTENT_LICENSES
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.h
91
REMOVE_CONTENT_LICENSES
= 1 << 13,
121
REMOVE_CONTENT_LICENSES
,
browsing_data_remover.cc
665
if (remove_mask &
REMOVE_CONTENT_LICENSES
) {
[
all
...]
browsing_data_remover_unittest.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/options/
clear_browser_data_handler.cc
188
remove_mask |= BrowsingDataRemover::
REMOVE_CONTENT_LICENSES
;
Completed in 92 milliseconds