Home
last modified time | relevance | path

Searched refs:baseElementURL (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DCSSPreloadScanner.cpp216 … KURL baseElementURL; // FIXME: This should be passed in from the HTMLPreloadScaner via scan()! in emitRule() local
218 … PreloadRequest::create(FetchInitiatorTypeNames::css, position, url, baseElementURL, Resource::CSS… in emitRule()
DHTMLDocumentParser.cpp571 m_preloadScanner->scan(m_preloader.get(), document()->baseElementURL()); in pumpTokenizer()
648 m_insertionPreloadScanner->scan(m_preloader.get(), document()->baseElementURL()); in insert()
718 m_preloadScanner->scan(m_preloader.get(), document()->baseElementURL()); in append()
907 m_preloadScanner->scan(m_preloader.get(), document()->baseElementURL()); in appendCurrentInputStreamToPreloadScannerAndScan()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp2668 KURL baseElementURL; in processBaseElement() local
2672 baseElementURL = KURL(url(), strippedHref); in processBaseElement()
2674 … if (m_baseElementURL != baseElementURL && contentSecurityPolicy()->allowBaseURI(baseElementURL)) { in processBaseElement()
2675 m_baseElementURL = baseElementURL; in processBaseElement()
DDocument.h539 const KURL& baseElementURL() const { return m_baseElementURL; } in baseElementURL() function