Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/
DConsoleBase.h59 void dirxml(ScriptState*, PassRefPtr<ScriptArguments>);
DConsoleBase.cpp76 void ConsoleBase::dirxml(ScriptState* state, PassRefPtr<ScriptArguments> arguments) in dirxml() function in WebCore::ConsoleBase
DConsoleBase.idl39 [CallWith=ScriptArguments&ScriptState] void dirxml();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptSource.js1319 dirxml: function(var_args) method in CommandLineAPIImpl
1321 return inspectedWindow.console.dirxml.apply(inspectedWindow.console, arguments)