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

/macosx-10.9.5/WebKit-7537.78.2/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.9.5/WebKit-7537.78.2/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.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebNavigationData.idl49 HRESULT hasSubstituteData([out, retval] BOOL*);
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFrameLoadRequest.h82 bool hasSubstituteData() { return m_substituteData.isValid(); } function in struct:WebCore::FrameLoadRequest
H A DFrameLoader.cpp1306 if (!request.hasSubstituteData())
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.cpp983 bool hasSubstituteData = loader->substituteData().isValid(); local
985 Ewk_View_Navigation_Data data = { urlForHistory.data(), title.data(), &request, &response, hasSubstituteData, clientRedirectSource.data() };
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm917 hasSubstituteData:loader->substituteData().isValid()

Completed in 110 milliseconds