OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CJX_Operation
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/fxjs/xfa/
cjx_operation.h
14
class
CJX_Operation
: public CJX_TextNode {
16
explicit
CJX_Operation
(CXFA_Operation* node);
17
~
CJX_Operation
() override;
cjx_operation.cpp
7
#include "fxjs/xfa/
cjx_operation
.h"
11
CJX_Operation
::
CJX_Operation
(CXFA_Operation* node) : CJX_TextNode(node) {}
13
CJX_Operation
::~
CJX_Operation
() = default;
15
void
CJX_Operation
::use(CFXJSE_Value* pValue,
21
void
CJX_Operation
::output(CFXJSE_Value* pValue,
27
void
CJX_Operation
::usehref(CFXJSE_Value* pValue,
33
void
CJX_Operation
::input(CFXJSE_Value* pValue,
/external/pdfium/xfa/fxfa/parser/
cxfa_operation.cpp
9
#include "fxjs/xfa/
cjx_operation
.h"
36
pdfium::MakeUnique<
CJX_Operation
>(this)) {}
xfa_basic_data_element_script.cpp
91
#include "fxjs/xfa/
cjx_operation
.h"
[
all
...]
Completed in 1830 milliseconds