Home
last modified time | relevance | path

Searched defs:commandID (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebEditCommand.h40 uint64_t commandID() const { return m_commandID; } in commandID() function
43 WebEditCommand(PassRefPtr<WebCore::EditCommand> command, uint64_t commandID) in WebEditCommand()
DWebPage.cpp1611 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()
/external/webkit/Source/WebKit2/UIProcess/
DWebEditCommandProxy.h41 …static PassRefPtr<WebEditCommandProxy> create(uint64_t commandID, WebCore::EditAction editAction, … in create()
47 uint64_t commandID() const { return m_commandID; } in commandID() function
DWebEditCommandProxy.cpp39 WebEditCommandProxy::WebEditCommandProxy(uint64_t commandID, WebCore::EditAction editAction, WebPag… in WebEditCommandProxy()
DWebPageProxy.cpp2182 void WebPageProxy::registerEditCommandForUndo(uint64_t commandID, uint32_t editAction) in registerEditCommandForUndo()
/external/webkit/Tools/MiniBrowser/win/
DBrowserWindow.cpp206 LRESULT BrowserWindow::onCommand(int commandID, bool& handled) in onCommand()