energy_endpointer_params.h | 76 float min_decision_threshold() const { return min_decision_threshold_; } function in class:content::EnergyEndpointerParams 77 void set_min_decision_threshold(float min_decision_threshold) { 78 min_decision_threshold_ = min_decision_threshold;
|