Searched defs:gPluginContext (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_xpidl.cpp82 CWPluginContext gPluginContext; variable
103 gPluginContext = context;
201 err = CWGetOutputFileDirectory(gPluginContext, &gOutputFile);
310 err = LocateFile(gPluginContext, filename, filespec);
325 if (CWGetOutputFileDirectory(gPluginContext, &filespec) != noErr)
335 CWReportMessage(gPluginContext, 0, warning_message, 0, messagetypeWarning, 0);
340 CWReportMessage(gPluginContext, 0, error_message, 0, messagetypeError, 0);
H A Dmac_xpt_linker.cpp90 CWPluginContext gPluginContext; variable
106 gPluginContext = context;
358 err = CWGetOutputFileDirectory(gPluginContext, &gOutputDirectory);

Completed in 49 milliseconds