Home
last modified time | relevance | path

Searched refs:LayoutWidth (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/views/layout/
Dgrid_layout.h341 int LayoutWidth();
Dgrid_layout.cc580 int ColumnSet::LayoutWidth() { in LayoutWidth() function in views::ColumnSet
861 pref->set_width(std::max(pref->width(), (*i)->LayoutWidth())); in SizeRowsAndColumns()
870 (*i)->Resize(width - (*i)->LayoutWidth() - insets_.left() - in SizeRowsAndColumns()
/external/pdfium/core/include/reflow/
Dfpdf_layout.h84 LayoutWidth, enumerator
/external/pdfium/core/src/reflow/
Dlayoutprovider_taggedpdf.cpp273 case LayoutWidth: in ConvertLayoutAttr()
506 if(attr_type == LayoutWidth && !f) { in GetNumberAttr()
Dlayoutprocessor_reflow.cpp360 width = pElement->GetNumberAttr(LayoutWidth); in GetElmWidth()
368 width += pElm->GetNumberAttr(LayoutWidth); in GetElmWidth()
596 FX_FLOAT cellWidth = pElement->GetNumberAttr(LayoutWidth); in ProcessElement()
601 … pCell->m_MaxWidth = pElement->GetNumberAttr(LayoutWidth) * reflowWidth / pTable->m_TableWidth; in ProcessElement()