HomeSort by relevance Sort by last modified time
    Searched defs:m_history (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMEditor.h 79 InspectorHistory* m_history; member in class:WebCore::DOMEditor
InspectorHistory.h 76 Vector<OwnPtr<Action> > m_history; member in class:WebCore::InspectorHistory
DOMEditor.cpp 216 , m_history(adoptPtr(new InspectorHistory()))
217 , m_domEditor(adoptPtr(new DOMEditor(m_history.get())))
231 return m_history->undo(es);
236 return m_history->redo(es);
250 OwnPtr<InspectorHistory> m_history; member in class:WebCore::DOMEditor::SetOuterHTMLAction
356 DOMEditor::DOMEditor(InspectorHistory* history) : m_history(history) { }
362 return m_history->perform(adoptPtr(new InsertBeforeAction(parentNode, node, anchorNode)), es);
367 return m_history->perform(adoptPtr(new RemoveChildAction(parentNode, node)), es);
372 return m_history->perform(adoptPtr(new SetAttributeAction(element, name, value)), es);
377 return m_history->perform(adoptPtr(new RemoveAttributeAction(element, name)), es)
    [all...]
InspectorDOMAgent.h 188 InspectorHistory* history() { return m_history.get(); }
266 OwnPtr<InspectorHistory> m_history; member in class:WebCore::InspectorDOMAgent
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PopStateEvent.h 52 History* history() const { return m_history.get(); }
62 RefPtr<History> m_history; member in class:WebCore::PopStateEvent
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.h 86 HistoryController* history() const { return &m_history; }
307 mutable HistoryController m_history; member in class:WebCore::FrameLoader
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindow.h 398 mutable RefPtr<History> m_history; member in class:WebCore::DOMWindow

Completed in 131 milliseconds