Home | History | Annotate | Download | only in local_ntp

Lines Matching defs:IDS

51  * Enum for HTML element ids.
55 var IDS = {
353 var customStyleElement = $(IDS.CUSTOM_THEME_STYLE);
385 customStyleElement.id = IDS.CUSTOM_THEME_STYLE;
561 // Why iframes have IDs:
570 // Giving iframes distinct ids seems to cause some invalidation and prevent
943 tilesContainer = $(IDS.TILES);
944 notification = $(IDS.NOTIFICATION);
945 attribution = $(IDS.ATTRIBUTION);
946 ntpContents = $(IDS.NTP_CONTENTS);
956 logo.id = IDS.LOGO;
959 fakebox.id = IDS.FAKEBOX;
961 '<input id="' + IDS.FAKEBOX_INPUT +
974 recentTabsLink.id = IDS.RECENT_TABS;
985 var notificationMessage = $(IDS.NOTIFICATION_MESSAGE);
988 var undoLink = $(IDS.UNDO_LINK);
992 var restoreAllLink = $(IDS.RESTORE_ALL_LINK);
997 $(IDS.ATTRIBUTION_TEXT).textContent =
1000 var notificationCloseButton = $(IDS.NOTIFICATION_CLOSE_BUTTON);
1035 var inputbox = $(IDS.FAKEBOX_INPUT);
1058 $(IDS.NOTIFICATION).dir = 'rtl';
1061 $(IDS.TILES).dir = 'rtl';