Home
last modified time | relevance | path

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

/external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
Dnavigation_collector.js144 sourceUrl: null,
168 this.pending_[id].sourceUrl = data.sourceUrl;
231 sourceUrl: this.pending_[id].sourceUrl, property
260 sourceUrl: this.pending_[id].sourceUrl, property
/external/webkit/Source/WebCore/dom/
DScriptElement.cpp94 void ScriptElement::handleSourceAttribute(const String& sourceUrl) in handleSourceAttribute() argument
96 if (ignoresLoadRequest() || sourceUrl.isEmpty()) in handleSourceAttribute()
241 bool ScriptElement::requestScript(const String& sourceUrl) in requestScript() argument
244 if (!m_element->dispatchBeforeLoadEvent(sourceUrl)) in requestScript()
251 …m_cachedScript = m_element->document()->cachedResourceLoader()->requestScript(sourceUrl, scriptCha… in requestScript()
DScriptElement.h72 void handleSourceAttribute(const String& sourceUrl);
79 bool requestScript(const String& sourceUrl);