Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/history/
DHistoryItem.cpp64 , m_documentState(item.m_documentState) in HistoryItem()
187 m_documentState = state; in setDocumentState()
192 return m_documentState; in documentState()
197 m_documentState.clear(); in clearDocumentState()
DHistoryItem.h118 Vector<String> m_documentState; variable