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

  /external/chromium_org/ui/app_list/views/
app_list_view.cc 125 speech_view_(NULL),
274 speech_view_ = new SpeechView(delegate_.get());
275 speech_view_->SetVisible(false);
276 speech_view_->SetPaintToLayer(true);
277 speech_view_->SetFillsBoundsOpaquely(false);
278 speech_view_->layer()->SetOpacity(0.0f);
279 AddChildView(speech_view_);
395 if (speech_view_) {
397 int preferred_height = speech_view_->GetPreferredSize().height();
401 speech_bounds.Inset(-speech_view_->GetInsets())
    [all...]
app_list_view.h 148 SpeechView* speech_view_; member in class:app_list::AppListView

Completed in 39 milliseconds