Home | History | Annotate | Download | only in win

Lines Matching refs:dataSource

648     return loader ? static_cast<WebDocumentLoader*>(loader)->dataSource() : 0;
651 HRESULT STDMETHODCALLTYPE WebFrame::dataSource(
1476 COMPtr<IWebDataSource> dataSource;
1477 hr = WebFrame::dataSource(&dataSource);
1482 hr = dataSource->response(&urlResponse);