Searched refs:auto_enable_ (Results 1 – 2 of 2) sorted by relevance
4017 void set_auto_enable(bool value) { auto_enable_ = value; } in set_auto_enable()4018 bool auto_enable() { return auto_enable_; } in auto_enable()4026 bool auto_enable_; variable
416 auto_enable_(false) { in Extension()