Home
last modified time | relevance | path

Searched refs:is_app_launcher_enabled (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/search/
Dsearch_ipc_router.cc38 void SearchIPCRouter::SetPromoInformation(bool is_app_launcher_enabled) { in SetPromoInformation() argument
43 is_app_launcher_enabled)); in SetPromoInformation()
Dsearch_ipc_router.h120 void SetPromoInformation(bool is_app_launcher_enabled);
/external/chromium_org/chrome/renderer/searchbox/
Dsearchbox.h124 void OnPromoInformationReceived(bool is_app_launcher_enabled);
Dsearchbox.cc388 void SearchBox::OnPromoInformationReceived(bool is_app_launcher_enabled) { in OnPromoInformationReceived() argument
389 app_launcher_enabled_ = is_app_launcher_enabled; in OnPromoInformationReceived()