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

  /external/webkit/Tools/DumpRenderTree/win/
ResourceLoadDelegate.h 36 class ResourceLoadDelegate : public IWebResourceLoadDelegate, public IWebResourceLoadDelegatePrivate2 {
38 ResourceLoadDelegate();
39 virtual ~ResourceLoadDelegate();
ResourceLoadDelegate.cpp 30 #include "ResourceLoadDelegate.h"
62 wstring ResourceLoadDelegate::descriptionSuitableForTestResult(unsigned long identifier) const
72 wstring ResourceLoadDelegate::descriptionSuitableForTestResult(IWebURLRequest* request)
101 wstring ResourceLoadDelegate::descriptionSuitableForTestResult(IWebURLResponse* response)
121 wstring ResourceLoadDelegate::descriptionSuitableForTestResult(IWebError* error, unsigned long identifier) const
174 ResourceLoadDelegate::ResourceLoadDelegate()
179 ResourceLoadDelegate::~ResourceLoadDelegate()
183 HRESULT STDMETHODCALLTYPE ResourceLoadDelegate::QueryInterface(REFIID riid, void** ppvObject
    [all...]

Completed in 715 milliseconds