Home
last modified time | relevance | path

Searched refs:_bottom (Results 1 – 2 of 2) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java1383 final IElementList _bottom = new ElementList (); in getFooterBottom() local
1385_bottom.add (new HyperRef (IAppConstants.APP_BUG_REPORT_LINK, IAppConstants.APP_NAME + " " + IAppC… in getFooterBottom()
1386 _bottom.add (new Text (" " + IAppConstants.APP_COPYRIGHT, true)); in getFooterBottom()
1388 m_footerBottom = bottom = _bottom; in getFooterBottom()
/external/webkit/WebKit/android/nav/
DCachedFrame.cpp1115 int _bottom = bottom(); in isContainer() local
1117 if (otherY >= _bottom) in isContainer()
1122 int intoBottom = otherBottom - _bottom; in isContainer()