Searched refs:commandID (Results 26 - 42 of 42) sorted by relevance

12

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIsoch.h528 void (*ClientCommandIsComplete) ( IOFireWireLibIsochChannelRef self, FWClientCommandID commandID, IOReturn status) ;
1047 @param commandID The ID of the packet notification being completed. This is the same
1050 void (*ClientCommandIsComplete)(IOFWAsyncStreamListenerInterfaceRef self, FWClientCommandID commandID, IOReturn status) ;
H A DIOFireWireLibDevice.h172 FWClientCommandID commandID,
516 FWClientCommandID commandID,
171 ClientCommandIsComplete( FWClientCommandID commandID, IOReturn status) argument
H A DIOFireWireLibDevice.cpp2160 DeviceCOM::SClientCommandIsComplete(IOFireWireLibDeviceRef self, FWClientCommandID commandID, IOReturn status) argument
2162 IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->ClientCommandIsComplete(commandID, status);
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVFramebuffer.h104 virtual IOReturn doDriverIO( UInt32 commandID, void * contents,
/macosx-10.9.5/WebKit-7537.78.2/mac/Carbon/
H A DCarbonWindowAdapter.mm849 hiCommand.commandID = inHICommandID;
891 hiCommand.commandID = inHICommandID;
H A DHIWebView.mm1114 switch ( inCommand->commandID )
1196 switch ( inCommand->commandID )
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.h793 void unapplyEditCommand(uint64_t commandID);
794 void reapplyEditCommand(uint64_t commandID);
795 void didRemoveEditCommand(uint64_t commandID);
H A DWebPage.cpp2853 void WebPage::didRemoveEditCommand(uint64_t commandID) argument
2855 removeWebEditCommand(commandID);
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinMenu.c138 static void FreeID _ANSI_ARGS_((WORD commandID));
256 FreeID(commandID)
257 WORD commandID;
268 (char *) commandID);
870 WORD commandID;
873 if (GetNewID(mePtr, &commandID) != TCL_OK) {
882 mePtr->platformEntryData = (TkMenuPlatformEntryData) commandID;
861 WORD commandID; local
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinMenu.c163 static void FreeID(WORD commandID);
268 WORD commandID)
279 ((char *) NULL) + commandID);
862 WORD commandID;
865 if (GetNewID(mePtr, &commandID) != TCL_OK) {
874 mePtr->platformEntryData = (TkMenuPlatformEntryData) (UINT) commandID;
265 FreeID( WORD commandID) argument
853 WORD commandID; local
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/
H A DIONDRVFramebuffer.cpp144 virtual IOReturn doDriverIO( UInt32 commandID, void * contents,
1037 IOReturn IONDRVFramebuffer::doDriverIO( UInt32 commandID, void * contents, argument
1061 err = ndrv->doDriverIO( commandID, contents, commandCode, commandKind );
4137 IOReturn IOBootNDRV::doDriverIO( UInt32 commandID, void * contents, argument
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmacmenu.c2363 if ((command.commandID & ~0xffff) == 'Bt\0\0')
2365 SetWRefCon (window, command.commandID);
H A Dmac.c4945 command.commandID = mac_get_code_from_arg (command_id, 0);
H A Dmacterm.c9787 if (err != noErr || command.commandID == 0)
9792 err = mac_store_event_ref_as_apple_event (0, command.commandID,
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebPageProxy.h923 void registerEditCommandForUndo(uint64_t commandID, uint32_t editAction);
H A DWebPageProxy.cpp3122 void WebPageProxy::registerEditCommandForUndo(uint64_t commandID, uint32_t editAction) argument
3124 registerEditCommand(WebEditCommandProxy::create(commandID, static_cast<EditAction>(editAction), this), Undo);
3444 m_process->send(Messages::WebPage::DidRemoveEditCommand(command->commandID()), m_pageID);
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXDialog.c1742 switch (cmd.commandID) {

Completed in 250 milliseconds

12