Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/workers/
H A DWorkerContext.cpp345 if (!m_domURL) in webkitURL()
346 m_domURL = DOMURL::create(this->scriptExecutionContext()); in webkitURL()
347 return m_domURL.get(); in webkitURL()
H A DWorkerContext.h201 mutable RefPtr<DOMURL> m_domURL; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DDOMWindow.cpp1860 if (!m_domURL) in webkitURL()
1861 m_domURL = DOMURL::create(this->scriptExecutionContext()); in webkitURL()
1862 return m_domURL.get(); in webkitURL()
H A DDOMWindow.h477 mutable RefPtr<DOMURL> m_domURL; variable