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

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebHitTestResult.h47 String absolutePDFURL; member in struct:WebKit::WebHitTestResult::Data
69 String absolutePDFURL() const { return m_data.absolutePDFURL; } function in class:WebKit::WebHitTestResult
H A DWebHitTestResult.cpp47 , absolutePDFURL(hitTestResult.absolutePDFURL().string())
65 encoder << absolutePDFURL; local
78 || !decoder.decode(hitTestResultData.absolutePDFURL)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKHitTestResult.cpp47 return toCopiedURLAPI(toImpl(hitTestResultRef)->absolutePDFURL());
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundleHitTestResult.h52 String absolutePDFURL() const;
H A DInjectedBundleHitTestResult.cpp81 String InjectedBundleHitTestResult::absolutePDFURL() const function in class:WebKit::InjectedBundleHitTestResult
83 return m_hitTestResult.absolutePDFURL().string();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundleHitTestResult.cpp64 return toCopiedURLAPI(toImpl(hitTestResultRef)->absolutePDFURL());
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DHitTestResult.h106 URL absolutePDFURL() const;
H A DHitTestResult.cpp333 URL HitTestResult::absolutePDFURL() const function in class:WebCore::HitTestResult

Completed in 129 milliseconds