HomeSort by relevance Sort by last modified time
    Searched defs:DLLEXPORT (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/app/
chrome_main.cc 12 #define DLLEXPORT __declspec(dllexport)
14 // We use extern C for the prototype DLLEXPORT to avoid C++ name mangling.
16 DLLEXPORT int __cdecl ChromeMain(HINSTANCE instance,
27 DLLEXPORT int __cdecl ChromeMain(HINSTANCE instance,
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 229 #define DLLIMPORT __declspec(dllexport)
230 #define DLLEXPORT __declspec(dllexport)
243 #define DLLIMPORT __declspec(dllexport)
244 #define DLLEXPORT __declspec(dllexport)
249 #define DLLEXPORT __declspec(dllexport)
265 #define DLLEXPORT
280 #define DSPEXPORTAPI DLLEXPORT
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 229 #define DLLIMPORT __declspec(dllexport)
230 #define DLLEXPORT __declspec(dllexport)
243 #define DLLIMPORT __declspec(dllexport)
244 #define DLLEXPORT __declspec(dllexport)
249 #define DLLEXPORT __declspec(dllexport)
265 #define DLLEXPORT
280 #define DSPEXPORTAPI DLLEXPORT
    [all...]
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 727 #define DLLEXPORT __declspec(dllexport)
729 // We use extern C for the prototype DLLEXPORT to avoid C++ name mangling.
731 DLLEXPORT void __cdecl RelaunchChromeBrowserWithNewCommandLineIfNeeded();
734 DLLEXPORT void __cdecl RelaunchChromeBrowserWithNewCommandLineIfNeeded() {
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc     [all...]

Completed in 101 milliseconds