Home
last modified time | relevance | path

Searched defs:sourceCode (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptPreprocessor.cpp75 String ScriptPreprocessor::preprocessSourceCode(const String& sourceCode, const String& sourceName) in preprocessSourceCode()
83 String ScriptPreprocessor::preprocessSourceCode(const String& sourceCode, const String& sourceName,… in preprocessSourceCode()
92 String ScriptPreprocessor::preprocessSourceCode(const String& sourceCode, const String& sourceName,… in preprocessSourceCode()
DScriptStreamerTest.cpp163 ScriptSourceCode sourceCode = pendingScript().getSource(KURL(), errorOccurred); in TEST_F() local
196 ScriptSourceCode sourceCode = pendingScript().getSource(KURL(), errorOccurred); in TEST_F() local
251 ScriptSourceCode sourceCode = pendingScript().getSource(KURL(), errorOccurred); in TEST_F() local
275 ScriptSourceCode sourceCode = pendingScript().getSource(KURL(), errorOccurred); in TEST_F() local
DScriptController.cpp575 void ScriptController::executeScriptInMainWorld(const ScriptSourceCode& sourceCode, AccessControlSt… in executeScriptInMainWorld()
581 …Value> ScriptController::executeScriptInMainWorldAndReturnValue(const ScriptSourceCode& sourceCode) in executeScriptInMainWorldAndReturnValue()
586 v8::Local<v8::Value> ScriptController::evaluateScriptInMainWorld(const ScriptSourceCode& sourceCode in evaluateScriptInMainWorld()
DWorkerScriptController.cpp241 void WorkerScriptController::evaluate(const ScriptSourceCode& sourceCode, RefPtrWillBeRawPtr<ErrorE… in evaluate()
DPageScriptDebugServer.cpp294 …ourceCode> PageScriptDebugServer::preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode) in preprocess()
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DCompilingClassLoader.java109 public CompilingClassLoader(ClassLoader parent, String className, CharSequence sourceCode, in CompilingClassLoader()
133 private boolean compileSourceCodeToByteCode(String className, CharSequence sourceCode, in compileSourceCodeToByteCode()
/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerThreadStartupData.cpp38 …readStartupData(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerTh… in WorkerThreadStartupData()
DWorkerThreadStartupData.h50 …tupData> create(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerTh… in create()
DWorkerMessagingProxy.cpp110 …rkerGlobalScope(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerTh… in startWorkerGlobalScope()
DWorkerThread.cpp249 String sourceCode = m_startupData->m_sourceCode; in initialize() local
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLScriptRunner.cpp128 …ScriptSourceCode sourceCode = pendingScript.getSource(documentURLForScriptExecution(m_document), e… in executePendingScriptAndDispatchEvent() local
332 …ScriptSourceCode sourceCode(script->textContent(), documentURLForScriptExecution(m_document), scri… in runScript() local
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInstrumentationCustomInl.h72 …line PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode) in preprocess()
DInspectorInstrumentation.cpp135 …pl(InstrumentingAgents* instrumentingAgents, LocalFrame* frame, const ScriptSourceCode& sourceCode) in preprocessImpl()
DInspectorDebuggerAgent.cpp301 …urceCode> InspectorDebuggerAgent::preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode) in preprocess()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DScriptLoader.cpp298 void ScriptLoader::executeScript(const ScriptSourceCode& sourceCode, double* compilationFinishTime) in executeScript()
/external/chromium_org/third_party/WebKit/Source/web/
DWebDocument.cpp212 void WebDocument::insertStyleSheet(const WebString& sourceCode) in insertStyleSheet()
DWebViewImpl.cpp3820 void WebView::injectStyleSheet(const WebString& sourceCode, const WebVector<WebString>& patternsIn,… in injectStyleSheet()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
DWorkspace.js601 function filterUnsaved(sourceCode) argument
/external/chromium_org/third_party/polymer/components-chromium/core-component-page/
Dcore-component-page-extracted.js2592 function appendDecorations(basePos, sourceCode, langHandler, out) { argument
2595 sourceCode: sourceCode, property
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLDocumentParser.cpp465 ScriptSourceCode sourceCode(m_pendingScript.get()); in notifyFinished() local