Searched refs:AlertOverlay (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/resources/options/
H A Dalert_overlay.js9 * AlertOverlay class
13 function AlertOverlay() {
17 cr.addSingletonGetter(AlertOverlay);
19 AlertOverlay.prototype = {
20 // Inherit AlertOverlay from OptionsPage.
25 * shown via AlertOverlay.Show(), and not via the address bar.
100 AlertOverlay.show = function(
130 var alertOverlay = AlertOverlay.getInstance();
142 AlertOverlay: AlertOverlay
[all...]
H A Doptions.js7 var AlertOverlay = options.AlertOverlay; variable
130 OptionsPage.registerOverlay(AlertOverlay.getInstance());
H A Dabout_page.js135 AlertOverlay.show(
H A Dcertificate_manager.js98 AlertOverlay.show(
H A Dpersonal_options.js98 AlertOverlay.show(localStrings.getString('stop_syncing_title'),

Completed in 353 milliseconds