Searched refs:m_command (Results 1 – 8 of 8) sorted by relevance
39 WebCore::EditCommand* command() const { return m_command.get(); } in command()44 : m_command(command) in WebEditCommand()49 RefPtr<WebCore::EditCommand> m_command; variable
1620 : m_command(0) in Command()1625 : m_command(command) in Command()1640 if (!isSupported() || !m_frame || !m_command->allowExecutionWhenDisabled) in execute()1644 return m_command->execute(m_frame.get(), triggeringEvent, m_source, parameter); in execute()1654 if (!m_command) in isSupported()1661 return m_command->isSupportedFromDOM(m_frame.get()); in isSupported()1671 return m_command->isEnabled(m_frame.get(), triggeringEvent, m_source); in isEnabled()1678 return m_command->state(m_frame.get(), triggeringEvent); in state()1685 if (m_command->value == valueNull && m_command->state != stateNone) in value()1686 return m_command->state(m_frame.get(), triggeringEvent) == TrueTriState ? "true" : "false"; in value()[all …]
194 const EditorInternalCommand* m_command;
59 RefPtr<WebEditCommandProxy> m_command; field78 m_command = command;84 return m_command.get();
103 RefPtr<EditCommand> m_command; field126 m_command = command;152 return m_command.get();
36835 m_source, which is never looked at if m_command is 0. Added feature of
33628 (-[KWQEditCommand dealloc]): Updated for m_impl change to m_command.
81629 * page/FramePrivate.h: Removed unused m_command data member.