Searched refs:is_error_shown (Results 1 – 3 of 3) sorted by relevance
29 virtual bool is_error_shown() = 0;
37 virtual bool is_error_shown() { return bubble_ != NULL; } in is_error_shown() function
377 if (delegate_->is_error_shown()) { in OnKeyPressed()