HomeSort by relevance Sort by last modified time
    Searched defs:total_height (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/views/infobars/
infobar_container_view.cc 25 int total_height; local
26 GetVerticalOverlap(&total_height);
27 return gfx::Size(0, total_height);
36 int child_height = child->total_height();
infobar.h 53 int total_height() const { return arrow_height_ + bar_height_; } function in class:InfoBar
  /external/qemu/
console.c 163 int total_height; member in struct:TextConsole
561 cells = qemu_malloc(s->width * s->total_height * sizeof(TextCell));
562 for(y = 0; y < s->total_height; y++) {
611 y1 = (s->y_base + y) % s->total_height;
614 y2 += s->total_height;
640 y1 = (s->y_base + s->y) % s->total_height;
643 y += s->total_height;
684 if (++y1 == s->total_height)
704 if (++s->y_displayed == s->total_height)
710 if (i > s->total_height - s->height
    [all...]

Completed in 70 milliseconds