OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetNodeAttributeCommand
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
SetNodeAttributeCommand.cpp
27
#include "core/editing/
SetNodeAttributeCommand
.h"
34
SetNodeAttributeCommand
::
SetNodeAttributeCommand
(PassRefPtr<Element> element,
44
void
SetNodeAttributeCommand
::doApply()
50
void
SetNodeAttributeCommand
::doUnapply()
SetNodeAttributeCommand.h
34
class
SetNodeAttributeCommand
: public SimpleEditCommand {
36
static PassRefPtr<
SetNodeAttributeCommand
> create(PassRefPtr<Element> element, const QualifiedName& attribute, const AtomicString& value)
38
return adoptRef(new
SetNodeAttributeCommand
(element, attribute, value));
42
SetNodeAttributeCommand
(PassRefPtr<Element>, const QualifiedName& attribute, const AtomicString& value);
Completed in 40 milliseconds