OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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_
; }
168
void set_incognito_enabled(bool enabled) {
incognito_enabled_
= enabled; }
231
bool
incognito_enabled_
;
member in class:UserScript
user_script.cc
64
match_all_frames_(false),
incognito_enabled_
(false) {
158
CHECK(pickle.ReadBool(iter, &
incognito_enabled_
));
Completed in 385 milliseconds