HomeSort by relevance Sort by last modified time
    Searched refs:RemoveAttributeAction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMEditor.h 75 class RemoveAttributeAction;
DOMEditor.cpp 145 class DOMEditor::RemoveAttributeAction FINAL : public InspectorHistory::Action {
146 WTF_MAKE_NONCOPYABLE(RemoveAttributeAction);
148 RemoveAttributeAction(Element* element, const AtomicString& name)
434 return m_history->perform(adoptRefWillBeNoop(new RemoveAttributeAction(element, AtomicString(name))), exceptionState);

Completed in 1205 milliseconds