Home
last modified time | relevance | path

Searched refs:CFXJSE_Value (Results 1 – 25 of 177) sorted by relevance

12345678

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.h27 static void Abs(CFXJSE_Value* pThis,
30 static void Avg(CFXJSE_Value* pThis,
33 static void Ceil(CFXJSE_Value* pThis,
36 static void Count(CFXJSE_Value* pThis,
39 static void Floor(CFXJSE_Value* pThis,
42 static void Max(CFXJSE_Value* pThis,
45 static void Min(CFXJSE_Value* pThis,
48 static void Mod(CFXJSE_Value* pThis,
51 static void Round(CFXJSE_Value* pThis,
54 static void Sum(CFXJSE_Value* pThis,
[all …]
Dcfxjse_value.h22 class CFXJSE_Value {
24 explicit CFXJSE_Value(v8::Isolate* pIsolate);
25 ~CFXJSE_Value();
56 void SetArray(const std::vector<std::unique_ptr<CFXJSE_Value>>& values);
60 CFXJSE_Value* lpPropValue);
62 CFXJSE_Value* lpPropValue);
63 bool GetObjectPropertyByIdx(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
64 bool SetObjectProperty(uint32_t uPropIdx, CFXJSE_Value* lpPropValue);
69 CFXJSE_Value* lpPropValue);
70 bool SetFunctionBind(CFXJSE_Value* lpOldFunction, CFXJSE_Value* lpNewThis);
[all …]
Dcfxjse_value.cpp67 CFXJSE_Value::CFXJSE_Value(v8::Isolate* pIsolate) : m_pIsolate(pIsolate) {} in CFXJSE_Value() function in CFXJSE_Value
69 CFXJSE_Value::~CFXJSE_Value() {} in ~CFXJSE_Value()
71 CFXJSE_HostObject* CFXJSE_Value::ToHostObject(CFXJSE_Class* lpClass) const { in ToHostObject()
84 void CFXJSE_Value::SetObject(CFXJSE_HostObject* lpObject, in SetObject()
94 void CFXJSE_Value::SetArray( in SetArray()
95 const std::vector<std::unique_ptr<CFXJSE_Value>>& values) { in SetArray()
106 void CFXJSE_Value::SetDate(double dDouble) { in SetDate()
112 void CFXJSE_Value::SetFloat(float fFloat) { in SetFloat()
118 bool CFXJSE_Value::SetObjectProperty(const ByteStringView& szPropName, in SetObjectProperty()
119 CFXJSE_Value* lpPropValue) { in SetObjectProperty()
[all …]
Dcfxjse_formcalc_context.cpp460 CFXJSE_FormCalcContext* ToJSContext(CFXJSE_Value* pValue, in ToJSContext()
618 void CFXJSE_FormCalcContext::Abs(CFXJSE_Value* pThis, in Abs()
626 std::unique_ptr<CFXJSE_Value> argOne = args.GetValue(0); in Abs()
640 void CFXJSE_FormCalcContext::Avg(CFXJSE_Value* pThis, in Avg()
653 std::unique_ptr<CFXJSE_Value> argValue = args.GetValue(i); in Avg()
663 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg()
668 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg()
671 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg()
675 auto defaultPropValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg()
686 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg()
[all …]
Dcfxjse_engine.h29 static CXFA_Object* ToObject(CFXJSE_Value* pValue, CFXJSE_Class* pClass);
30 static void GlobalPropertyGetter(CFXJSE_Value* pObject,
32 CFXJSE_Value* pValue);
33 static void GlobalPropertySetter(CFXJSE_Value* pObject,
35 CFXJSE_Value* pValue);
36 static void NormalPropertyGetter(CFXJSE_Value* pObject,
38 CFXJSE_Value* pValue);
39 static void NormalPropertySetter(CFXJSE_Value* pObject,
41 CFXJSE_Value* pValue);
45 static int32_t NormalPropTypeGetter(CFXJSE_Value* pObject,
[all …]
Dcfxjse_formcalc_context_embeddertest.cpp27 CFXJSE_Value* value = GetValue(); in TEST_F()
66 CFXJSE_Value* value = GetValue(); in TEST_F()
87 CFXJSE_Value* value = GetValue(); in TEST_F()
128 CFXJSE_Value* value = GetValue(); in TEST_F()
146 CFXJSE_Value* value = GetValue(); in TEST_F()
164 CFXJSE_Value* value = GetValue(); in TEST_F()
182 CFXJSE_Value* value = GetValue(); in TEST_F()
200 CFXJSE_Value* value = GetValue(); in TEST_F()
220 CFXJSE_Value* value = GetValue(); in TEST_F()
240 CFXJSE_Value* value = GetValue(); in TEST_F()
[all …]
/external/pdfium/fxjs/xfa/
Dcjx_barcode.cpp15 void CJX_Barcode::charEncoding(CFXJSE_Value* pValue, in charEncoding()
21 void CJX_Barcode::checksum(CFXJSE_Value* pValue, in checksum()
27 void CJX_Barcode::dataColumnCount(CFXJSE_Value* pValue, in dataColumnCount()
33 void CJX_Barcode::dataLength(CFXJSE_Value* pValue, in dataLength()
39 void CJX_Barcode::dataPrep(CFXJSE_Value* pValue, in dataPrep()
45 void CJX_Barcode::dataRowCount(CFXJSE_Value* pValue, in dataRowCount()
51 void CJX_Barcode::endChar(CFXJSE_Value* pValue, in endChar()
57 void CJX_Barcode::errorCorrectionLevel(CFXJSE_Value* pValue, in errorCorrectionLevel()
63 void CJX_Barcode::moduleHeight(CFXJSE_Value* pValue, in moduleHeight()
69 void CJX_Barcode::moduleWidth(CFXJSE_Value* pValue, in moduleWidth()
[all …]
Dcjx_draw.cpp17 void CJX_Draw::h(CFXJSE_Value* pValue, in h()
23 void CJX_Draw::w(CFXJSE_Value* pValue, in w()
29 void CJX_Draw::x(CFXJSE_Value* pValue, in x()
35 void CJX_Draw::y(CFXJSE_Value* pValue, in y()
41 void CJX_Draw::hAlign(CFXJSE_Value* pValue, in hAlign()
47 void CJX_Draw::use(CFXJSE_Value* pValue, in use()
53 void CJX_Draw::rotate(CFXJSE_Value* pValue, in rotate()
59 void CJX_Draw::presence(CFXJSE_Value* pValue, in presence()
65 void CJX_Draw::vAlign(CFXJSE_Value* pValue, in vAlign()
71 void CJX_Draw::maxH(CFXJSE_Value* pValue, in maxH()
[all …]
Dcjx_exclgroup.cpp102 CFXJSE_Value* value = in selectedMember()
110 void CJX_ExclGroup::defaultValue(CFXJSE_Value* pValue, in defaultValue()
132 void CJX_ExclGroup::rawValue(CFXJSE_Value* pValue, in rawValue()
138 void CJX_ExclGroup::transient(CFXJSE_Value* pValue, in transient()
142 void CJX_ExclGroup::access(CFXJSE_Value* pValue, in access()
148 void CJX_ExclGroup::accessKey(CFXJSE_Value* pValue, in accessKey()
154 void CJX_ExclGroup::anchorType(CFXJSE_Value* pValue, in anchorType()
160 void CJX_ExclGroup::borderColor(CFXJSE_Value* pValue, in borderColor()
166 void CJX_ExclGroup::borderWidth(CFXJSE_Value* pValue, in borderWidth()
172 void CJX_ExclGroup::colSpan(CFXJSE_Value* pValue, in colSpan()
[all …]
Dcjx_font.cpp15 void CJX_Font::lineThrough(CFXJSE_Value* pValue, in lineThrough()
21 void CJX_Font::typeface(CFXJSE_Value* pValue, in typeface()
27 void CJX_Font::fontHorizontalScale(CFXJSE_Value* pValue, in fontHorizontalScale()
33 void CJX_Font::use(CFXJSE_Value* pValue, in use()
39 void CJX_Font::kerningMode(CFXJSE_Value* pValue, in kerningMode()
45 void CJX_Font::underline(CFXJSE_Value* pValue, in underline()
51 void CJX_Font::baselineShift(CFXJSE_Value* pValue, in baselineShift()
57 void CJX_Font::overlinePeriod(CFXJSE_Value* pValue, in overlinePeriod()
63 void CJX_Font::letterSpacing(CFXJSE_Value* pValue, in letterSpacing()
69 void CJX_Font::lineThroughPeriod(CFXJSE_Value* pValue, in lineThroughPeriod()
[all …]
Dcjx_subform.cpp81 void CJX_Subform::locale(CFXJSE_Value* pValue, in locale()
93 void CJX_Subform::instanceIndex(CFXJSE_Value* pValue, in instanceIndex()
99 void CJX_Subform::allowMacro(CFXJSE_Value* pValue, in allowMacro()
105 void CJX_Subform::anchorType(CFXJSE_Value* pValue, in anchorType()
111 void CJX_Subform::colSpan(CFXJSE_Value* pValue, in colSpan()
117 void CJX_Subform::columnWidths(CFXJSE_Value* pValue, in columnWidths()
123 void CJX_Subform::h(CFXJSE_Value* pValue, in h()
129 void CJX_Subform::hAlign(CFXJSE_Value* pValue, in hAlign()
135 void CJX_Subform::layout(CFXJSE_Value* pValue, in layout()
141 void CJX_Subform::maxH(CFXJSE_Value* pValue, in maxH()
[all …]
Dcjx_para.cpp15 void CJX_Para::hAlign(CFXJSE_Value* pValue, in hAlign()
21 void CJX_Para::textIndent(CFXJSE_Value* pValue, in textIndent()
27 void CJX_Para::use(CFXJSE_Value* pValue, in use()
33 void CJX_Para::marginRight(CFXJSE_Value* pValue, in marginRight()
39 void CJX_Para::marginLeft(CFXJSE_Value* pValue, in marginLeft()
45 void CJX_Para::radixOffset(CFXJSE_Value* pValue, in radixOffset()
51 void CJX_Para::preserve(CFXJSE_Value* pValue, in preserve()
57 void CJX_Para::spaceBelow(CFXJSE_Value* pValue, in spaceBelow()
63 void CJX_Para::vAlign(CFXJSE_Value* pValue, in vAlign()
69 void CJX_Para::tabDefault(CFXJSE_Value* pValue, in tabDefault()
[all …]
Dcjx_object.h22 class CFXJSE_Value; variable
115 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,
[all …]
Dcjx_keyusage.cpp15 void CJX_KeyUsage::use(CFXJSE_Value* pValue, in use()
21 void CJX_KeyUsage::nonRepudiation(CFXJSE_Value* pValue, in nonRepudiation()
27 void CJX_KeyUsage::encipherOnly(CFXJSE_Value* pValue, in encipherOnly()
33 void CJX_KeyUsage::type(CFXJSE_Value* pValue, in type()
39 void CJX_KeyUsage::digitalSignature(CFXJSE_Value* pValue, in digitalSignature()
45 void CJX_KeyUsage::crlSign(CFXJSE_Value* pValue, in crlSign()
51 void CJX_KeyUsage::keyAgreement(CFXJSE_Value* pValue, in keyAgreement()
57 void CJX_KeyUsage::keyEncipherment(CFXJSE_Value* pValue, in keyEncipherment()
63 void CJX_KeyUsage::usehref(CFXJSE_Value* pValue, in usehref()
69 void CJX_KeyUsage::dataEncipherment(CFXJSE_Value* pValue, in dataEncipherment()
[all …]
Dcjx_break.cpp15 void CJX_Break::after(CFXJSE_Value* pValue, in after()
21 void CJX_Break::afterTarget(CFXJSE_Value* pValue, in afterTarget()
27 void CJX_Break::before(CFXJSE_Value* pValue, in before()
33 void CJX_Break::beforeTarget(CFXJSE_Value* pValue, in beforeTarget()
39 void CJX_Break::bookendLeader(CFXJSE_Value* pValue, in bookendLeader()
45 void CJX_Break::bookendTrailer(CFXJSE_Value* pValue, in bookendTrailer()
51 void CJX_Break::overflowLeader(CFXJSE_Value* pValue, in overflowLeader()
57 void CJX_Break::overflowTarget(CFXJSE_Value* pValue, in overflowTarget()
63 void CJX_Break::overflowTrailer(CFXJSE_Value* pValue, in overflowTrailer()
69 void CJX_Break::startNew(CFXJSE_Value* pValue, in startNew()
[all …]
Dcjx_eventpseudomodel.cpp20 void StringProperty(CFXJSE_Value* pValue, WideString& wsValue, bool bSetting) { in StringProperty()
28 void InterProperty(CFXJSE_Value* pValue, int32_t& iValue, bool bSetting) { in InterProperty()
36 void BooleanProperty(CFXJSE_Value* pValue, bool& bValue, bool bSetting) { in BooleanProperty()
57 void CJX_EventPseudoModel::change(CFXJSE_Value* pValue, in change()
63 void CJX_EventPseudoModel::commitKey(CFXJSE_Value* pValue, in commitKey()
69 void CJX_EventPseudoModel::fullText(CFXJSE_Value* pValue, in fullText()
75 void CJX_EventPseudoModel::keyDown(CFXJSE_Value* pValue, in keyDown()
81 void CJX_EventPseudoModel::modifier(CFXJSE_Value* pValue, in modifier()
87 void CJX_EventPseudoModel::newContentType(CFXJSE_Value* pValue, in newContentType()
93 void CJX_EventPseudoModel::newText(CFXJSE_Value* pValue, in newText()
[all …]
Dcjx_field.cpp235 void CJX_Field::defaultValue(CFXJSE_Value* pValue, in defaultValue()
297 void CJX_Field::editValue(CFXJSE_Value* pValue, in editValue()
312 void CJX_Field::formatMessage(CFXJSE_Value* pValue, in formatMessage()
318 void CJX_Field::formattedValue(CFXJSE_Value* pValue, in formattedValue()
334 void CJX_Field::parentSubform(CFXJSE_Value* pValue, in parentSubform()
344 void CJX_Field::selectedIndex(CFXJSE_Value* pValue, in selectedIndex()
365 void CJX_Field::access(CFXJSE_Value* pValue, in access()
371 void CJX_Field::accessKey(CFXJSE_Value* pValue, in accessKey()
377 void CJX_Field::anchorType(CFXJSE_Value* pValue, in anchorType()
383 void CJX_Field::borderColor(CFXJSE_Value* pValue, in borderColor()
[all …]
Dcjx_pagearea.cpp15 void CJX_PageArea::use(CFXJSE_Value* pValue, in use()
21 void CJX_PageArea::pagePosition(CFXJSE_Value* pValue, in pagePosition()
27 void CJX_PageArea::oddOrEven(CFXJSE_Value* pValue, in oddOrEven()
33 void CJX_PageArea::relevant(CFXJSE_Value* pValue, in relevant()
39 void CJX_PageArea::initialNumber(CFXJSE_Value* pValue, in initialNumber()
45 void CJX_PageArea::usehref(CFXJSE_Value* pValue, in usehref()
51 void CJX_PageArea::numbered(CFXJSE_Value* pValue, in numbered()
57 void CJX_PageArea::blankOrNotBlank(CFXJSE_Value* pValue, in blankOrNotBlank()
Dcjx_recordset.cpp17 void CJX_RecordSet::max(CFXJSE_Value* pValue, in max()
23 void CJX_RecordSet::use(CFXJSE_Value* pValue, in use()
29 void CJX_RecordSet::eofAction(CFXJSE_Value* pValue, in eofAction()
35 void CJX_RecordSet::cursorType(CFXJSE_Value* pValue, in cursorType()
41 void CJX_RecordSet::lockType(CFXJSE_Value* pValue, in lockType()
47 void CJX_RecordSet::bofAction(CFXJSE_Value* pValue, in bofAction()
53 void CJX_RecordSet::usehref(CFXJSE_Value* pValue, in usehref()
59 void CJX_RecordSet::cursorLocation(CFXJSE_Value* pValue, in cursorLocation()
Dcjx_image.cpp15 void CJX_Image::use(CFXJSE_Value* pValue, in use()
21 void CJX_Image::contentType(CFXJSE_Value* pValue, in contentType()
27 void CJX_Image::transferEncoding(CFXJSE_Value* pValue, in transferEncoding()
33 void CJX_Image::defaultValue(CFXJSE_Value* pValue, in defaultValue()
39 void CJX_Image::usehref(CFXJSE_Value* pValue, in usehref()
45 void CJX_Image::aspect(CFXJSE_Value* pValue, in aspect()
51 void CJX_Image::value(CFXJSE_Value* pValue, in value()
57 void CJX_Image::href(CFXJSE_Value* pValue, in href()
Dcjx_script.cpp16 void CJX_Script::use(CFXJSE_Value* pValue, in use()
22 void CJX_Script::contentType(CFXJSE_Value* pValue, in contentType()
28 void CJX_Script::runAt(CFXJSE_Value* pValue, in runAt()
34 void CJX_Script::stateless(CFXJSE_Value* pValue, in stateless()
44 void CJX_Script::defaultValue(CFXJSE_Value* pValue, in defaultValue()
50 void CJX_Script::binding(CFXJSE_Value* pValue, in binding()
56 void CJX_Script::usehref(CFXJSE_Value* pValue, in usehref()
62 void CJX_Script::value(CFXJSE_Value* pValue, in value()
Dcjx_corner.cpp15 void CJX_Corner::use(CFXJSE_Value* pValue, in use()
21 void CJX_Corner::stroke(CFXJSE_Value* pValue, in stroke()
27 void CJX_Corner::presence(CFXJSE_Value* pValue, in presence()
33 void CJX_Corner::inverted(CFXJSE_Value* pValue, in inverted()
39 void CJX_Corner::thickness(CFXJSE_Value* pValue, in thickness()
45 void CJX_Corner::usehref(CFXJSE_Value* pValue, in usehref()
51 void CJX_Corner::join(CFXJSE_Value* pValue, in join()
57 void CJX_Corner::radius(CFXJSE_Value* pValue, in radius()
Dcjx_submit.cpp15 void CJX_Submit::format(CFXJSE_Value* pValue, in format()
21 void CJX_Submit::embedPDF(CFXJSE_Value* pValue, in embedPDF()
27 void CJX_Submit::use(CFXJSE_Value* pValue, in use()
33 void CJX_Submit::usehref(CFXJSE_Value* pValue, in usehref()
39 void CJX_Submit::target(CFXJSE_Value* pValue, in target()
45 void CJX_Submit::textEncoding(CFXJSE_Value* pValue, in textEncoding()
51 void CJX_Submit::xdpContent(CFXJSE_Value* pValue, in xdpContent()
Dcjx_exdata.cpp15 void CJX_ExData::use(CFXJSE_Value* pValue, in use()
21 void CJX_ExData::contentType(CFXJSE_Value* pValue, in contentType()
27 void CJX_ExData::transferEncoding(CFXJSE_Value* pValue, in transferEncoding()
33 void CJX_ExData::defaultValue(CFXJSE_Value* pValue, in defaultValue()
39 void CJX_ExData::usehref(CFXJSE_Value* pValue, in usehref()
45 void CJX_ExData::maxLength(CFXJSE_Value* pValue, in maxLength()
51 void CJX_ExData::href(CFXJSE_Value* pValue, in href()
Dcjx_medium.cpp15 void CJX_Medium::use(CFXJSE_Value* pValue, in use()
21 void CJX_Medium::orientation(CFXJSE_Value* pValue, in orientation()
27 void CJX_Medium::imagingBBox(CFXJSE_Value* pValue, in imagingBBox()
33 void CJX_Medium::shortValue(CFXJSE_Value* pValue, in shortValue()
39 void CJX_Medium::usehref(CFXJSE_Value* pValue, in usehref()
45 void CJX_Medium::stock(CFXJSE_Value* pValue, in stock()
51 void CJX_Medium::longValue(CFXJSE_Value* pValue, in longValue()

12345678