Searched refs:auto_enable_ (Results 1 – 2 of 2) sorted by relevance
4907 void set_auto_enable(bool value) { auto_enable_ = value; } in set_auto_enable()4908 bool auto_enable() { return auto_enable_; } in auto_enable()4916 bool auto_enable_; variable
643 auto_enable_(false) { in Extension()