Home
last modified time | relevance | path

Searched refs:GetCustomStyle (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/app/
Dcxfa_textparser.cpp312 if (pStyle && pStyle->GetCustomStyle(L"tab-interval", wsValue)) in GetTabInterval()
319 if (pStyle && pStyle->GetCustomStyle(L"xfa-tab-count", wsValue)) in CountTabs()
326 if (pStyle && pStyle->GetCustomStyle(L"xfa-spacerun", wsValue)) { in IsSpaceRun()
380 if (pStyle->GetCustomStyle(L"xfa-font-horizontal-scale", wsValue)) in GetHorScale()
388 pContext->m_pParentStyle->GetCustomStyle( in GetHorScale()
406 if (pStyle->GetCustomStyle(L"xfa-font-vertical-scale", wsValue)) in GetVerScale()
437 if (pStyle->GetCustomStyle(L"underlinePeriod", wsValue)) { in GetUnderline()
559 if (!pStyle->GetCustomStyle(L"xfa-tab-stops", wsValue) && in GetTabstops()
560 !pStyle->GetCustomStyle(L"tab-stops", wsValue)) { in GetTabstops()
/external/pdfium/xfa/fde/css/
Dcfde_csscomputedstyle.h95 bool GetCustomStyle(const CFX_WideString& wsName,
Dcfde_csscomputedstyle.cpp17 bool CFDE_CSSComputedStyle::GetCustomStyle(const CFX_WideString& wsName, in GetCustomStyle() function in CFDE_CSSComputedStyle