Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp306 if (pStyle && pStyle->GetCustomStyle(L"tab-interval", wsValue)) in GetTabInterval()
313 if (pStyle && pStyle->GetCustomStyle(L"xfa-tab-count", wsValue)) in CountTabs()
320 if (pStyle && pStyle->GetCustomStyle(L"xfa-spacerun", wsValue)) { in IsSpaceRun()
372 if (pStyle->GetCustomStyle(L"xfa-font-horizontal-scale", wsValue)) in GetHorScale()
380 pContext->m_pParentStyle->GetCustomStyle( in GetHorScale()
397 if (pStyle->GetCustomStyle(L"xfa-font-vertical-scale", wsValue)) in GetVerScale()
427 if (pStyle->GetCustomStyle(L"underlinePeriod", wsValue)) { in GetUnderline()
550 if (!pStyle->GetCustomStyle(L"xfa-tab-stops", wsValue) && in GetTabstops()
551 !pStyle->GetCustomStyle(L"tab-stops", wsValue)) { in GetTabstops()
/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h94 bool GetCustomStyle(const WideString& wsName, WideString& wsValue) const;
Dcfx_csscomputedstyle.cpp17 bool CFX_CSSComputedStyle::GetCustomStyle(const WideString& wsName, in GetCustomStyle() function in CFX_CSSComputedStyle