Searched refs:current_bubble_caller_id_ (Results 1 – 2 of 2) sorted by relevance
19 current_bubble_caller_id_(0), in SpeechInputBubbleController()157 if (current_bubble_caller_id_ && current_bubble_caller_id_ != caller_id) in ProcessRequestInUiThread()158 bubbles_[current_bubble_caller_id_]->Hide(); in ProcessRequestInUiThread()159 current_bubble_caller_id_ = caller_id; in ProcessRequestInUiThread()180 if (current_bubble_caller_id_ == caller_id) in ProcessRequestInUiThread()181 current_bubble_caller_id_ = 0; in ProcessRequestInUiThread()198 DCHECK(current_bubble_caller_id_); in InfoBubbleButtonClicked()205 current_bubble_caller_id_, button)); in InfoBubbleButtonClicked()210 DCHECK(current_bubble_caller_id_); in InfoBubbleFocusChanged()212 int old_bubble_caller_id = current_bubble_caller_id_; in InfoBubbleFocusChanged()[all …]
128 int current_bubble_caller_id_; variable