OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_composition
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
CompositeEditCommand.h
81
EditCommandComposition* composition() { return
m_composition
.get(); }
176
RefPtrWillBeMember<EditCommandComposition>
m_composition
;
member in class:blink::CompositeEditCommand
CompositeEditCommand.cpp
178
ASSERT(isTopLevelCommand() || !
m_composition
);
223
if (!command->
m_composition
)
224
command->
m_composition
= EditCommandComposition::create(&document(), startingSelection(), endingSelection(), editingAction());
225
return command->
m_composition
.get();
[
all
...]
Completed in 194 milliseconds