HomeSort by relevance Sort by last modified time
    Searched refs:CXFA_Caption (Results 1 - 7 of 7) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fffield.h 73 void CapTopBottomPlacement(CXFA_Caption caption,
76 void CapLeftRightPlacement(CXFA_Caption caption,
xfa_ffpushbutton.cpp 111 CXFA_Caption caption = m_pDataAcc->GetCaption();
139 CXFA_Caption caption = m_pDataAcc->GetCaption();
177 CXFA_Caption caption = m_pDataAcc->GetCaption();
xfa_fffield.cpp 187 CXFA_Caption caption = m_pDataAcc->GetCaption();
271 void CXFA_FFField::CapTopBottomPlacement(CXFA_Caption caption,
298 void CXFA_FFField::CapLeftRightPlacement(CXFA_Caption caption,
661 CXFA_Caption caption = m_pDataAcc->GetCaption();
xfa_ffcheckbutton.cpp 95 CXFA_Caption caption = m_pDataAcc->GetCaption();
xfa_ffwidgetacc.cpp 128 CXFA_Caption caption = pAcc->GetCaption();
552 CXFA_Caption caption = GetCaption();
762 CXFA_Caption caption = this->GetCaption();
    [all...]
  /external/pdfium/xfa/include/fxfa/
fxfa_objectacc.h 18 class CXFA_Caption;
167 class CXFA_Caption : public CXFA_Data {
169 CXFA_Caption(CXFA_Node* pNode);
589 CXFA_Caption GetCaption(FX_BOOL bModified = FALSE);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp 373 CXFA_Caption::CXFA_Caption(CXFA_Node* pNode) : CXFA_Data(pNode) {}
374 int32_t CXFA_Caption::GetPresence() {
379 int32_t CXFA_Caption::GetPlacementType() {
384 FX_FLOAT CXFA_Caption::GetReserve() {
389 CXFA_Margin CXFA_Caption::GetMargin() {
392 CXFA_Font CXFA_Caption::GetFont() {
395 CXFA_Value CXFA_Caption::GetValue() {
398 CXFA_Para CXFA_Caption::GetPara() {
401 FX_BOOL CXFA_Caption::SetPresence(int32_t iPresence) {
    [all...]

Completed in 523 milliseconds