Searched refs:MSG_NO_TITLE (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
H A Dbackground.js15 var MSG_NO_TITLE = chrome.i18n.getMessage('noTitle'); variable
282 out.title = node.firstChild ? node.firstChild.nodeValue : MSG_NO_TITLE;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
H A Dbackground.js15 var MSG_NO_TITLE = chrome.i18n.getMessage('noTitle'); variable
284 out.title = node.firstChild ? node.firstChild.nodeValue : MSG_NO_TITLE;

Completed in 49 milliseconds