OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BreakBlockquoteCommand
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
BreakBlockquoteCommand.h
33
class
BreakBlockquoteCommand
: public CompositeEditCommand {
35
static PassRefPtr<
BreakBlockquoteCommand
> create(Document& document)
37
return adoptRef(new
BreakBlockquoteCommand
(document));
41
explicit
BreakBlockquoteCommand
(Document&);
BreakBlockquoteCommand.cpp
27
#include "core/editing/
BreakBlockquoteCommand
.h"
41
BreakBlockquoteCommand
::
BreakBlockquoteCommand
(Document& document)
46
void
BreakBlockquoteCommand
::doApply()
Completed in 1006 milliseconds