HomeSort by relevance Sort by last modified time
    Searched refs:getWebDataSource (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 75 static WebDataSource* getWebDataSource(DocumentLoader* loader)
122 resourceLoadDelegate->identifierForInitialRequest(webView, webURLRequest.get(), getWebDataSource(loader), identifier);
137 if (SUCCEEDED(resourceLoadDelegatePrivate->shouldUseCredentialStorage(webView, identifier, getWebDataSource(loader), &shouldUse)))
152 if (SUCCEEDED(resourceLoadDelegate->didReceiveAuthenticationChallenge(webView, identifier, webChallenge.get(), getWebDataSource(loader))))
172 resourceLoadDelegate->didCancelAuthenticationChallenge(webView, identifier, webChallenge.get(), getWebDataSource(loader));
186 if (FAILED(resourceLoadDelegate->willSendRequest(webView, identifier, webURLRequest.get(), webURLRedirectResponse.get(), getWebDataSource(loader), &newWebURLRequest)))
212 resourceLoadDelegate->didReceiveResponse(webView, identifier, webURLResponse.get(), getWebDataSource(loader));
222 resourceLoadDelegate->didReceiveContentLength(webView, identifier, length, getWebDataSource(loader));
232 resourceLoadDelegate->didFinishLoadingFromDataSource(webView, identifier, getWebDataSource(loader));
243 resourceLoadDelegate->didFailLoadingWithError(webView, identifier, webError.get(), getWebDataSource(loader))
    [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 646 static inline WebDataSource *getWebDataSource(DocumentLoader* loader)
665 WebDataSource* webDataSource = getWebDataSource(coreFrame->loader()->documentLoader());
689 WebDataSource* webDataSource = getWebDataSource(coreFrame->loader()->provisionalDocumentLoader());
    [all...]

Completed in 207 milliseconds