HomeSort by relevance Sort by last modified time
    Searched full:m_clientredirectsourceforhistory (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/loader/
DocumentLoader.h 183 String clientRedirectSourceForHistory() const { return m_clientRedirectSourceForHistory; } // null if no client redirect occurred.
185 void setClientRedirectSourceForHistory(const String& clientedirectSourceForHistory) { m_clientRedirectSourceForHistory = clientedirectSourceForHistory; }
333 String m_clientRedirectSourceForHistory;

Completed in 1391 milliseconds