Home | History | Annotate | Download | only in dom

Lines Matching defs:execCommand

4340 // Support for Javascript execCommand, and related methods
4352 bool Document::execCommand(const String& commandName, bool userInterface, const String& value)
4354 // We don't allow recusrive |execCommand()| to protect against attack code.
4355 // Recursive call of |execCommand()| could be happened by moving iframe
4361 String message = "We don't execute document.execCommand() this time, because it is called recursively.";
4371 blink::Platform::current()->histogramSparse("WebCore.Document.execCommand", editorCommand.idForHistogram());