Home
last modified time | relevance | path

Searched defs:currentScript (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.cpp638 UScriptCode currentScript = nextScript; in collectCandidateRuns() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h807 …HTMLScriptElement* currentScript() const { return !m_currentScriptStack.isEmpty() ? m_currentScrip… in currentScript() function