Searched refs:GetCustomStyle (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fxfa/app/ |
D | cxfa_textparser.cpp | 312 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/ |
D | cfde_csscomputedstyle.h | 95 bool GetCustomStyle(const CFX_WideString& wsName,
|
D | cfde_csscomputedstyle.cpp | 17 bool CFDE_CSSComputedStyle::GetCustomStyle(const CFX_WideString& wsName, in GetCustomStyle() function in CFDE_CSSComputedStyle
|