Searched refs:auto_enable_ (Results 1 – 2 of 2) sorted by relevance
5625 void set_auto_enable(bool value) { auto_enable_ = value; } in set_auto_enable()5626 bool auto_enable() { return auto_enable_; } in auto_enable()5638 bool auto_enable_; variable
723 auto_enable_(false) { in Extension()