Searched refs:GetCustomStyle (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_textparser.cpp | 306 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/ |
D | cfx_csscomputedstyle.h | 94 bool GetCustomStyle(const WideString& wsName, WideString& wsValue) const;
|
D | cfx_csscomputedstyle.cpp | 17 bool CFX_CSSComputedStyle::GetCustomStyle(const WideString& wsName, in GetCustomStyle() function in CFX_CSSComputedStyle
|