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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMEditor.h 82 RawPtrWillBeMember<InspectorHistory> m_history; member in class:blink::FINAL
InspectorHistory.h 79 WillBeHeapVector<RefPtrWillBeMember<Action> > m_history; member in class:blink::FINAL
DOMEditor.cpp 244 , m_history(adoptPtrWillBeNoop(new InspectorHistory()))
245 , m_domEditor(adoptPtrWillBeNoop(new DOMEditor(m_history.get())))
260 return m_history->undo(exceptionState);
265 return m_history->redo(exceptionState);
278 visitor->trace(m_history);
289 OwnPtrWillBeMember<InspectorHistory> m_history; member in class:blink::FINAL
415 DOMEditor::DOMEditor(InspectorHistory* history) : m_history(history) { }
419 return m_history->perform(adoptRefWillBeNoop(new InsertBeforeAction(parentNode, node, anchorNode)), exceptionState);
424 return m_history->perform(adoptRefWillBeNoop(new RemoveChildAction(parentNode, node)), exceptionState);
429 return m_history->perform(adoptRefWillBeNoop(new SetAttributeAction(element, AtomicString(name), AtomicString(value (…)
    [all...]
InspectorDOMAgent.h 202 InspectorHistory* history() { return m_history.get(); }
277 OwnPtrWillBeMember<InspectorHistory> m_history; member in class:blink::FINAL
  /external/lldb/include/lldb/Interpreter/
CommandHistory.h 71 History m_history; member in class:lldb_private::CommandHistory
  /external/chromium_org/third_party/WebKit/Source/core/events/
PopStateEvent.h 54 History* history() const { return m_history.get(); }
66 RefPtrWillBeMember<History> m_history; member in class:blink::FINAL
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunication.h 252 History m_history; member in class:GDBRemoteCommunication
  /external/lldb/tools/driver/
IOChannel.h 142 History *m_history; member in class:IOChannel
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.h 363 mutable RefPtrWillBeMember<History> m_history; member in class:blink::FINAL

Completed in 274 milliseconds