Searched refs:cmdId (Results 1 – 2 of 2) sorted by relevance
82 int cmdId; field in _XCommandProcessor93 cmdId = oObj.createCommandIdentifier(); in _createCommandIdentifier()95 if (cmdId == 0 || testCmdId == 0) { in _createCommandIdentifier()99 if (cmdId == testCmdId) { in _createCommandIdentifier()104 testCmdId != 0 && cmdId != 0 && cmdId != testCmdId); in _createCommandIdentifier()207 oObj.abort(cmdId); in _abort()225 oObj.execute(command, cmdId, null); in _abort()
88 int cmdId; field in _XCommandProcessor103 cmdId = oObj.createCommandIdentifier(); in _createCommandIdentifier()105 if (cmdId == 0 || testCmdId == 0) { in _createCommandIdentifier()109 if (cmdId == testCmdId) { in _createCommandIdentifier()113 return testCmdId != 0 && cmdId != 0 && cmdId != testCmdId; in _createCommandIdentifier()244 oObj.abort(cmdId); in _abort()262 oObj.execute(command, cmdId, null); in _abort()
Completed in 17 milliseconds