Searched refs:substData (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebKit/chromium/src/ |
D | WebWorkerBase.cpp | 184 SubstituteData substData(buf, String("text/html"), String("UTF-8"), KURL()); in initializeLoader() local 185 webFrame->frame()->loader()->load(ResourceRequest(url), substData, false); in initializeLoader()
|
D | WebFrameImpl.cpp | 953 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()
|