Home
last modified time | relevance | path

Searched refs:m_clientRedirectSourceForHistory (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/loader/
DDocumentLoader.h166 …String clientRedirectSourceForHistory() const { return m_clientRedirectSourceForHistory; } // null… in clientRedirectSourceForHistory()
168 …ceForHistory(const String& clientedirectSourceForHistory) { m_clientRedirectSourceForHistory = cli… in setClientRedirectSourceForHistory()
293 String m_clientRedirectSourceForHistory; variable