OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_incognito_enabled
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/extensions/
user_script.h
167
bool
is_incognito_enabled
() const { return incognito_enabled_; }
function in class:UserScript
user_script.cc
112
pickle->WriteBool(
is_incognito_enabled
());
Completed in 30 milliseconds