Searched defs:hasSubstituteData (Results 1 - 3 of 3) sorted by relevance

/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
84 WebNavigationData* WebNavigationData::createInstance(const String& url, const String& title, IWebURLRequest* request, IWebURLResponse* response, bool hasSubstituteData, const String& clientRedirectSource) argument
127 HRESULT WebNavigationData::hasSubstituteData(BOOL* hasSubstituteData) argument
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFrameLoadRequest.h82 bool hasSubstituteData() { return m_substituteData.isValid(); } function in struct:WebCore::FrameLoadRequest
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.cpp983 bool hasSubstituteData = loader->substituteData().isValid(); local

Completed in 151 milliseconds