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
146
RefPtrWillBeRawPtr<EditingStyle>
typingStyle
= document().frame()->selection().
typingStyle
();
148
if (
typingStyle
&& !
typingStyle
->isEmpty()) {
153
applyStyle(
typingStyle
.get(), firstPositionInOrBeforeNode(nodeToInsert.get()), lastPositionInOrAfterNode(nodeToInsert.get()));
FrameSelection.h
197
EditingStyle*
typingStyle
() const;
293
inline EditingStyle* FrameSelection::
typingStyle
() const
Editor.cpp
[
all
...]
EditingStyle.cpp
[
all
...]
Completed in 340 milliseconds