/external/chromium_org/webkit/child/ |
webkit_child_export.h | 12 #define WEBKIT_CHILD_EXPORT __declspec(dllexport)
|
/external/chromium_org/webkit/common/gpu/ |
webkit_gpu_export.h | 12 #define WEBKIT_GPU_EXPORT __declspec(dllexport)
|
/external/chromium_org/webkit/common/ |
webkit_common_export.h | 12 #define WEBKIT_COMMON_EXPORT __declspec(dllexport)
|
webkit_storage_common_export.h | 12 #define WEBKIT_STORAGE_COMMON_EXPORT __declspec(dllexport)
|
/external/chromium_org/win8/viewer/ |
metro_viewer_exports.h | 12 #define METRO_VIEWER_EXPORT __declspec(dllexport)
|
/external/pdfium/fpdfsdk/include/ |
fpdfedit.h | 37 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_CreateNewDocument();
56 DLLEXPORT FPDF_PAGE STDCALL FPDFPage_New(FPDF_DOCUMENT document, int page_index, double width, double height);
65 DLLEXPORT void STDCALL FPDFPage_Delete(FPDF_DOCUMENT document, int page_index);
75 DLLEXPORT int STDCALL FPDFPage_GetRotation(FPDF_PAGE page);
85 DLLEXPORT void STDCALL FPDFPage_InsertObject(FPDF_PAGE page, FPDF_PAGEOBJECT page_obj);
93 DLLEXPORT int STDCALL FPDFPage_CountObject(FPDF_PAGE page);
102 DLLEXPORT FPDF_PAGEOBJECT STDCALL FPDFPage_GetObject(FPDF_PAGE page, int index);
111 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_HasTransparency(FPDF_PAGE page);
122 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GenerateContent(FPDF_PAGE page);
137 DLLEXPORT FPDF_BOOL STDCALL FPDFPageObj_HasTransparency(FPDF_PAGEOBJECT pageObject); [all...] |
/external/pdfium/fpdfsdk/src/ |
fpdf_searchex.cpp | 11 DLLEXPORT int STDCALL FPDFText_GetCharIndexFromTextIndex(FPDF_TEXTPAGE text_page, int nTextIndex)
|
fpdfeditimg.cpp | 11 DLLEXPORT FPDF_PAGEOBJECT STDCALL FPDFPageObj_NewImgeObj(FPDF_DOCUMENT document)
21 DLLEXPORT FPDF_BOOL STDCALL FPDFImageObj_LoadJpegFile(FPDF_PAGE* pages, int nCount,FPDF_PAGEOBJECT image_object, FPDF_FILEACCESS* fileAccess)
41 DLLEXPORT FPDF_BOOL STDCALL FPDFImageObj_SetMatrix (FPDF_PAGEOBJECT image_object,
57 DLLEXPORT FPDF_BOOL STDCALL FPDFImageObj_SetBitmap(FPDF_PAGE* pages,int nCount,FPDF_PAGEOBJECT image_object,FPDF_BITMAP bitmap)
|
fpdfdoc.cpp | 31 DLLEXPORT FPDF_BOOKMARK STDCALL FPDFBookmark_Find(FPDF_DOCUMENT document, FPDF_WIDESTRING title)
43 DLLEXPORT FPDF_DEST STDCALL FPDFBookmark_GetDest(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark)
59 DLLEXPORT FPDF_ACTION STDCALL FPDFBookmark_GetAction(FPDF_BOOKMARK bookmark)
67 DLLEXPORT unsigned long STDCALL FPDFAction_GetType(FPDF_ACTION action)
88 DLLEXPORT FPDF_DEST STDCALL FPDFAction_GetDest(FPDF_DOCUMENT document, FPDF_ACTION action)
98 DLLEXPORT unsigned long STDCALL FPDFAction_GetURIPath(FPDF_DOCUMENT document, FPDF_ACTION action,
113 DLLEXPORT unsigned long STDCALL FPDFDest_GetPageIndex(FPDF_DOCUMENT document, FPDF_DEST dest)
128 DLLEXPORT FPDF_LINK STDCALL FPDFLink_GetLinkAtPoint(FPDF_PAGE page, double x, double y)
144 DLLEXPORT FPDF_DEST STDCALL FPDFLink_GetDest(FPDF_DOCUMENT document, FPDF_LINK link)
160 DLLEXPORT FPDF_ACTION STDCALL FPDFLink_GetAction(FPDF_LINK link) [all...] |
fpdfformfill.cpp | 16 DLLEXPORT int STDCALL FPDPage_HasFormFieldAtPoint(FPDF_FORMHANDLE hHandle, FPDF_PAGE page,double page_x, double page_y)
44 DLLEXPORT FPDF_FORMHANDLE STDCALL FPDFDOC_InitFormFillEnviroument(FPDF_DOCUMENT document, FPDF_FORMFILLINFO* formInfo)
64 DLLEXPORT void STDCALL FPDFDOC_ExitFormFillEnviroument(FPDF_FORMHANDLE hHandle)
78 DLLEXPORT FPDF_BOOL STDCALL FORM_OnMouseMove(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int modifier, double page_x, double page_y)
99 DLLEXPORT FPDF_BOOL STDCALL FORM_OnLButtonDown(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int modifier, double page_x, double page_y)
116 DLLEXPORT FPDF_BOOL STDCALL FORM_OnLButtonUp(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int modifier, double page_x, double page_y)
133 DLLEXPORT FPDF_BOOL STDCALL FORM_OnKeyDown(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int nKeyCode, int modifier)
148 DLLEXPORT FPDF_BOOL STDCALL FORM_OnKeyUp(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int nKeyCode, int modifier)
164 DLLEXPORT FPDF_BOOL STDCALL FORM_OnChar(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int nChar, int modifier)
178 DLLEXPORT FPDF_BOOL STDCALL FORM_ForceToKillFocus(FPDF_FORMHANDLE hHandle) [all...] |
fpdfeditpage.cpp | 18 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_CreateNewDocument()
57 DLLEXPORT void STDCALL FPDFPage_Delete(FPDF_DOCUMENT document, int page_index)
68 DLLEXPORT FPDF_PAGE STDCALL FPDFPage_New(FPDF_DOCUMENT document, int page_index, double width, double height)
102 DLLEXPORT int STDCALL FPDFPage_GetRotation(FPDF_PAGE page)
144 DLLEXPORT void STDCALL FPDFPage_InsertObject(FPDF_PAGE page, FPDF_PAGEOBJECT page_obj)
199 DLLEXPORT int STDCALL FPDFPage_CountObject(FPDF_PAGE page)
211 DLLEXPORT FPDF_PAGEOBJECT STDCALL FPDFPage_GetObject(FPDF_PAGE page, int index)
223 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_HasTransparency(FPDF_PAGE page)
231 DLLEXPORT FPDF_BOOL STDCALL FPDFPageObj_HasTransparency(FPDF_PAGEOBJECT pageObject)
263 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GenerateContent(FPDF_PAGE page) [all...] |
/external/llvm/test/Transforms/Internalize/ |
lists.ll | 52 ; ALL: define dllexport void @export_foo() { 53 ; FOO_AND_J: define dllexport void @export_foo() { 54 ; FOO_AND_BAR: define dllexport void @export_foo() { 55 ; FOO_J_AND_BAR: define dllexport void @export_foo() { 56 define dllexport void @export_foo() {
|
/external/clang/test/Rewriter/ |
rewrite-byref-vars.mm | 5 extern "C" __declspec(dllexport) void BreakTheRewriter(int i) { 19 __declspec(dllexport) extern "C" __declspec(dllexport) void XXXXBreakTheRewriter(void) {
|
rewrite-modern-extern-c-func-decl.mm | 6 extern "C" __declspec(dllexport) void BreakTheRewriter(void) { 20 __declspec(dllexport) extern "C" void AnotherBreakTheRewriter(int *p1, double d) { 38 __declspec (dllexport)
|
/external/chromium_org/ash/ |
ash_export.h | 15 #define ASH_EXPORT __declspec(dllexport)
|
/external/chromium_org/ash/content_support/ |
ash_with_content_export.h | 15 #define ASH_WITH_CONTENT_EXPORT __declspec(dllexport)
|
/external/chromium_org/athena/ |
athena_export.h | 15 #define ATHENA_EXPORT __declspec(dllexport)
|
/external/chromium_org/chrome/browser/ui/views/ |
chrome_views_export.h | 15 #define CHROME_VIEWS_EXPORT __declspec(dllexport)
|
/external/chromium_org/components/policy/ |
policy_export.h | 13 #define POLICY_EXPORT __declspec(dllexport)
|
policy_proto_export.h | 13 #define POLICY_PROTO_EXPORT __declspec(dllexport)
|
/external/chromium_org/content/common/ |
content_export.h | 12 #define CONTENT_EXPORT __declspec(dllexport)
|
/external/chromium_org/gpu/ |
gpu_export.h | 12 #define GPU_EXPORT __declspec(dllexport)
|
/external/chromium_org/ipc/ |
ipc_export.h | 15 #define IPC_EXPORT __declspec(dllexport)
|
/external/chromium_org/media/base/ |
media_export.h | 15 #define MEDIA_EXPORT __declspec(dllexport)
|
/external/chromium_org/mojo/public/c/system/ |
system_export.h | 12 #define MOJO_SYSTEM_EXPORT __declspec(dllexport)
|