/external/pdfium/fpdfsdk/include/javascript/ |
H A D | global.h | 20 nType = 0; 32 int nType; //0:int 1:bool 2:string 3:obj member in struct:js_global_data 61 FX_BOOL SetGlobalVariables(FX_LPCSTR propname, int nType,
|
H A D | JS_GlobalData.h | 45 int nType; //0:int 1:bool 2:string 3:obj member in class:CJS_KeyValue
|
H A D | JS_Object.h | 35 int MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle = NULL, FX_UINT nType = 0, FX_UINT nIcon = 0); 64 static int MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle = NULL, FX_UINT nType = 0,FX_UINT nIcon = 0); 212 void SetType(int nType) argument 214 m_nType = nType;
|
/external/pdfium/fpdfsdk/src/javascript/ |
H A D | JS_Object.cpp | 22 int FXJS_MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle, FX_UINT nType, FX_UINT nIcon) argument 31 nRet = pApp->JS_appAlert(swMsg, swTitle, nType, nIcon); 65 int CJS_EmbedObj::MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView,FX_LPCWSTR swMsg,FX_LPCWSTR swTitle,FX_UINT nType,FX_UINT nIcon) argument 67 return FXJS_MsgBox(pApp, pPageView, swMsg, swTitle, nType, nIcon); 137 int CJS_Object::MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle, FX_UINT nType, FX_UINT nIcon) argument 139 return FXJS_MsgBox(pApp, pPageView, swMsg, swTitle, nType, nIcon);
|
H A D | global.cpp | 215 switch (pData->nType) 295 switch (pData->data.nType) 354 switch (pData->nType) 408 pObjElement->nType = JS_GLOBALDATA_TYPE_NUMBER; 417 pObjElement->nType = JS_GLOBALDATA_TYPE_BOOLEAN; 427 pObjElement->nType = JS_GLOBALDATA_TYPE_STRING; 436 pObjElement->nType = JS_GLOBALDATA_TYPE_OBJECT; 445 pObjElement->nType = JS_GLOBALDATA_TYPE_NULL; 465 switch (pObjData->nType) 506 FX_BOOL global_alternate::SetGlobalVariables(FX_LPCSTR propname, int nType, argument [all...] |
/external/pdfium/fpdfsdk/src/ |
H A D | fpdf_ext.cpp | 121 int nType = wsContent.GetInteger(); local 122 switch(nType)
|
H A D | fpdfformfill.cpp | 39 int nType = pFormField->GetFieldType(); local 41 return nType;
|
H A D | fsdk_baseform.cpp | 106 int nType = GetFieldType(); local 108 if (nType == FIELDTYPE_SIGNATURE) 1946 int nType = pField->GetFieldType(); local 1947 if (nType == FIELDTYPE_COMBOBOX || nType == FIELDTYPE_TEXTFIELD) 2496 int nType = pFormField->GetFieldType(); local 2497 if (nType == FIELDTYPE_COMBOBOX || nType == FIELDTYPE_TEXTFIELD) 2521 int nType = pFormField->GetFieldType(); local 2523 if (nType 2544 int nType = pFormField->GetFieldType(); local 2569 int nType = pFormField->GetFieldType(); local 2586 int nType = pFormField->GetFieldType(); local [all...] |
/external/libnfc-nxp/src/ |
H A D | phFriNfc_LlcpTransport.c | 322 uint8_t nType; local 340 &nType, 342 switch(nType)
|
/external/pdfium/fpdfsdk/include/ |
H A D | fsdk_mgr.h | 163 void JS_appBeep(int nType) argument 167 m_pInfo->m_pJsPlatform->app_beep(m_pInfo->m_pJsPlatform, nType);
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
H A D | PWL_Note.cpp | 343 void CPWL_Note_Icon::SetIconType(FX_INT32 nType) argument 345 m_nType = nType; 1752 void CPWL_Note::SetIconType(FX_INT32 nType) argument 1755 m_pIcon->SetIconType(nType);
|
/external/svox/pico/lib/ |
H A D | picopam.c | 1900 picoos_uint8 *sDest, nI, nType, nIdx, fde; local 1930 nType = pam->sSyllFeats[pam->nCurrSyllable].phoneV[bnd]; 1931 switch (nType) {
|
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 115121 int nType; local [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 115139 int nType; local [all...] |