Lines Matching refs:dataSource
148 COMPtr<IWebDataSource> dataSource;
149 if (FAILED(frame->dataSource(&dataSource))) {
150 if (FAILED(frame->provisionalDataSource(&dataSource)))
155 if (FAILED(dataSource->request(&request)))
709 COMPtr<IWebDataSource> dataSource;
710 if (SUCCEEDED(frame->dataSource(&dataSource))) {
712 if (SUCCEEDED(dataSource->response(&response)) && response) {