OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_page_service
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.cc
27
#include "chrome/browser/ui/app_list/
start_page_service
.h"
212
app_list::StartPageService*
start_page_service
=
local
214
if (
start_page_service
)
215
start_page_service
->RemoveObserver(this);
244
app_list::StartPageService*
start_page_service
=
local
246
if (
start_page_service
)
247
start_page_service
->AddObserver(this);
249
speech_ui_->SetSpeechRecognitionState(
start_page_service
250
?
start_page_service
->state()
/external/chromium_org/chrome/browser/ui/webui/
voicesearch_ui.cc
19
#include "chrome/browser/ui/app_list/
start_page_service
.h"
316
app_list::StartPageService*
start_page_service
=
local
318
if (
start_page_service
) {
320
start_page_service
->state();
Completed in 232 milliseconds