HomeSort by relevance Sort by last modified time
    Searched refs:bubbles_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller.cc 24 DCHECK(bubbles_.empty());
43 DCHECK_EQ(0u, bubbles_.count(caller_id));
49 bubbles_[caller_id] = bubble;
92 TabContents* tab_contents = bubbles_[caller_id]->tab_contents();
93 for (BubbleCallerIdMap::iterator iter = bubbles_.begin();
94 iter != bubbles_.end(); ++iter) {
118 BubbleCallerIdMap::iterator iter = bubbles_.begin();
119 while (iter != bubbles_.end()) {
129 iter = bubbles_.begin();
151 if (!bubbles_.count(caller_id)
    [all...]
speech_input_bubble_controller.h 133 BubbleCallerIdMap bubbles_; member in class:speech_input::SpeechInputBubbleController

Completed in 37 milliseconds