Searched defs:commandID (Results 1 – 6 of 6) sorted by relevance
40 uint64_t commandID() const { return m_commandID; } in commandID() function43 WebEditCommand(PassRefPtr<WebCore::EditCommand> command, uint64_t commandID) in WebEditCommand()
1611 WebEditCommand* WebPage::webEditCommand(uint64_t commandID) in webEditCommand()1616 void WebPage::addWebEditCommand(uint64_t commandID, WebEditCommand* command) in addWebEditCommand()1621 void WebPage::removeWebEditCommand(uint64_t commandID) in removeWebEditCommand()1626 void WebPage::unapplyEditCommand(uint64_t commandID) in unapplyEditCommand()1635 void WebPage::reapplyEditCommand(uint64_t commandID) in reapplyEditCommand()1646 void WebPage::didRemoveEditCommand(uint64_t commandID) in didRemoveEditCommand()
41 …static PassRefPtr<WebEditCommandProxy> create(uint64_t commandID, WebCore::EditAction editAction, … in create()47 uint64_t commandID() const { return m_commandID; } in commandID() function
39 WebEditCommandProxy::WebEditCommandProxy(uint64_t commandID, WebCore::EditAction editAction, WebPag… in WebEditCommandProxy()
2182 void WebPageProxy::registerEditCommandForUndo(uint64_t commandID, uint32_t editAction) in registerEditCommandForUndo()
206 LRESULT BrowserWindow::onCommand(int commandID, bool& handled) in onCommand()