Home
last modified time | relevance | path

Searched refs:isFirstCommand (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditCommand.cpp81 if (!command->m_parent || command->m_parent->isFirstCommand(command)) in setStartingSelection()
DCompositeEditCommand.h80 …bool isFirstCommand(EditCommand* command) { return !m_commands.isEmpty() && m_commands.first() == … in isFirstCommand() function