OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:typingStyle
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
InsertLineBreakCommand.cpp
169
RefPtr<EditingStyle>
typingStyle
= document().frame()->selection().
typingStyle
();
171
if (
typingStyle
&& !
typingStyle
->isEmpty()) {
176
applyStyle(
typingStyle
.get(), firstPositionInOrBeforeNode(nodeToInsert.get()), lastPositionInOrAfterNode(nodeToInsert.get()));
FrameSelection.h
191
EditingStyle*
typingStyle
() const;
269
inline EditingStyle* FrameSelection::
typingStyle
() const
EditingStyle.cpp
[
all
...]
Editor.cpp
[
all
...]
Completed in 510 milliseconds