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

  /external/chromium_org/chrome/app/
chrome_main.cc 14 #define DLLEXPORT __declspec(dllexport)
16 // We use extern C for the prototype DLLEXPORT to avoid C++ name mangling.
18 DLLEXPORT int __cdecl ChromeMain(HINSTANCE instance,
29 DLLEXPORT int __cdecl ChromeMain(HINSTANCE instance,
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 702 #define DLLEXPORT __declspec(dllexport)
704 // We use extern C for the prototype DLLEXPORT to avoid C++ name mangling.
706 DLLEXPORT void __cdecl RelaunchChromeBrowserWithNewCommandLineIfNeeded();
709 DLLEXPORT void __cdecl RelaunchChromeBrowserWithNewCommandLineIfNeeded() {
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h 33 #define DLLEXPORT __declspec(dllexport)
35 #define DLLEXPORT
511 DLLEXPORT tjhandle DLLCALL tjInitCompress(void);
561 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
586 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
602 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV(int width, int height,
649 DLLEXPORT int DLLCALL tjEncodeYUV2(tjhandle handle,
660 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void);
679 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle
    [all...]

Completed in 549 milliseconds