Searched defs:nType (Results 1 - 14 of 14) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
H A Dglobal.h20 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 DJS_GlobalData.h45 int nType; //0:int 1:bool 2:string 3:obj member in class:CJS_KeyValue
H A DJS_Object.h35 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 DJS_Object.cpp22 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 Dglobal.cpp215 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 Dfpdf_ext.cpp121 int nType = wsContent.GetInteger(); local
122 switch(nType)
H A Dfpdfformfill.cpp39 int nType = pFormField->GetFieldType(); local
41 return nType;
H A Dfsdk_baseform.cpp106 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 DphFriNfc_LlcpTransport.c322 uint8_t nType; local
340 &nType,
342 switch(nType)
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h163 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 DPWL_Note.cpp343 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 Dpicopam.c1900 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 Dsqlite3.c115121 int nType; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c115139 int nType; local
[all...]

Completed in 499 milliseconds