OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFirstCommand
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
EditCommand.cpp
81
if (!cmd->m_parent || cmd->m_parent->
isFirstCommand
(cmd))
CompositeEditCommand.h
76
bool
isFirstCommand
(EditCommand* command) { return !m_commands.isEmpty() && m_commands.first() == command; }
Completed in 26 milliseconds