HomeSort by relevance Sort by last modified time
    Searched refs:m_documentState (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/history/
HistoryItem.cpp 434 m_documentState = state;
442 return m_documentState;
447 m_documentState.clear();
701 size = m_documentState.size();
704 encoder.encodeString(m_documentState[i]);
798 node->m_documentState.append(state);
HistoryItem.h 254 Vector<String> m_documentState;

Completed in 65 milliseconds