Home
last modified time | relevance | path

Searched refs:conFrame (Results 1 – 3 of 3) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsSimplePageSequenceFrame.cpp728 nsIFrame* conFrame = currentPage->PrincipalChildList().FirstChild(); in PrintNextPage() local
730 conFrame->SetPosition(conFrame->GetPosition() + nsPoint(0, -mYSelOffset)); in PrintNextPage()
731 nsContainerFrame::PositionChildViews(conFrame); in PrintNextPage()
771 conFrame->SetPosition(conFrame->GetPosition() + nsPoint(0, -height)); in PrintNextPage()
772 nsContainerFrame::PositionChildViews(conFrame); in PrintNextPage()
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/CompiledClause/
H A DMatch.hs126 conFrame c ci vs stack = conFrame' (conName c) (Con c ci) vs stack function
168 Con c ci vs -> conFrame c ci vs stack
177 match' $ conFrame c ci vs $ catchAllFrame $ stack
/dports/finance/R-cran-urca/urca/inst/Rcmdr/
H A DRcmdr-urca.R601 conFrame <- tkframe(rightFrame) functionVar
603 conField <- tkentry(conFrame, width="8", textvariable=conVariable)
614 tkgrid(conFrame, sticky="w")
615 tkgrid(tklabel(conFrame, text="Convergence criteria = ", fg="blue"), conField, sticky="w")