Searched refs:nType (Results 1 - 25 of 25) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Object.cpp15 int FXJS_MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle, FX_UINT nType, FX_UINT nIcon) argument
24 nRet = pApp->JS_appAlert(swMsg, swTitle, nType, nIcon);
58 int CJS_EmbedObj::MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView,FX_LPCWSTR swMsg,FX_LPCWSTR swTitle,FX_UINT nType,FX_UINT nIcon) argument
60 return FXJS_MsgBox(pApp, pPageView, swMsg, swTitle, nType, nIcon);
128 int CJS_Object::MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle, FX_UINT nType, FX_UINT nIcon) argument
130 return FXJS_MsgBox(pApp, pPageView, swMsg, swTitle, nType, nIcon);
H A DJS_GlobalData.cpp32 switch (pOldObjData->nType)
38 pNewObjData->nType = pOldObjData->nType;
47 pNewObjData->nType = pOldObjData->nType;
56 pNewObjData->nType = pOldObjData->nType;
65 pNewObjData->nType = pOldObjData->nType;
73 pNewObjData->nType
[all...]
H A Dglobal.cpp158 switch (pData->nType)
237 switch (pData->data.nType)
296 switch (pData->nType)
351 pObjElement->nType = JS_GLOBALDATA_TYPE_NUMBER;
360 pObjElement->nType = JS_GLOBALDATA_TYPE_BOOLEAN;
370 pObjElement->nType = JS_GLOBALDATA_TYPE_STRING;
379 pObjElement->nType = JS_GLOBALDATA_TYPE_OBJECT;
388 pObjElement->nType = JS_GLOBALDATA_TYPE_NULL;
408 switch (pObjData->nType)
449 FX_BOOL global_alternate::SetGlobalVariables(FX_LPCSTR propname, int nType, argument
[all...]
/external/pdfium/fpdfsdk/include/javascript/
H A Dglobal.h16 nType = 0;
28 int nType; //0:int 1:bool 2:string 3:obj member in struct:js_global_data
57 FX_BOOL SetGlobalVariables(FX_LPCSTR propname, int nType,
H A DJS_Console.h90 void OnSize(UINT nType, int cx, int cy);
149 virtual void OnSize(UINT nType, int cx, int cy);
154 void AddElement(CFX_WideString csValue , int nType);
217 afx_msg void OnSize(UINT nType, int cx, int cy);
H A DJS_Object.h29 int MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle = NULL, FX_UINT nType = 0, FX_UINT nIcon = 0);
59 static int MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle = NULL, FX_UINT nType = 0,FX_UINT nIcon = 0);
206 void SetType(int nType) argument
208 m_nType = nType;
H A DJS_GlobalData.h44 int nType; //0:int 1:bool 2:string 3:obj member in class:CJS_KeyValue
/external/pdfium/fpdfsdk/include/
H A Dfpdf_ext.h51 * nType - The type of unsupportObject
56 void(*FSDK_UnSupport_Handler)(_UNSUPPORT_INFO* pThis,int nType);
H A Dfpdfformfill.h65 * nType - The sound type.
74 void (*app_beep)(struct _IPDF_JsPlatform* pThis, int nType);
H A Dfsdk_mgr.h173 virtual void JS_appBeep(int nType) argument
177 m_pInfo->m_pJsPlatform->app_beep(m_pInfo->m_pJsPlatform, nType);
/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.cpp105 int nType = GetFieldType(); local
107 if (nType == FIELDTYPE_SIGNATURE)
1955 int nType = pField->GetFieldType(); local
1956 if (nType == FIELDTYPE_COMBOBOX || nType == FIELDTYPE_TEXTFIELD)
2605 int nType = pFormField->GetFieldType(); local
2606 if (nType == FIELDTYPE_COMBOBOX || nType == FIELDTYPE_TEXTFIELD)
2630 int nType = pFormField->GetFieldType(); local
2632 if (nType
2653 int nType = pFormField->GetFieldType(); local
2678 int nType = pFormField->GetFieldType(); local
2695 int nType = pFormField->GetFieldType(); local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dvtab.c494 int nType; local
497 nType = sqlite3Strlen30(zType);
499 for(i=0; i<nType; i++){
508 if( i<nType ){
511 for(j=i; (j+nDel)<=nType; j++){
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Note.h84 void SetIconType(FX_INT32 nType);
308 void SetIconType(FX_INT32 nType);
H A DPWL_Utils.h188 static CFX_ByteString GetIconAppStream(FX_INT32 nType, const CPDF_Rect& rect, const CPWL_Color& crFill,
191 FX_INT32 nType, const CPDF_Rect & rect, const CPWL_Color& crFill,
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Note.cpp343 void CPWL_Note_Icon::SetIconType(FX_INT32 nType) argument
345 m_nType = nType;
1754 void CPWL_Note::SetIconType(FX_INT32 nType) argument
1757 m_pIcon->SetIconType(nType);
H A DPWL_Utils.cpp1854 CFX_ByteString CPWL_Utils::GetIconAppStream(FX_INT32 nType, const CPDF_Rect& rect, const CPWL_Color& crFill,
1863 switch (nType)
1937 FX_INT32 nType, const CPDF_Rect & rect, const CPWL_Color& crFill, const CPWL_Color& crStroke, const FX_INT32 nTransparancy)
1945 switch (nType)
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpTransport.c322 uint8_t nType; local
340 &nType,
342 switch(nType)
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Djquery-1.6.4.js2243 var nType = elem.nodeType;
2246 if ( !elem || nType === 3 || nType === 8 || nType === 2 ) {
2260 notxml = nType !== 1 || !jQuery.isXMLDoc( elem );
2379 var nType = elem.nodeType;
2382 if ( !elem || nType === 3 || nType === 8 || nType === 2 ) {
2387 notxml = nType !
[all...]
/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/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c97206 int nType; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c109872 int nType; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c109892 int nType; local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 684 milliseconds