HomeSort by relevance Sort by last modified time
    Searched full:bottomline (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/tools/grit/grit/testdata/
details.html 4 bottomline
9 <font size=-1>[$~BOTTOMLINE~$] - &copy;2005 Google </font>
del_footer.html 7 <center><br><font size=-1>[$~BOTTOMLINE~$] - &copy;2005 Google </font></center>
footer.html 12 <font size=-1>[$~BOTTOMLINE~$] - &copy;2005 Google </font></center>
deleted.html 20 <br><FONT size=-1>[$~BOTTOMLINE~$]</font></p>
recrawl.html 26 <font size="-1">[$~BOTTOMLINE~$]</font>
password.html 36 <br><font size=-1>[$~BOTTOMLINE~$]</font></p>
homepage.html 36 <br><FONT size=-1>[$~SETHOMEPAGE~$][$~BOTTOMLINE~$]</font></p>
preferences.html 232 <p><div align=center>[$~BOTTOMLINE~$]</div>
  /frameworks/base/core/java/android/text/method/
BaseMovementMethod.java 425 final int bottomLine = getBottomLine(widget);
426 if (topLine > bottomLine) {
430 for (int line = topLine; line <= bottomLine; line++) {
442 final int bottomLine = getBottomLine(widget);
443 if (topLine > bottomLine) {
447 for (int line = topLine; line <= bottomLine; line++) {
539 int bottomLine = layout.getLineForVertical(bottom);
540 if (layout.getLineTop(bottomLine + 1) < bottom + 1) {
544 bottomLine += 1;
547 if (bottomLine <= limit)
    [all...]
  /external/chromium_org/tools/perf/page_sets/key_silk_cases/
infinite_scrolling.html 73 .bottomline {
107 <div class="bottomline">
  /external/opencv/cv/include/
cvcompat.h 905 uchar* bottomline; /* pointer to the start of the first line */ member in struct:_CvPixelPosition8u
921 schar* bottomline; member in struct:_CvPixelPosition8s
934 float* bottomline; member in struct:_CvPixelPosition32f
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
CodeMirrorTextEditor.js     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 34 self.line("BottomLine", 0, ruler, self.w, 0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 34 self.line("BottomLine", 0, ruler, self.w, 0)
    [all...]

Completed in 1926 milliseconds