Searched refs:InspectorHistory (Results 1 – 21 of 21) sorted by relevance
42 class UndoableStateMark FINAL : public InspectorHistory::Action {44 UndoableStateMark() : InspectorHistory::Action("[UndoableState]") { } in UndoableStateMark()57 InspectorHistory::Action::Action(const String& name) : m_name(name) in Action()61 InspectorHistory::Action::~Action() in ~Action()65 void InspectorHistory::Action::trace(Visitor* visitor) in trace()69 String InspectorHistory::Action::toString() in toString()74 bool InspectorHistory::Action::isUndoableStateMark() in isUndoableStateMark()79 String InspectorHistory::Action::mergeId() in mergeId()84 void InspectorHistory::Action::merge(PassRefPtrWillBeRawPtr<Action>) in merge()88 InspectorHistory::InspectorHistory() : m_afterLastActionIndex(0) { } in InspectorHistory() function in blink::InspectorHistory[all …]
47 class DOMEditor::RemoveChildAction FINAL : public InspectorHistory::Action {51 : InspectorHistory::Action("RemoveChild") in RemoveChildAction()80 InspectorHistory::Action::trace(visitor); in trace()89 class DOMEditor::InsertBeforeAction FINAL : public InspectorHistory::Action {93 : InspectorHistory::Action("InsertBefore") in InsertBeforeAction()135 InspectorHistory::Action::trace(visitor); in trace()145 class DOMEditor::RemoveAttributeAction FINAL : public InspectorHistory::Action {149 : InspectorHistory::Action("RemoveAttribute") in RemoveAttributeAction()176 InspectorHistory::Action::trace(visitor); in trace()185 class DOMEditor::SetAttributeAction FINAL : public InspectorHistory::Action {[all …]
43 class InspectorHistory FINAL : public NoBaseWillBeGarbageCollected<InspectorHistory> {44 WTF_MAKE_NONCOPYABLE(InspectorHistory);68 InspectorHistory();
41 class InspectorHistory; variable51 explicit DOMEditor(InspectorHistory*);82 RawPtrWillBeMember<InspectorHistory> m_history;
57 class InspectorHistory; variable202 InspectorHistory* history() { return m_history.get(); } in history()277 OwnPtrWillBeMember<InspectorHistory> m_history;
71 InspectorHistory history; in patchDocument()
122 class InspectorCSSAgent::StyleSheetAction : public InspectorHistory::Action {126 : InspectorHistory::Action(name) in StyleSheetAction()
263 m_history = adoptPtrWillBeNoop(new InspectorHistory()); in setFrontend()
411 third_party/WebKit/Source/core/inspector/InspectorHistory.cpp \
1287 'inspector/InspectorHistory.cpp',1288 'inspector/InspectorHistory.h',