Searched refs:hasSubstituteData (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebNavigationData.mm35 BOOL hasSubstituteData;
58 - (id)initWithURLString:(NSString *)url title:(NSString *)title originalRequest:(NSURLRequest *)request response:(NSURLResponse *)response hasSubstituteData:(BOOL)hasSubstituteData clientRedirectSource:(NSString *)redirectSource
69 _private->hasSubstituteData = hasSubstituteData;
95 - (BOOL)hasSubstituteData
97 return _private->hasSubstituteData;
H A DWebNavigationData.h38 - (id)initWithURLString:(NSString *)url title:(NSString *)title originalRequest:(NSURLRequest *)request response:(NSURLResponse *)response hasSubstituteData:(BOOL)hasSubstituteData clientRedirectSource:(NSString *)redirectSource;
43 - (BOOL)hasSubstituteData;
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebNavigationData.cpp64 WebNavigationData::WebNavigationData(const String& url, const String& title, IWebURLRequest* request, IWebURLResponse* response, bool hasSubstituteData, const String& clientRedirectSource) argument
70 , m_hasSubstituteData(hasSubstituteData)
84 WebNavigationData* WebNavigationData::createInstance(const String& url, const String& title, IWebURLRequest* request, IWebURLResponse* response, bool hasSubstituteData, const String& clientRedirectSource) argument
86 WebNavigationData* instance = new WebNavigationData(url, title, request, response, hasSubstituteData, clientRedirectSource);
127 HRESULT WebNavigationData::hasSubstituteData(BOOL* hasSubstituteData) argument
129 if (!hasSubstituteData)
131 *hasSubstituteData = m_hasSubstituteData;
H A DWebNavigationData.h36 static WebNavigationData* createInstance(const WTF::String& url, const WTF::String& title, IWebURLRequest*, IWebURLResponse*, bool hasSubstituteData, const WTF::String& clientRedirectSource);
38 WebNavigationData(const WTF::String& url, const WTF::String& title, IWebURLRequest*, IWebURLResponse*, bool hasSubstituteData, const WTF::String& clientRedirectSource);
60 virtual HRESULT STDMETHODCALLTYPE hasSubstituteData(
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebNavigationData.idl49 HRESULT hasSubstituteData([out, retval] BOOL*);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DFrameLoadRequest.h76 bool hasSubstituteData() { return m_substituteData.isValid(); } function in struct:WebCore::FrameLoadRequest
H A DFrameLoader.cpp1367 if (!request.hasSubstituteData())
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm1016 hasSubstituteData:loader->substituteData().isValid()

Completed in 248 milliseconds