Searched refs:DeleteKey (Results 1 – 10 of 10) sorted by relevance
117 TypingCommand::create(document, DeleteKey, "", options, granularity)->apply(); in deleteKeyPressed()286 if (m_commandType == DeleteKey) in doApply()294 case DeleteKey: in doApply()484 typingAddedToOpenCommand(DeleteKey); in deleteKeyPressed()497 typingAddedToOpenCommand(DeleteKey); in deleteKeyPressed()502 typingAddedToOpenCommand(DeleteKey); in deleteKeyPressed()522 typingAddedToOpenCommand(DeleteKey); in deleteKeyPressed()563 typingAddedToOpenCommand(DeleteKey); in deleteKeyPressed()658 case DeleteKey: in updatePreservesTypingStyle()
37 DeleteKey, enumerator
23 key.DeleteKey(kRootKey); in SetUp()31 ASSERT_EQ(ERROR_SUCCESS, key.DeleteKey(kRootKey)); in TearDown()
56 LONG DeleteKey(const wchar_t* name);
122 LONG RegKey::DeleteKey(const wchar_t* name) { in DeleteKey() function in base::win::RegKey
140 key.DeleteKey(L""); in TearDown()
227 key.DeleteKey(L""); in DeleteRegistrySandbox()
595 STDMETHOD(DeleteKey)(THIS_ D3DVALUE time) PURE; in DECLARE_INTERFACE_() local
36714 (khtml::TypingCommandImpl::preservesTypingStyle): Added. Returns true for DeleteKey.