OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InsertListCommand
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.h
35
class
InsertListCommand
: public CompositeEditCommand {
39
static PassRefPtr<
InsertListCommand
> create(Document& document, Type listType)
41
return adoptRef(new
InsertListCommand
(document, listType));
49
InsertListCommand
(Document&, Type);
InsertListCommand.cpp
27
#include "core/editing/
InsertListCommand
.h"
49
PassRefPtr<HTMLElement>
InsertListCommand
::insertList(Document& document, Type type)
51
RefPtr<
InsertListCommand
> insertCommand = create(document, type);
56
HTMLElement*
InsertListCommand
::fixOrphanedListChild(Node* node)
66
PassRefPtr<HTMLElement>
InsertListCommand
::mergeWithNeighboringLists(PassRefPtr<HTMLElement> passedList)
84
bool
InsertListCommand
::selectionHasListOfType(const VisibleSelection& selection, const QualifiedName& listTag)
102
InsertListCommand
::
InsertListCommand
(Document& document, Type type)
107
void
InsertListCommand
::doApply()
194
void
InsertListCommand
::doApplyForSingleParagraph(bool forceCreateList, const QualifiedName& listTag, Range* currentSelec (…)
[
all
...]
Completed in 28 milliseconds