Home
last modified time | relevance | path

Searched refs:eType (Results 1 – 25 of 140) sorted by relevance

123456

/external/pdfium/core/fxcrt/css/
Dcfx_cssstyleselector.cpp176 CFX_CSSValue::PrimitiveType eType = pValue->GetType(); in ApplyProperty() local
179 if (eType == CFX_CSSValue::PrimitiveType::kEnum) { in ApplyProperty()
186 if (eType == CFX_CSSValue::PrimitiveType::kNumber) { in ApplyProperty()
188 } else if (eType == CFX_CSSValue::PrimitiveType::kEnum) { in ApplyProperty()
194 if (eType == CFX_CSSValue::PrimitiveType::kNumber) { in ApplyProperty()
206 if (eType == CFX_CSSValue::PrimitiveType::kEnum) { in ApplyProperty()
213 eType, pValue, in ApplyProperty()
217 if (eType == CFX_CSSValue::PrimitiveType::kEnum) { in ApplyProperty()
220 } else if (eType == CFX_CSSValue::PrimitiveType::kNumber) { in ApplyProperty()
230 if (eType == CFX_CSSValue::PrimitiveType::kEnum) { in ApplyProperty()
[all …]
Dcfx_cssvaluelistparser.cpp22 bool CFX_CSSValueListParser::NextValue(CFX_CSSValue::PrimitiveType* eType, in NextValue() argument
31 *eType = CFX_CSSValue::PrimitiveType::kUnknown; in NextValue()
38 *eType = CFX_CSSValue::PrimitiveType::kRGB; in NextValue()
45 *eType = CFX_CSSValue::PrimitiveType::kNumber; in NextValue()
51 *eType = CFX_CSSValue::PrimitiveType::kString; in NextValue()
56 *eType = CFX_CSSValue::PrimitiveType::kRGB; in NextValue()
60 *eType = CFX_CSSValue::PrimitiveType::kString; in NextValue()
Dcfx_cssdeclaration.cpp116 CFX_CSSValue::PrimitiveType eType; in ParseCSSColor() local
119 if (!list.NextValue(&eType, &pszValue, &nValueLen)) in ParseCSSColor()
121 if (eType != CFX_CSSValue::PrimitiveType::kNumber) in ParseCSSColor()
339 CFX_CSSValue::PrimitiveType eType; in ParseValueListProperty() local
341 while (parser.NextValue(&eType, &pszValue, &nValueLen)) { in ParseValueListProperty()
342 switch (eType) { in ParseValueListProperty()
459 CFX_CSSValue::PrimitiveType eType; in ParseBorderProperty() local
461 while (parser.NextValue(&eType, &pszValue, &nValueLen)) { in ParseBorderProperty()
462 switch (eType) { in ParseBorderProperty()
518 CFX_CSSValue::PrimitiveType eType; in ParseFontProperty() local
[all …]
/external/sqlite/dist/ext/misc/
Dpercentile.c104 int eType; in percentStep() local
109 eType = sqlite3_value_numeric_type(argv[1]); in percentStep()
111 if( (eType!=SQLITE_INTEGER && eType!=SQLITE_FLOAT) in percentStep()
133 eType = sqlite3_value_type(argv[0]); in percentStep()
134 if( eType==SQLITE_NULL ) return; in percentStep()
138 if( eType!=SQLITE_INTEGER && eType!=SQLITE_FLOAT ){ in percentStep()
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.cpp62 bool CJX_LayoutPseudoModel::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
63 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
262 XFA_Element eType = pItemChild->GetFormNode()->GetElementType(); in GetObjArray() local
263 if (eType != XFA_Element::Field && eType != XFA_Element::Draw && in GetObjArray()
264 eType != XFA_Element::Subform && eType != XFA_Element::Area) { in GetObjArray()
283 XFA_Element eType = pItemChild->GetFormNode()->GetElementType(); in GetObjArray() local
284 if (eType != XFA_Element::Field && eType != XFA_Element::Draw && in GetObjArray()
285 eType != XFA_Element::Subform && eType != XFA_Element::Area) { in GetObjArray()
300 XFA_Element eType = XFA_Element::Unknown; in GetObjArray() local
302 eType = XFA_Element::Field; in GetObjArray()
[all …]
Dcjx_model.cpp30 bool CJX_Model::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
31 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
55 XFA_Element eType = XFA_GetElementByName(tagName.AsStringView()); in createNode() local
56 CXFA_Node* pNewNode = GetXFANode()->CreateSamePacketNode(eType); in createNode()
Dcjx_extras.cpp15 bool CJX_Extras::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
16 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_handler.cpp15 bool CJX_Handler::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
16 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_encrypt.cpp15 bool CJX_Encrypt::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
16 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_script.cpp17 bool CJX_Script::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
18 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_manifest.cpp26 bool CJX_Manifest::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
27 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_wsdlconnection.cpp27 bool CJX_WsdlConnection::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
28 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_desc.cpp25 bool CJX_Desc::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
26 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_xfa.cpp19 bool CJX_Xfa::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
20 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_textnode.cpp16 bool CJX_TextNode::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
17 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_treelist.cpp28 bool CJX_TreeList::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
29 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
Dcjx_node.cpp111 bool CJX_Node::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs()
112 return eType == static_type__ || ParentType__::DynamicTypeIs(eType); in DynamicTypeIs()
188 XFA_Element eType = XFA_GetElementByName(expression.AsStringView()); in isPropertySpecified() local
189 if (eType == XFA_Element::Unknown) in isPropertySpecified()
194 bool bHas = !!GetOrCreateProperty<CXFA_Node>(iIndex, eType); in isPropertySpecified()
199 !!jsnode->GetOrCreateProperty<CXFA_Node>(iIndex, eType); in isPropertySpecified()
476 XFA_Element eType) { in execSingleEventByName() argument
495 if (eType != XFA_Element::Subform) in execSingleEventByName()
501 if (eType != XFA_Element::ExclGroup && eType != XFA_Element::Field) in execSingleEventByName()
515 if (eType != XFA_Element::Field) in execSingleEventByName()
/external/pdfium/xfa/fxfa/parser/
Dxfa_document_datamerger_imp.cpp14 XFA_Element eType = pTemplateChild->GetElementType(); in XFA_DataMerge_NeedGenerateForm() local
15 if (eType == XFA_Element::Variables) in XFA_DataMerge_NeedGenerateForm()
19 if (eType == XFA_Element::Proto || in XFA_DataMerge_NeedGenerateForm()
20 (bUseInstanceManager && eType == XFA_Element::Occur)) { in XFA_DataMerge_NeedGenerateForm()
27 XFA_Element eType, in XFA_DataMerge_FindFormDOMInstance() argument
32 if (pFormChild->GetElementType() == eType && in XFA_DataMerge_FindFormDOMInstance()
Dcxfa_node.h189 size_t CountChildren(XFA_Element eType, bool bOnlyChild);
192 T* GetChild(size_t index, XFA_Element eType, bool bOnlyChild) { in GetChild() argument
193 return static_cast<T*>(GetChildInternal(index, eType, bOnlyChild)); in GetChild()
197 const T* GetChild(size_t index, XFA_Element eType, bool bOnlyChild) const { in GetChild() argument
198 return static_cast<const T*>(GetChildInternal(index, eType, bOnlyChild)); in GetChild()
216 CXFA_Node* CreateSamePacketNode(XFA_Element eType);
238 T* GetFirstChildByClass(XFA_Element eType) const { in GetFirstChildByClass() argument
239 return static_cast<T*>(GetFirstChildByClassInternal(eType)); in GetFirstChildByClass()
247 T* GetNextSameClassSibling(XFA_Element eType) const { in GetNextSameClassSibling() argument
248 return static_cast<T*>(GetNextSameClassSiblingInternal(eType)); in GetNextSameClassSibling()
[all …]
Dcxfa_nodelocale.cpp103 WideString CXFA_NodeLocale::GetDatePattern(DateTimeSubcategory eType) const { in GetDatePattern()
104 switch (eType) { in GetDatePattern()
118 WideString CXFA_NodeLocale::GetTimePattern(DateTimeSubcategory eType) const { in GetTimePattern()
119 switch (eType) { in GetTimePattern()
133 WideString CXFA_NodeLocale::GetNumPattern(NumSubcategory eType) const { in GetNumPattern()
134 return XFA_PatternToString(eType); in GetNumPattern()
Dcxfa_xmllocale.cpp156 WideString CXFA_XMLLocale::GetDatePattern(DateTimeSubcategory eType) const { in GetDatePattern()
162 switch (eType) { in GetDatePattern()
180 WideString CXFA_XMLLocale::GetTimePattern(DateTimeSubcategory eType) const { in GetTimePattern()
186 switch (eType) { in GetTimePattern()
204 WideString CXFA_XMLLocale::GetNumPattern(NumSubcategory eType) const { in GetNumPattern()
206 return patterns ? XFA_PatternToString(eType) : WideString(); in GetNumPattern()
/external/pdfium/core/fpdfdoc/
Dcpdf_aaction.cpp54 bool CPDF_AAction::ActionExist(AActionType eType) const { in ActionExist()
55 return m_pDict && m_pDict->KeyExist(kAATypes[eType]); in ActionExist()
58 CPDF_Action CPDF_AAction::GetAction(AActionType eType) const { in GetAction()
59 return CPDF_Action(m_pDict ? m_pDict->GetDictFor(kAATypes[eType]) : nullptr); in GetAction()
/external/pdfium/xfa/fgas/layout/
Dfgas_arabic.cpp145 FX_CHARTYPE* eType) { in ParseChar() argument
147 *eType = FX_CHARTYPE::kUnknown; in ParseChar()
152 *eType = pTC->GetCharType(); in ParseChar()
155 if (!pFT || *eType >= FX_CHARTYPE::kArabicNormal) in ParseChar()
156 *eType = FX_CHARTYPE::kUnknown; in ParseChar()
/external/pdfium/xfa/fxfa/
Dcxfa_fftextedit.cpp97 XFA_Element eType; in UpdateWidgetProperty() local
99 std::tie(eType, iMaxChars) = m_pNode->GetMaxChars(); in UpdateWidgetProperty()
100 if (eType == XFA_Element::ExData) in UpdateWidgetProperty()
277 XFA_ValuePicture eType = XFA_ValuePicture::kDisplay; in UpdateFWLData() local
279 eType = XFA_ValuePicture::kEdit; in UpdateFWLData()
288 iMaxChars = eType == XFA_ValuePicture::kEdit ? iMaxChars : 0; in UpdateFWLData()
295 if (eType == XFA_ValuePicture::kEdit) { in UpdateFWLData()
304 WideString wsText = m_pNode->GetValue(eType); in UpdateFWLData()
306 if (wsText != wsOldText || (eType == XFA_ValuePicture::kEdit && bUpdate)) { in UpdateFWLData()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseIterators.java472 int eType; in next() local
483 eType = _exptype(node); in next()
484 if (eType < DTM.NTYPES) { in next()
485 if (eType == nodeType) { in next()
488 } else if (m_expandedNameTable.getType(eType) == nodeType) { in next()
937 int eType; in next() local
946 eType = _exptype(node); in next()
947 if (eType < DTM.NTYPES) { in next()
948 if (eType == nodeType) { in next()
951 } else if (m_expandedNameTable.getType(eType) == nodeType) { in next()
[all …]

123456