Searched refs:DeleteCommand (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DUndoDelegator.py84 self.addcmd(DeleteCommand(index1, index2))
264 class DeleteCommand(Command): class in inherits:Command
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DUndoDelegator.py84 self.addcmd(DeleteCommand(index1, index2))
264 class DeleteCommand(Command): class in inherits:Command
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DUndoDelegator.py84 self.addcmd(DeleteCommand(index1, index2))
264 class DeleteCommand(Command): class in inherits:Command
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DUndoDelegator.py84 self.addcmd(DeleteCommand(index1, index2))
264 class DeleteCommand(Command): class in inherits:Command
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Doledb.h4231 virtual HRESULT WINAPI DeleteCommand(DBID *pCommandID) = 0;
4242 HRESULT (WINAPI *DeleteCommand)(ICommandPersist *This,DBID *pCommandID); member in struct:ICommandPersistVtbl
4255 #define ICommandPersist_DeleteCommand(This,pCommandID) (This)->lpVtbl->DeleteCommand(This,pCommandID)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Doledb.h4231 virtual HRESULT WINAPI DeleteCommand(DBID *pCommandID) = 0;
4242 HRESULT (WINAPI *DeleteCommand)(ICommandPersist *This,DBID *pCommandID); member in struct:ICommandPersistVtbl
4255 #define ICommandPersist_DeleteCommand(This,pCommandID) (This)->lpVtbl->DeleteCommand(This,pCommandID)

Completed in 308 milliseconds