Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptController.cpp511 const int javascriptSchemeLength = sizeof("javascript:") - 1; in executeScriptIfJavaScriptURL() local
517 … evaluateScriptInMainWorld(ScriptSourceCode(decodedURL.substring(javascriptSchemeLength)), NotShar… in executeScriptIfJavaScriptURL()