Searched defs:sourceURL (Results 26 - 36 of 36) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DMainThreadWebSocketChannel.cpp63 MainThreadWebSocketChannel::MainThreadWebSocketChannel(Document* document, WebSocketChannelClient* client, const String& sourceURL, unsigned lineNumber) argument
80 , m_sourceURLAtConstruction(sourceURL)
189 void MainThreadWebSocketChannel::fail(const String& reason, MessageLevel level, const String& sourceURL, unsigned lineNumber) argument
195 m_document->addConsoleMessage(ConsoleMessage::create(JSMessageSource, level, message, sourceURL, lineNumber));
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSharedWorkerImpl.cpp241 void WebSharedWorkerImpl::reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL) argument
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptDebugServer.cpp573 script.sourceURL = toCoreStringWithUndefinedOrNullCheck(object->Get(v8AtomicString(m_isolate, "sourceURL")));
652 void ScriptDebugServer::compileScript(ScriptState* scriptState, const String& expression, const String& sourceURL, String* scriptId, String* exceptionDetailsText, int* lineNumber, int* columnNumber, RefPtrWillBeRawPtr<ScriptCallStack>* stackTrace) argument
660 v8::Local<v8::Script> script = V8ScriptRunner::compileScript(source, sourceURL, TextPosition(), 0, 0, m_isolate);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorCSSAgent.cpp989 PassRefPtr<TypeBuilder::CSS::CSSMedia> InspectorCSSAgent::buildMediaObject(const MediaList* media, MediaListSource mediaListSource, const String& sourceURL, CSSStyleSheet* parentStyleSheet) argument
1058 if (!sourceURL.isEmpty()) {
1059 mediaObject->setSourceURL(sourceURL);
1076 String sourceURL; local
1080 sourceURL = doc->url();
1082 sourceURL = styleSheet->contents()->baseURL();
1084 sourceURL = "";
1085 mediaArray->addItem(buildMediaObject(mediaList, styleSheet->ownerNode() ? MediaListSourceLinkedSheet : MediaListSourceInlineSheet, sourceURL, styleSheet));
1094 String sourceURL; local
1112 sourceURL
[all...]
H A DInspectorDebuggerAgent.cpp320 bool hasSourceURL = !script.sourceURL.isEmpty();
321 return hasSourceURL ? script.sourceURL : script.url;
1066 void InspectorDebuggerAgent::compileScript(ErrorString* errorString, const String& expression, const String& sourceURL, const int* executionContextId, TypeBuilder::OptOutput<ScriptId>* scriptId, RefPtr<ExceptionDetails>& exceptionDetails) argument
1079 scriptDebugServer().compileScript(injectedScript.scriptState(), expression, sourceURL, &scriptIdValue, &exceptionDetailsText, &lineNumberValue, &columnNumberValue, &stackTraceValue);
1347 script.sourceURL = ContentSearchUtils::findSourceURL(script.source, ContentSearchUtils::JavaScriptMagicComment, &deprecated);
1350 bool hasSourceURL = !script.sourceURL.isEmpty();
1351 String scriptURL = hasSourceURL ? script.sourceURL : script.url;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DStylesSidebarPane.js1340 if (media.sourceURL) {
1697 var sourceURL = styleSheetHeader.resourceURL(); variable
1700 var matchingSelectorLocation = new WebInspector.CSSLocation(this._parentPane._target, styleSheetId, sourceURL, lineNumber, columnNumber);
1701 return this._parentPane._linkifier.linkifyCSSLocation(matchingSelectorLocation) || linkifyUncopyable(sourceURL, 0);
1734 var rawLocation = new WebInspector.CSSLocation(target, this.rule.styleSheetId, this.rule.sourceURL, this.rule.lineNumberInSource(index), this.rule.columnNumberInSource(index));
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp2776 void Document::logExceptionToConsole(const String& errorMessage, int scriptId, const String& sourceURL, int lineNumber, int columnNumber, PassRefPtrWillBeRawPtr<ScriptCallStack> callStack) argument
2778 RefPtrWillBeRawPtr<ConsoleMessage> consoleMessage = ConsoleMessage::create(JSMessageSource, ErrorMessageLevel, errorMessage, sourceURL, lineNumber);
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc17561 i::SNPrintF(code, source, "//# sourceURL=eval_url");
17563 i::SNPrintF(code, source, "//@ sourceURL=eval_url");
17644 i::SNPrintF(code, source, "//# sourceURL=source_url");
17646 i::SNPrintF(code, source, "//@ sourceURL=source_url");
17690 i::SNPrintF(code, source, "//# sourceURL=source_url");
17692 i::SNPrintF(code, source, "//@ sourceURL=source_url");
17711 i::SNPrintF(code, source, "//# sourceURL=source_url");
17727 " //# sourceURL=source_url\";\n"
17731 "//# sourceURL=outer_url";
17738 Handle<Value> sourceURL local
17762 Handle<Value> sourceURL = local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 240 milliseconds

12