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

/external/chromium_org/chrome/renderer/resources/extensions/
H A Dplatform_app.js29 function disableMethods(object, objectName, methodNames) { function
76 disableMethods(HTMLDocument.prototype, 'document',
81 disableMethods(window.history, 'history',
86 disableMethods(Window.prototype, 'window', ['find']);
90 disableMethods(Window.prototype, 'window', ['alert', 'confirm', 'prompt']);

Completed in 51 milliseconds