Home | History | Annotate | Download | only in webui

Lines Matching refs:tab

87   WebContents* tab = web_ui()->GetWebContents();
89 // Not all new tab pages get timed. In those cases, we don't have a
91 CoreTabHelper* core_tab_helper = CoreTabHelper::FromWebContents(tab);
100 if (event_name == "Tab.NewTabScriptStart") {
101 UMA_HISTOGRAM_TIMES("Tab.NewTabScriptStart", duration);
102 } else if (event_name == "Tab.NewTabDOMContentLoaded") {
103 UMA_HISTOGRAM_TIMES("Tab.NewTabDOMContentLoaded", duration);
104 } else if (event_name == "Tab.NewTabOnload") {
105 UMA_HISTOGRAM_TIMES("Tab.NewTabOnload", duration);
106 // The new tab page has finished loading; reset it.
107 CoreTabHelper* core_tab_helper = CoreTabHelper::FromWebContents(tab);
114 content::Source<WebContents>(tab),