Home
last modified time | relevance | path

Searched refs:SetLayoutItem (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fxfa/app/
Dxfa_fftextedit.cpp46 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
367 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
445 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
507 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
Dxfa_ffimageedit.cpp29 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
Dxfa_ffchoicelist.cpp45 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
237 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
Dxfa_ffpushbutton.cpp59 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
Dxfa_ffbarcode.cpp128 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
Dxfa_ffcheckbutton.cpp29 m_pNormalWidget->SetLayoutItem(this); in LoadWidget()
/external/pdfium/xfa/fwl/
Dcfwl_widget.h110 void SetLayoutItem(CXFA_FFWidget* pItem) { m_pLayoutItem = pItem; } in SetLayoutItem() function