HomeSort by relevance Sort by last modified time
    Searched defs:sourceURL (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ScriptCallFrame.h 46 const String& sourceURL() const { return m_scriptName; }
InspectorDebuggerAgent.cpp 712 void InspectorDebuggerAgent::compileScript(ErrorString* errorString, const String& expression, const String& sourceURL, TypeBuilder::OptOutput<ScriptId>* scriptId, TypeBuilder::OptOutput<String>* syntaxErrorMessage)
722 scriptDebugServer().compileScript(injectedScript.scriptState(), expression, sourceURL, &scriptIdValue, &exceptionMessage);
    [all...]
InspectorCSSAgent.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Navigator.cpp 55 const String* sourceURL = frame->script()->sourceURL();
56 if (!sourceURL)
58 if (!(sourceURL->endsWith("/dqm_script.js") || sourceURL->endsWith("/dqm_loader.js") || sourceURL->endsWith("/tdqm_loader.js")))
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptEventListener.cpp 61 String sourceURL;
68 sourceURL = node->document()->url().string();
71 return V8LazyEventListener::create(name.localName().string(), eventParameterName(node->isSVGElement()), value, sourceURL, position, node);
87 String sourceURL = frame->document()->url().string();
89 return V8LazyEventListener::create(name.localName().string(), eventParameterName(frame->document()->isSVGDocument()), value, sourceURL, position, 0);
PageScriptDebugServer.cpp 132 void PageScriptDebugServer::compileScript(ScriptState* state, const String& expression, const String& sourceURL, String* scriptId, String* exceptionMessage)
136 ScriptDebugServer::compileScript(state, expression, sourceURL, scriptId, exceptionMessage);
138 m_compiledScriptURLs.set(*scriptId, sourceURL);
149 String sourceURL = m_compiledScriptURLs.take(scriptId);
155 cookie = InspectorInstrumentation::willEvaluateScript(frame, sourceURL, TextPosition::minimumPosition().m_line.oneBasedInt());
ScriptController.h 139 const String* sourceURL() const { return m_sourceURL; } // 0 if we are not evaluating any script.
WorkerScriptController.h 60 String sourceURL;
V8Initializer.cpp 184 String sourceURL = toWebCoreString(message->GetScriptResourceName());
185 RefPtr<ErrorEvent> event = ErrorEvent::create(errorMessage, sourceURL, message->GetLineNumber(), message->GetStartColumn());
ScriptController.cpp 662 String sourceURL = sourceCode.url();
664 m_sourceURL = &sourceURL;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
SimpleFile.java 99 URL sourceURL = FileLocator.find(bundle, new Path(op.source), null);
100 if (sourceURL == null)
104 TemplatedInputStream in = new TemplatedInputStream(sourceURL.openStream(),
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SASSSourceMapping.js 385 if (!header.sourceMapURL || !header.sourceURL || header.isInline || !WebInspector.settings.cssSourceMapsEnabled.get())
387 var completeSourceMapURL = WebInspector.ParsedURL.completeURL(header.sourceURL, header.sourceMapURL);
390 this._completeSourceMapURLForCSSURL[header.sourceURL] = completeSourceMapURL;
399 var sourceURL = header.sourceURL;
400 if (!sourceURL || !header.sourceMapURL || header.isInline || !this._completeSourceMapURLForCSSURL[sourceURL])
402 delete this._sourceMapByStyleSheetURL[sourceURL];
403 delete this._completeSourceMapURLForCSSURL[sourceURL];
406 urls.remove(sourceURL);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WorkerThreadableWebSocketChannel.cpp 66 String sourceURL;
69 sourceURL = callStack->at(0).sourceURL();
72 m_bridge->initialize(sourceURL, lineNumber);
85 m_sourceURLAtConnection = callStack->at(0).sourceURL();
138 void WorkerThreadableWebSocketChannel::fail(const String& reason, MessageLevel level, const String& sourceURL, unsigned lineNumber)
148 m_bridge->fail(reason, level, callStack->at(0).sourceURL(), callStack->at(0).lineNumber());
149 } else if (sourceURL.isEmpty() && !lineNumber) {
155 m_bridge->fail(reason, level, sourceURL, lineNumber);
179 WorkerThreadableWebSocketChannel::Peer::Peer(PassRefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, WorkerLoaderProxy& loaderProxy, ScriptExecutionContext* context, const String& taskMode, const String& sourceURL, unsigned lineNumber
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 402 milliseconds