Searched refs:m_lockHistory (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFrameLoadRequest.cpp42 , m_lockHistory(false)
H A DFrameLoadRequest.h40 , m_lockHistory(false)
48 , m_lockHistory(false)
57 , m_lockHistory(false)
74 void setLockHistory(bool lockHistory) { m_lockHistory = lockHistory; }
75 bool lockHistory() const { return m_lockHistory; }
88 bool m_lockHistory; member in struct:WebCore::FrameLoadRequest
H A DFormSubmission.h105 bool lockHistory() const { return m_lockHistory; }
124 bool m_lockHistory; member in class:WebCore::FormSubmission
H A DNavigationScheduler.cpp63 , m_lockHistory(lockHistory)
79 bool lockHistory() const { return m_lockHistory; }
90 bool m_lockHistory; member in class:WebCore::ScheduledNavigation
H A DFormSubmission.cpp135 , m_lockHistory(lockHistory)

Completed in 84 milliseconds