OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormatBlockCommand
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
FormatBlockCommand.h
41
class
FormatBlockCommand
: public ApplyBlockElementCommand {
43
static PassRefPtr<
FormatBlockCommand
> create(Document& document, const QualifiedName& tagName)
45
return adoptRef(new
FormatBlockCommand
(document, tagName));
54
FormatBlockCommand
(Document&, const QualifiedName& tagName);
FormatBlockCommand.cpp
32
#include "core/editing/
FormatBlockCommand
.h"
48
FormatBlockCommand
::
FormatBlockCommand
(Document& document, const QualifiedName& tagName)
54
void
FormatBlockCommand
::formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection)
62
void
FormatBlockCommand
::formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPtr<Element>& blockNode)
104
Element*
FormatBlockCommand
::elementForFormatBlockCommand(Range* range)
EditorCommand.cpp
41
#include "core/editing/
FormatBlockCommand
.h"
445
RefPtr<
FormatBlockCommand
> command =
FormatBlockCommand
::create(*frame.document(), qualifiedTagName);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk
231
third_party/WebKit/Source/core/editing/
FormatBlockCommand
.cpp \
[
all
...]
webcore_remaining.target.darwin-mips.mk
231
third_party/WebKit/Source/core/editing/
FormatBlockCommand
.cpp \
[
all
...]
webcore_remaining.target.darwin-x86.mk
231
third_party/WebKit/Source/core/editing/
FormatBlockCommand
.cpp \
[
all
...]
webcore_remaining.target.linux-arm.mk
231
third_party/WebKit/Source/core/editing/
FormatBlockCommand
.cpp \
[
all
...]
webcore_remaining.target.linux-mips.mk
231
third_party/WebKit/Source/core/editing/
FormatBlockCommand
.cpp \
[
all
...]
webcore_remaining.target.linux-x86.mk
231
third_party/WebKit/Source/core/editing/
FormatBlockCommand
.cpp \
[
all
...]
Completed in 162 milliseconds