Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/search/
Dsearch_ipc_router.h134 void SetPromoInformation(bool is_app_launcher_enabled);
Dsearch_ipc_router.cc64 void SearchIPCRouter::SetPromoInformation(bool is_app_launcher_enabled) { in SetPromoInformation() function in SearchIPCRouter
Dsearch_ipc_router_unittest.cc651 GetSearchIPCRouter().SetPromoInformation(true); in TEST_F()
662 GetSearchIPCRouter().SetPromoInformation(false); in TEST_F()
Dsearch_tab_helper.cc292 ipc_router_.SetPromoInformation(IsAppLauncherEnabled()); in RenderViewCreated()