OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:speech_view_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/app_list/views/
app_list_view.cc
120
speech_view_
(NULL),
270
speech_view_
= new SpeechView(delegate_.get());
271
speech_view_
->SetVisible(false);
273
speech_view_
->SetPaintToLayer(true);
274
speech_view_
->SetFillsBoundsOpaquely(false);
275
speech_view_
->layer()->SetOpacity(0.0f);
277
AddChildView(
speech_view_
);
372
if (
speech_view_
) {
374
int preferred_height =
speech_view_
->GetPreferredSize().height();
378
speech_bounds.Inset(-
speech_view_
->GetInsets())
[
all
...]
app_list_view.h
144
SpeechView*
speech_view_
;
member in class:app_list::AppListView
Completed in 21 milliseconds