Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/qt/
DMediaPlayerPrivateQt.cpp231 QUrl documentUrl = QUrl(QString(document->documentURI())); in commitLoad() local
232 …if (documentUrl.scheme().toLower() == QString::fromLatin1("http") || scheme == QString::fromLatin1… in commitLoad()
233 request.setRawHeader("Referer", documentUrl.toEncoded()); in commitLoad()