Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/options/
Dmanage_profile_overlay.js295 showErrorBubble_: function(errorHtml, mode, disableOKButton) { method in ManageProfileOverlay
396 this.showErrorBubble_(errorHtml, 'create', true);
440 this.showErrorBubble_(errorHtml, mode, true);
682 showErrorBubble_: function(errorHtml) { method in CreateProfileOverlay
683 ManageProfileOverlay.getInstance().showErrorBubble_(errorHtml,
735 this.showErrorBubble_(error);
745 this.showErrorBubble_(warning);