Searched defs:isUndoableStateMark (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorHistory.cpp52 virtual bool isUndoableStateMark() OVERRIDE { return true; }
74 bool InspectorHistory::Action::isUndoableStateMark() function in class:blink::InspectorHistory::Action
112 while (m_afterLastActionIndex > 0 && m_history[m_afterLastActionIndex - 1]->isUndoableStateMark())
122 if (action->isUndoableStateMark())
131 while (m_afterLastActionIndex < m_history.size() && m_history[m_afterLastActionIndex]->isUndoableStateMark())
141 if (action->isUndoableStateMark())

Completed in 619 milliseconds