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

  /external/webkit/Tools/DumpRenderTree/mac/
ResourceLoadDelegate.h 32 @interface ResourceLoadDelegate : NSObject {
ResourceLoadDelegate.mm 30 #import "ResourceLoadDelegate.h"
115 @implementation ResourceLoadDelegate
DumpRenderTree.mm 50 #import "ResourceLoadDelegate.h"
136 static ResourceLoadDelegate *resourceLoadDelegate;
299 [webView setResourceLoadDelegate:resourceLoadDelegate];
557 resourceLoadDelegate = [[ResourceLoadDelegate alloc] init];
575 releaseAndZero(&resourceLoadDelegate);
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
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...]
ResourceLoadDelegate.h 36 class ResourceLoadDelegate : public IWebResourceLoadDelegate, public IWebResourceLoadDelegatePrivate2 {
38 ResourceLoadDelegate();
39 virtual ~ResourceLoadDelegate();
DumpRenderTree.cpp 38 #include "ResourceLoadDelegate.h"
    [all...]

Completed in 100 milliseconds