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