Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/src/
DWebWorkerBase.cpp184 SubstituteData substData(buf, String("text/html"), String("UTF-8"), KURL()); in initializeLoader() local
185 webFrame->frame()->loader()->load(ResourceRequest(url), substData, false); in initializeLoader()
DWebFrameImpl.cpp953 SubstituteData substData(data, mimeType, textEncoding, unreachableURL); in loadData() local
954 ASSERT(substData.isValid()); in loadData()
967 m_frame->loader()->load(request, substData, false); in loadData()