Home
last modified time | relevance | path

Searched refs:pValue (Results 1 – 25 of 248) sorted by relevance

12345678910

/external/pdfium/fxjs/xfa/
Dcjx_draw.cpp17 void CJX_Draw::h(CFXJSE_Value* pValue, in h() argument
20 Script_Attribute_String(pValue, bSetting, eAttribute); in h()
23 void CJX_Draw::w(CFXJSE_Value* pValue, in w() argument
26 Script_Attribute_String(pValue, bSetting, eAttribute); in w()
29 void CJX_Draw::x(CFXJSE_Value* pValue, in x() argument
32 Script_Attribute_String(pValue, bSetting, eAttribute); in x()
35 void CJX_Draw::y(CFXJSE_Value* pValue, in y() argument
38 Script_Attribute_String(pValue, bSetting, eAttribute); in y()
41 void CJX_Draw::hAlign(CFXJSE_Value* pValue, in hAlign() argument
44 Script_Attribute_String(pValue, bSetting, eAttribute); in hAlign()
[all …]
Dcjx_eventpseudomodel.cpp20 void StringProperty(CFXJSE_Value* pValue, WideString& wsValue, bool bSetting) { in StringProperty() argument
22 wsValue = pValue->ToWideString(); in StringProperty()
25 pValue->SetString(wsValue.UTF8Encode().AsStringView()); in StringProperty()
28 void InterProperty(CFXJSE_Value* pValue, int32_t& iValue, bool bSetting) { in InterProperty() argument
30 iValue = pValue->ToInteger(); in InterProperty()
33 pValue->SetInteger(iValue); in InterProperty()
36 void BooleanProperty(CFXJSE_Value* pValue, bool& bValue, bool bSetting) { in BooleanProperty() argument
38 bValue = pValue->ToBoolean(); in BooleanProperty()
41 pValue->SetBoolean(bValue); in BooleanProperty()
57 void CJX_EventPseudoModel::change(CFXJSE_Value* pValue, in change() argument
[all …]
Dcjx_barcode.cpp15 void CJX_Barcode::charEncoding(CFXJSE_Value* pValue, in charEncoding() argument
18 Script_Attribute_String(pValue, bSetting, eAttribute); in charEncoding()
21 void CJX_Barcode::checksum(CFXJSE_Value* pValue, in checksum() argument
24 Script_Attribute_String(pValue, bSetting, eAttribute); in checksum()
27 void CJX_Barcode::dataColumnCount(CFXJSE_Value* pValue, in dataColumnCount() argument
30 Script_Attribute_String(pValue, bSetting, eAttribute); in dataColumnCount()
33 void CJX_Barcode::dataLength(CFXJSE_Value* pValue, in dataLength() argument
36 Script_Attribute_String(pValue, bSetting, eAttribute); in dataLength()
39 void CJX_Barcode::dataPrep(CFXJSE_Value* pValue, in dataPrep() argument
42 Script_Attribute_String(pValue, bSetting, eAttribute); in dataPrep()
[all …]
Dcjx_font.cpp15 void CJX_Font::lineThrough(CFXJSE_Value* pValue, in lineThrough() argument
18 Script_Attribute_String(pValue, bSetting, eAttribute); in lineThrough()
21 void CJX_Font::typeface(CFXJSE_Value* pValue, in typeface() argument
24 Script_Attribute_String(pValue, bSetting, eAttribute); in typeface()
27 void CJX_Font::fontHorizontalScale(CFXJSE_Value* pValue, in fontHorizontalScale() argument
30 Script_Attribute_String(pValue, bSetting, eAttribute); in fontHorizontalScale()
33 void CJX_Font::use(CFXJSE_Value* pValue, in use() argument
36 Script_Attribute_String(pValue, bSetting, eAttribute); in use()
39 void CJX_Font::kerningMode(CFXJSE_Value* pValue, in kerningMode() argument
42 Script_Attribute_String(pValue, bSetting, eAttribute); in kerningMode()
[all …]
Dcjx_exclgroup.cpp110 void CJX_ExclGroup::defaultValue(CFXJSE_Value* pValue, in defaultValue() argument
118 pWidgetAcc->SetSelectedMemberByValue(pValue->ToWideString().AsStringView(), in defaultValue()
126 pValue->SetNull(); in defaultValue()
129 pValue->SetString(wsValue.UTF8Encode().AsStringView()); in defaultValue()
132 void CJX_ExclGroup::rawValue(CFXJSE_Value* pValue, in rawValue() argument
135 defaultValue(pValue, bSetting, eAttribute); in rawValue()
138 void CJX_ExclGroup::transient(CFXJSE_Value* pValue, in transient() argument
142 void CJX_ExclGroup::access(CFXJSE_Value* pValue, in access() argument
145 Script_Attribute_String(pValue, bSetting, eAttribute); in access()
148 void CJX_ExclGroup::accessKey(CFXJSE_Value* pValue, in accessKey() argument
[all …]
Dcjx_subform.cpp81 void CJX_Subform::locale(CFXJSE_Value* pValue, in locale() argument
85 SetCData(XFA_Attribute::Locale, pValue->ToWideString(), true, true); in locale()
90 pValue->SetString(wsLocaleName.UTF8Encode().AsStringView()); in locale()
93 void CJX_Subform::instanceIndex(CFXJSE_Value* pValue, in instanceIndex() argument
96 Script_Som_InstanceIndex(pValue, bSetting, eAttribute); in instanceIndex()
99 void CJX_Subform::allowMacro(CFXJSE_Value* pValue, in allowMacro() argument
102 Script_Attribute_String(pValue, bSetting, eAttribute); in allowMacro()
105 void CJX_Subform::anchorType(CFXJSE_Value* pValue, in anchorType() argument
108 Script_Attribute_String(pValue, bSetting, eAttribute); in anchorType()
111 void CJX_Subform::colSpan(CFXJSE_Value* pValue, in colSpan() argument
[all …]
Dcjx_field.cpp235 void CJX_Field::defaultValue(CFXJSE_Value* pValue, in defaultValue() argument
244 if (pValue) { in defaultValue()
246 pWidgetAcc->SetIsNull(pValue->IsNull()); in defaultValue()
250 if (pValue && !(pValue->IsNull() || pValue->IsUndefined())) in defaultValue()
251 wsNewText = pValue->ToWideString(); in defaultValue()
270 pValue->SetNull(); in defaultValue()
280 pValue->SetString(content.UTF8Encode().AsStringView()); in defaultValue()
283 pValue->SetFloat((float)(double)decimal); in defaultValue()
286 pValue->SetInteger(FXSYS_wtoi(content.c_str())); in defaultValue()
288 pValue->SetBoolean(FXSYS_wtoi(content.c_str()) == 0 ? false : true); in defaultValue()
[all …]
Dcjx_para.cpp15 void CJX_Para::hAlign(CFXJSE_Value* pValue, in hAlign() argument
18 Script_Attribute_String(pValue, bSetting, eAttribute); in hAlign()
21 void CJX_Para::textIndent(CFXJSE_Value* pValue, in textIndent() argument
24 Script_Attribute_String(pValue, bSetting, eAttribute); in textIndent()
27 void CJX_Para::use(CFXJSE_Value* pValue, in use() argument
30 Script_Attribute_String(pValue, bSetting, eAttribute); in use()
33 void CJX_Para::marginRight(CFXJSE_Value* pValue, in marginRight() argument
36 Script_Attribute_String(pValue, bSetting, eAttribute); in marginRight()
39 void CJX_Para::marginLeft(CFXJSE_Value* pValue, in marginLeft() argument
42 Script_Attribute_String(pValue, bSetting, eAttribute); in marginLeft()
[all …]
Dcjx_break.cpp15 void CJX_Break::after(CFXJSE_Value* pValue, in after() argument
18 Script_Attribute_String(pValue, bSetting, eAttribute); in after()
21 void CJX_Break::afterTarget(CFXJSE_Value* pValue, in afterTarget() argument
24 Script_Attribute_String(pValue, bSetting, eAttribute); in afterTarget()
27 void CJX_Break::before(CFXJSE_Value* pValue, in before() argument
30 Script_Attribute_String(pValue, bSetting, eAttribute); in before()
33 void CJX_Break::beforeTarget(CFXJSE_Value* pValue, in beforeTarget() argument
36 Script_Attribute_String(pValue, bSetting, eAttribute); in beforeTarget()
39 void CJX_Break::bookendLeader(CFXJSE_Value* pValue, in bookendLeader() argument
42 Script_Attribute_String(pValue, bSetting, eAttribute); in bookendLeader()
[all …]
Dcjx_keyusage.cpp15 void CJX_KeyUsage::use(CFXJSE_Value* pValue, in use() argument
18 Script_Attribute_String(pValue, bSetting, eAttribute); in use()
21 void CJX_KeyUsage::nonRepudiation(CFXJSE_Value* pValue, in nonRepudiation() argument
24 Script_Attribute_String(pValue, bSetting, eAttribute); in nonRepudiation()
27 void CJX_KeyUsage::encipherOnly(CFXJSE_Value* pValue, in encipherOnly() argument
30 Script_Attribute_String(pValue, bSetting, eAttribute); in encipherOnly()
33 void CJX_KeyUsage::type(CFXJSE_Value* pValue, in type() argument
36 Script_Attribute_String(pValue, bSetting, eAttribute); in type()
39 void CJX_KeyUsage::digitalSignature(CFXJSE_Value* pValue, in digitalSignature() argument
42 Script_Attribute_String(pValue, bSetting, eAttribute); in digitalSignature()
[all …]
Dcjx_pagearea.cpp15 void CJX_PageArea::use(CFXJSE_Value* pValue, in use() argument
18 Script_Attribute_String(pValue, bSetting, eAttribute); in use()
21 void CJX_PageArea::pagePosition(CFXJSE_Value* pValue, in pagePosition() argument
24 Script_Attribute_String(pValue, bSetting, eAttribute); in pagePosition()
27 void CJX_PageArea::oddOrEven(CFXJSE_Value* pValue, in oddOrEven() argument
30 Script_Attribute_String(pValue, bSetting, eAttribute); in oddOrEven()
33 void CJX_PageArea::relevant(CFXJSE_Value* pValue, in relevant() argument
36 Script_Attribute_String(pValue, bSetting, eAttribute); in relevant()
39 void CJX_PageArea::initialNumber(CFXJSE_Value* pValue, in initialNumber() argument
42 Script_Attribute_String(pValue, bSetting, eAttribute); in initialNumber()
[all …]
Dcjx_script.cpp16 void CJX_Script::use(CFXJSE_Value* pValue, in use() argument
19 Script_Attribute_String(pValue, bSetting, eAttribute); in use()
22 void CJX_Script::contentType(CFXJSE_Value* pValue, in contentType() argument
25 Script_Attribute_String(pValue, bSetting, eAttribute); in contentType()
28 void CJX_Script::runAt(CFXJSE_Value* pValue, in runAt() argument
31 Script_Attribute_String(pValue, bSetting, eAttribute); in runAt()
34 void CJX_Script::stateless(CFXJSE_Value* pValue, in stateless() argument
41 pValue->SetString(FX_UTF8Encode(WideStringView(L"0", 1)).AsStringView()); in stateless()
44 void CJX_Script::defaultValue(CFXJSE_Value* pValue, in defaultValue() argument
47 Script_Som_DefaultValue(pValue, bSetting, eAttribute); in defaultValue()
[all …]
Dcjx_recordset.cpp17 void CJX_RecordSet::max(CFXJSE_Value* pValue, in max() argument
20 Script_Attribute_String(pValue, bSetting, eAttribute); in max()
23 void CJX_RecordSet::use(CFXJSE_Value* pValue, in use() argument
26 Script_Attribute_String(pValue, bSetting, eAttribute); in use()
29 void CJX_RecordSet::eofAction(CFXJSE_Value* pValue, in eofAction() argument
32 Script_Attribute_String(pValue, bSetting, eAttribute); in eofAction()
35 void CJX_RecordSet::cursorType(CFXJSE_Value* pValue, in cursorType() argument
38 Script_Attribute_String(pValue, bSetting, eAttribute); in cursorType()
41 void CJX_RecordSet::lockType(CFXJSE_Value* pValue, in lockType() argument
44 Script_Attribute_String(pValue, bSetting, eAttribute); in lockType()
[all …]
Dcjx_corner.cpp15 void CJX_Corner::use(CFXJSE_Value* pValue, in use() argument
18 Script_Attribute_String(pValue, bSetting, eAttribute); in use()
21 void CJX_Corner::stroke(CFXJSE_Value* pValue, in stroke() argument
24 Script_Attribute_String(pValue, bSetting, eAttribute); in stroke()
27 void CJX_Corner::presence(CFXJSE_Value* pValue, in presence() argument
30 Script_Attribute_String(pValue, bSetting, eAttribute); in presence()
33 void CJX_Corner::inverted(CFXJSE_Value* pValue, in inverted() argument
36 Script_Attribute_String(pValue, bSetting, eAttribute); in inverted()
39 void CJX_Corner::thickness(CFXJSE_Value* pValue, in thickness() argument
42 Script_Attribute_String(pValue, bSetting, eAttribute); in thickness()
[all …]
Dcjx_image.cpp15 void CJX_Image::use(CFXJSE_Value* pValue, in use() argument
18 Script_Attribute_String(pValue, bSetting, eAttribute); in use()
21 void CJX_Image::contentType(CFXJSE_Value* pValue, in contentType() argument
24 Script_Attribute_String(pValue, bSetting, eAttribute); in contentType()
27 void CJX_Image::transferEncoding(CFXJSE_Value* pValue, in transferEncoding() argument
30 Script_Attribute_String(pValue, bSetting, eAttribute); in transferEncoding()
33 void CJX_Image::defaultValue(CFXJSE_Value* pValue, in defaultValue() argument
36 Script_Som_DefaultValue_Read(pValue, bSetting, eAttribute); in defaultValue()
39 void CJX_Image::usehref(CFXJSE_Value* pValue, in usehref() argument
42 Script_Attribute_String(pValue, bSetting, eAttribute); in usehref()
[all …]
Dcjx_tree.cpp74 auto pValue = pdfium::MakeUnique<CFXJSE_Value>(pScriptContext->GetIsolate()); in resolveNode() local
76 (jsObject->*(lpAttributeInfo->callback))(pValue.get(), false, in resolveNode()
78 return CJS_Return(pValue->DirectGetValue().Get(runtime->GetIsolate())); in resolveNode()
95 auto pValue = pdfium::MakeUnique<CFXJSE_Value>(pScriptContext->GetIsolate()); in resolveNodes() local
96 ResolveNodeList(pValue.get(), runtime->ToWideString(params[0]), in resolveNodes()
101 return CJS_Return(pValue->DirectGetValue().Get(runtime->GetIsolate())); in resolveNodes()
104 void CJX_Tree::all(CFXJSE_Value* pValue, in all() argument
114 ResolveNodeList(pValue, wsExpression, dwFlag, nullptr); in all()
117 void CJX_Tree::classAll(CFXJSE_Value* pValue, in classAll() argument
126 ResolveNodeList(pValue, wsExpression, in classAll()
[all …]
Dcjx_breakafter.cpp15 void CJX_BreakAfter::use(CFXJSE_Value* pValue, in use() argument
18 Script_Attribute_String(pValue, bSetting, eAttribute); in use()
21 void CJX_BreakAfter::startNew(CFXJSE_Value* pValue, in startNew() argument
24 Script_Attribute_String(pValue, bSetting, eAttribute); in startNew()
27 void CJX_BreakAfter::trailer(CFXJSE_Value* pValue, in trailer() argument
30 Script_Attribute_String(pValue, bSetting, eAttribute); in trailer()
33 void CJX_BreakAfter::targetType(CFXJSE_Value* pValue, in targetType() argument
36 Script_Attribute_String(pValue, bSetting, eAttribute); in targetType()
39 void CJX_BreakAfter::usehref(CFXJSE_Value* pValue, in usehref() argument
42 Script_Attribute_String(pValue, bSetting, eAttribute); in usehref()
[all …]
Dcjx_medium.cpp15 void CJX_Medium::use(CFXJSE_Value* pValue, in use() argument
18 Script_Attribute_String(pValue, bSetting, eAttribute); in use()
21 void CJX_Medium::orientation(CFXJSE_Value* pValue, in orientation() argument
24 Script_Attribute_String(pValue, bSetting, eAttribute); in orientation()
27 void CJX_Medium::imagingBBox(CFXJSE_Value* pValue, in imagingBBox() argument
30 Script_Attribute_String(pValue, bSetting, eAttribute); in imagingBBox()
33 void CJX_Medium::shortValue(CFXJSE_Value* pValue, in shortValue() argument
36 Script_Attribute_String(pValue, bSetting, eAttribute); in shortValue()
39 void CJX_Medium::usehref(CFXJSE_Value* pValue, in usehref() argument
42 Script_Attribute_String(pValue, bSetting, eAttribute); in usehref()
[all …]
Dcjx_connect.cpp15 void CJX_Connect::use(CFXJSE_Value* pValue, in use() argument
18 Script_Attribute_String(pValue, bSetting, eAttribute); in use()
21 void CJX_Connect::timeout(CFXJSE_Value* pValue, in timeout() argument
24 Script_Attribute_String(pValue, bSetting, eAttribute); in timeout()
27 void CJX_Connect::connection(CFXJSE_Value* pValue, in connection() argument
30 Script_Attribute_String(pValue, bSetting, eAttribute); in connection()
33 void CJX_Connect::usage(CFXJSE_Value* pValue, in usage() argument
36 Script_Attribute_String(pValue, bSetting, eAttribute); in usage()
39 void CJX_Connect::usehref(CFXJSE_Value* pValue, in usehref() argument
42 Script_Attribute_String(pValue, bSetting, eAttribute); in usehref()
[all …]
Dcjx_submit.cpp15 void CJX_Submit::format(CFXJSE_Value* pValue, in format() argument
18 Script_Attribute_String(pValue, bSetting, eAttribute); in format()
21 void CJX_Submit::embedPDF(CFXJSE_Value* pValue, in embedPDF() argument
24 Script_Attribute_String(pValue, bSetting, eAttribute); in embedPDF()
27 void CJX_Submit::use(CFXJSE_Value* pValue, in use() argument
30 Script_Attribute_String(pValue, bSetting, eAttribute); in use()
33 void CJX_Submit::usehref(CFXJSE_Value* pValue, in usehref() argument
36 Script_Attribute_String(pValue, bSetting, eAttribute); in usehref()
39 void CJX_Submit::target(CFXJSE_Value* pValue, in target() argument
42 Script_Attribute_String(pValue, bSetting, eAttribute); in target()
[all …]
Dcjx_breakbefore.cpp15 void CJX_BreakBefore::use(CFXJSE_Value* pValue, in use() argument
18 Script_Attribute_String(pValue, bSetting, eAttribute); in use()
21 void CJX_BreakBefore::startNew(CFXJSE_Value* pValue, in startNew() argument
24 Script_Attribute_String(pValue, bSetting, eAttribute); in startNew()
27 void CJX_BreakBefore::trailer(CFXJSE_Value* pValue, in trailer() argument
30 Script_Attribute_String(pValue, bSetting, eAttribute); in trailer()
33 void CJX_BreakBefore::targetType(CFXJSE_Value* pValue, in targetType() argument
36 Script_Attribute_String(pValue, bSetting, eAttribute); in targetType()
39 void CJX_BreakBefore::usehref(CFXJSE_Value* pValue, in usehref() argument
42 Script_Attribute_String(pValue, bSetting, eAttribute); in usehref()
[all …]
Dcjx_exdata.cpp15 void CJX_ExData::use(CFXJSE_Value* pValue, in use() argument
18 Script_Attribute_String(pValue, bSetting, eAttribute); in use()
21 void CJX_ExData::contentType(CFXJSE_Value* pValue, in contentType() argument
24 Script_Attribute_String(pValue, bSetting, eAttribute); in contentType()
27 void CJX_ExData::transferEncoding(CFXJSE_Value* pValue, in transferEncoding() argument
30 Script_Attribute_String(pValue, bSetting, eAttribute); in transferEncoding()
33 void CJX_ExData::defaultValue(CFXJSE_Value* pValue, in defaultValue() argument
36 Script_Som_DefaultValue(pValue, bSetting, eAttribute); in defaultValue()
39 void CJX_ExData::usehref(CFXJSE_Value* pValue, in usehref() argument
42 Script_Attribute_String(pValue, bSetting, eAttribute); in usehref()
[all …]
Dcjx_object.h115 void Script_Attribute_String(CFXJSE_Value* pValue,
118 void Script_Attribute_BOOL(CFXJSE_Value* pValue,
121 void Script_Attribute_Integer(CFXJSE_Value* pValue,
125 void Script_Som_FontColor(CFXJSE_Value* pValue,
128 void Script_Som_FillColor(CFXJSE_Value* pValue,
131 void Script_Som_BorderColor(CFXJSE_Value* pValue,
134 void Script_Som_BorderWidth(CFXJSE_Value* pValue,
137 void Script_Som_ValidationMessage(CFXJSE_Value* pValue,
140 void Script_Som_MandatoryMessage(CFXJSE_Value* pValue,
143 void Script_Field_Length(CFXJSE_Value* pValue,
[all …]
/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dload.go30 func typeMismatchReason(pValue interface{}, v reflect.Value) string {
32 switch pValue.(type) {
136 pValue := p.Value
137 if iv, ok := pValue.(indexValue); ok {
154 pValue, err = propValue(iv.value, meaning)
160 if errReason := setVal(v, pValue); errReason != "" {
176 func setVal(v reflect.Value, pValue interface{}) string {
179 x, ok := pValue.(int64)
180 if !ok && pValue != nil {
181 return typeMismatchReason(pValue, v)
[all …]
/external/pdfium/core/fxcrt/css/
Dcfx_cssstyleselector.cpp115 ApplyProperty(prop->eProperty, prop->pValue, pComputedStyle); in ApplyDeclarations()
121 ApplyProperty(prop->eProperty, prop->pValue, pComputedStyle); in ApplyDeclarations()
172 const RetainPtr<CFX_CSSValue>& pValue, in ApplyProperty() argument
174 if (pValue->GetType() != CFX_CSSPrimitiveType::List) { in ApplyProperty()
175 CFX_CSSPrimitiveType eType = pValue->GetType(); in ApplyProperty()
180 ToDisplay(pValue.As<CFX_CSSEnumValue>()->Value()); in ApplyProperty()
186 fFontSize = pValue.As<CFX_CSSNumberValue>()->Apply(fFontSize); in ApplyProperty()
189 ToFontSize(pValue.As<CFX_CSSEnumValue>()->Value(), fFontSize); in ApplyProperty()
194 RetainPtr<CFX_CSSNumberValue> v = pValue.As<CFX_CSSNumberValue>(); in ApplyProperty()
207 ToTextAlign(pValue.As<CFX_CSSEnumValue>()->Value()); in ApplyProperty()
[all …]

12345678910