Searched refs:DLLEXPORT (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/app/
H A Dchrome_main.cc10 #define DLLEXPORT __declspec(dllexport) macro
12 // We use extern C for the prototype DLLEXPORT to avoid C++ name mangling.
14 DLLEXPORT int __cdecl ChromeMain(HINSTANCE instance,
25 DLLEXPORT int __cdecl ChromeMain(HINSTANCE instance,
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc748 #define DLLEXPORT __declspec(dllexport) macro
750 // We use extern C for the prototype DLLEXPORT to avoid C++ name mangling.
752 DLLEXPORT void __cdecl RelaunchChromeBrowserWithNewCommandLineIfNeeded();
755 DLLEXPORT void __cdecl RelaunchChromeBrowserWithNewCommandLineIfNeeded() {
/external/chromium/chrome/browser/
H A Dbrowser_main.cc1087 #define DLLEXPORT __declspec(dllexport) macro
1089 // We use extern C for the prototype DLLEXPORT to avoid C++ name mangling.
1091 DLLEXPORT void __cdecl RelaunchChromeBrowserWithNewCommandLineIfNeeded();
1094 DLLEXPORT void __cdecl RelaunchChromeBrowserWithNewCommandLineIfNeeded() {
/external/chromium_org/third_party/sqlite/src/src/
H A Dtclsqlite.c50 #define TCL_STORAGE_CLASS DLLEXPORT

Completed in 93 milliseconds