Home
last modified time | relevance | path

Searched defs:webDataSource (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/win/
DWebCachedFramePlatformData.h37 WebCachedFramePlatformData(IWebDataSource* webDataSource) : m_webDataSource(webDataSource) { } in WebCachedFramePlatformData()
39 IWebDataSource* webDataSource() { return m_webDataSource.get(); } in webDataSource() function
DWebFrame.cpp589 WebDataSource* webDataSource = getWebDataSource(coreFrame->loader()->documentLoader()); in dataSource() local
613 … WebDataSource* webDataSource = getWebDataSource(coreFrame->loader()->provisionalDocumentLoader()); in provisionalDataSource() local