Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DPage.cpp647 Vector<char> styleSheetAsUTF8; in userStyleSheetLocationChanged() local
648 …if (base64Decode(decodeURLEscapeSequences(url.string().substring(35)), styleSheetAsUTF8, IgnoreWhi… in userStyleSheetLocationChanged()
649 m_userStyleSheet = String::fromUTF8(styleSheetAsUTF8.data(), styleSheetAsUTF8.size()); in userStyleSheetLocationChanged()