Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/webui/ntp/
Dnew_tab_ui.cc69 static base::LazyInstance<std::set<const WebUIController*> > g_live_new_tabs; variable
87 g_live_new_tabs.Pointer()->insert(this); in NewTabUI()
146 g_live_new_tabs.Pointer()->erase(this); in ~NewTabUI()
295 if (!g_live_new_tabs.Pointer()->count(ui)) in FromWebUIController()