OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 628 milliseconds