Searched refs:getWebDataSource (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp88 static WebDataSource* getWebDataSource(DocumentLoader* loader) function
203 resourceLoadDelegate->identifierForInitialRequest(webView, webURLRequest.get(), getWebDataSource(loader), identifier);
218 if (SUCCEEDED(resourceLoadDelegatePrivate->shouldUseCredentialStorage(webView, identifier, getWebDataSource(loader), &shouldUse)))
233 if (SUCCEEDED(resourceLoadDelegate->didReceiveAuthenticationChallenge(webView, identifier, webChallenge.get(), getWebDataSource(loader))))
253 resourceLoadDelegate->didCancelAuthenticationChallenge(webView, identifier, webChallenge.get(), getWebDataSource(loader));
267 if (FAILED(resourceLoadDelegate->willSendRequest(webView, identifier, webURLRequest.get(), webURLRedirectResponse.get(), getWebDataSource(loader), &newWebURLRequest)))
293 resourceLoadDelegate->didReceiveResponse(webView, identifier, webURLResponse.get(), getWebDataSource(loader));
303 resourceLoadDelegate->didReceiveContentLength(webView, identifier, length, getWebDataSource(loader));
313 resourceLoadDelegate->didFinishLoadingFromDataSource(webView, identifier, getWebDataSource(loader));
324 resourceLoadDelegate->didFailLoadingWithError(webView, identifier, webError.get(), getWebDataSource(loade
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebFrame.cpp652 static inline WebDataSource *getWebDataSource(DocumentLoader* loader) function
671 WebDataSource* webDataSource = getWebDataSource(coreFrame->loader()->documentLoader());
695 WebDataSource* webDataSource = getWebDataSource(coreFrame->loader()->provisionalDocumentLoader());

Completed in 88 milliseconds