OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blockquoteForNextIndent
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.h
56
void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPtr<Element>&
blockquoteForNextIndent
);
IndentOutdentCommand.cpp
238
void IndentOutdentCommand::formatRange(const Position& start, const Position& end, const Position&, RefPtr<Element>&
blockquoteForNextIndent
)
241
blockquoteForNextIndent
= 0;
243
indentIntoBlockquote(start, end,
blockquoteForNextIndent
);
ApplyBlockElementCommand.cpp
118
RefPtr<Element>
blockquoteForNextIndent
;
136
formatRange(start, end, m_endOfLastParagraph,
blockquoteForNextIndent
);
141
blockquoteForNextIndent
= 0;
Completed in 177 milliseconds