Home
last modified time | relevance | path

Searched defs:ParentBox (Results 1 – 6 of 6) sorted by relevance

/dports/editors/lazarus/lazarus/designer/
H A Dmenudesignerbase.pas65 property ParentBox: TShadowBoxBase read FParentBox; property
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/designer/
H A Dmenudesignerbase.pas68 property ParentBox: TShadowBoxBase read FParentBox; property
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/designer/
H A Dmenudesignerbase.pas68 property ParentBox: TShadowBoxBase read FParentBox; property
/dports/editors/lazarus-qt5/lazarus/designer/
H A Dmenudesignerbase.pas65 property ParentBox: TShadowBoxBase read FParentBox; property
/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/formatting_structure/
H A Dboxes.py299 class ParentBox(Box): class
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_box.h1948 inline LayoutBox* LayoutBox::ParentBox() const { in ParentBox() function