Home
last modified time | relevance | path

Searched refs:m_command (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebEditCommand.h39 WebCore::EditCommand* command() const { return m_command.get(); } in command()
44 : m_command(command) in WebEditCommand()
49 RefPtr<WebCore::EditCommand> m_command; variable
/external/webkit/Source/WebCore/editing/
DEditorCommand.cpp1620 : 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 …]
DEditor.h194 const EditorInternalCommand* m_command;
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DPageClientImpl.mm59 RefPtr<WebEditCommandProxy> m_command; field
78 m_command = command;
84 return m_command.get();
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm103 RefPtr<EditCommand> m_command; field
126 m_command = command;
152 return m_command.get();
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1636835 m_source, which is never looked at if m_command is 0. Added feature of
DChangeLog-2005-08-2333628 (-[KWQEditCommand dealloc]): Updated for m_impl change to m_command.
DChangeLog-2008-08-1081629 * page/FramePrivate.h: Removed unused m_command data member.