Searched refs:totalPercent (Results 1 – 12 of 12) sorted by relevance
324 int totalPercent = 0; in calcEffectiveWidth() local335 totalPercent += m_layoutStruct[lastCol].width.rawValue(); in calcEffectiveWidth()363 totalPercent += m_layoutStruct[lastCol].effWidth.rawValue(); in calcEffectiveWidth()378 if (totalPercent > w.rawValue() || allColsArePercent) { in calcEffectiveWidth()386 int percentMissing = w.rawValue() - totalPercent; in calcEffectiveWidth()522 int totalPercent = 0; in layout() local535 totalPercent += width.rawValue(); in layout()571 if (totalPercent > 100 * percentScaleFactor) { in layout()573 … int excess = tableWidth*(totalPercent - 100 * percentScaleFactor) / (100 * percentScaleFactor); in layout()641 if (available > 0 && m_hasPercent && totalPercent < 100 * percentScaleFactor) { in layout()[all …]
208 int totalPercent = 0; in layOutAxis() local228 totalPercent += gridLayout[i]; in layOutAxis()260 if (totalPercent > remainingLen) { in layOutAxis()265 gridLayout[i] = (gridLayout[i] * remainingPercent) / totalPercent; in layOutAxis()270 remainingLen -= totalPercent; in layOutAxis()303 if (countPercent && totalPercent) { in layOutAxis()309 changePercent = (remainingPercent * gridLayout[i]) / totalPercent; in layOutAxis()
48 int totalPercent() const in totalPercent() function
514 int totalPercent = 0; in setCellWidths() local520 totalPercent += m_grid[r].height.rawValue(); in setCellWidths()522 if (totalPercent) { in setCellWidths()525 totalPercent = min(totalPercent, 100 * percentScaleFactor); in setCellWidths()528 if (totalPercent > 0 && m_grid[r].height.isPercent()) { in setCellWidths()535 totalPercent -= m_grid[r].height.rawValue(); in setCellWidths()
265 if (profileDataGridNode.totalPercent < queryNumber)272 if (profileDataGridNode.totalPercent > queryNumber)281 if (profileDataGridNode.totalPercent == queryNumber)
67 data["total"] = WebInspector.UIString("%.2f%%", this.totalPercent);219 get totalPercent() getter in WebInspector.ProfileDataGridNode
90 …double totalPercent() const { return (m_visibleTotalTime / (m_head ? m_head->totalTime() : totalTi… in totalPercent() function
295 m_numberOfCalls, m_actualSelfTime, selfPercent(), m_actualTotalTime, totalPercent(), in debugPrintData()
115 return JSValueMakeNumber(ctx, profileNode->totalPercent()); in getTotalPercent()
7862 (KJS::ProfileNode::totalPercent): because the head can now be empty we8257 (KJS::ProfileNode::totalPercent):9329 (KJS::ProfileNode::totalPercent):15591 (KJS::ProfileNode::totalPercent):15643 (KJS::ProfileNode::totalPercent):15693 (KJS::ProfileNode::totalPercent):
18559 (WebCore::AutoTableLayout::totalPercent):54936 (WebCore::AutoTableLayout::totalPercent):55037 (WebCore::AutoTableLayout::totalPercent):
17363 (WebInspector.ProfileDataGridNode.prototype.get totalPercent):