Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp320 if (pStyle && pStyle->GetCustomStyle(L"tab-interval", &wsValue)) in GetTabInterval()
327 if (pStyle && pStyle->GetCustomStyle(L"xfa-tab-count", &wsValue)) in CountTabs()
334 return pStyle && pStyle->GetCustomStyle(L"xfa-spacerun", &wsValue) && in IsSpaceRun()
383 if (pStyle->GetCustomStyle(L"xfa-font-horizontal-scale", &wsValue)) in GetHorScale()
391 pContext->m_pParentStyle->GetCustomStyle( in GetHorScale()
408 if (pStyle->GetCustomStyle(L"xfa-font-vertical-scale", &wsValue)) in GetVerScale()
438 if (pStyle->GetCustomStyle(L"underlinePeriod", &wsValue)) { in GetUnderline()
552 if (!pStyle->GetCustomStyle(L"xfa-tab-stops", &wsValue) && in GetTabstops()
553 !pStyle->GetCustomStyle(L"tab-stops", &wsValue)) { in GetTabstops()
/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h98 bool GetCustomStyle(const WideString& wsName, WideString* pValue) const;
Dcfx_csscomputedstyle.cpp16 bool CFX_CSSComputedStyle::GetCustomStyle(const WideString& wsName, in GetCustomStyle() function in CFX_CSSComputedStyle