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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorHistory.cpp32 #include "core/inspector/InspectorHistory.h"
42 class UndoableStateMark FINAL : public InspectorHistory::Action {
44 UndoableStateMark() : InspectorHistory::Action("[UndoableState]") { }
57 InspectorHistory::Action::Action(const String& name) : m_name(name)
61 InspectorHistory::Action::~Action()
65 void InspectorHistory::Action::trace(Visitor* visitor)
69 String InspectorHistory::Action::toString()
74 bool InspectorHistory::Action::isUndoableStateMark()
79 String InspectorHistory::Action::mergeId()
84 void InspectorHistory
88 InspectorHistory::InspectorHistory() : m_afterLastActionIndex(0) { } function in class:blink::InspectorHistory
[all...]

Completed in 68 milliseconds