Home
last modified time | relevance | path

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

/external/chromium_org/extensions/renderer/resources/
Dmessaging.js124 sourceUrl) { argument
139 if (sourceUrl != "")
140 $Array.push(errorMsg, "for URL " + sourceUrl);
146 sourceExtensionId, targetExtensionId, sourceUrl, argument
214 [sourceExtensionId, sourceUrl]);
224 sourceUrl, argument
246 if (sourceUrl)
247 sender.url = sourceUrl;
256 sourceExtensionId, targetExtensionId, sourceUrl,
/external/chromium_org/third_party/WebKit/Source/core/dom/
DScriptLoader.cpp91 void ScriptLoader::handleSourceAttribute(const String& sourceUrl) in handleSourceAttribute() argument
93 if (ignoresLoadRequest() || sourceUrl.isEmpty()) in handleSourceAttribute()
248 bool ScriptLoader::fetchScript(const String& sourceUrl) in fetchScript() argument
257 if (!stripLeadingAndTrailingHTMLSpaces(sourceUrl).isEmpty()) { in fetchScript()
258 …FetchRequest request(ResourceRequest(elementDocument->completeURL(sourceUrl)), m_element->localNam… in fetchScript()
DScriptLoader.h72 void handleSourceAttribute(const String& sourceUrl);
81 bool fetchScript(const String& sourceUrl);
/external/chromium_org/chrome/browser/resources/uber/
Duber.js324 var sourceUrl = container.dataset.url + (path || '');
330 frame.src = sourceUrl;
335 frame.contentWindow.location.replace(sourceUrl);
/external/chromium_org/ui/file_manager/file_manager/background/js/
Dfile_operation_manager.js184 entryChangedCallback(status.sourceUrl,
191 progressCallback(status.sourceUrl, status.size);
/external/chromium_org/chrome/common/extensions/api/
Dfile_browser_private.idl338 DOMString? sourceUrl;
669 // |sourceUrl| URL of the source entry to be copied.
673 static void startCopy(DOMString sourceUrl,