Searched refs:is_incognito_enabled (Results 1 – 5 of 5) sorted by relevance
167 bool is_incognito_enabled() const { return incognito_enabled_; } in is_incognito_enabled() function
112 pickle->WriteBool(is_incognito_enabled()); in Pickle()
173 bool is_incognito_enabled() const { return incognito_enabled_; } in is_incognito_enabled() function
130 pickle->WriteBool(is_incognito_enabled()); in Pickle()
198 if (only_inject_incognito && !script->is_incognito_enabled()) { in UpdateScripts()