HomeSort by relevance Sort by last modified time
    Searched refs:total_height (Results 1 - 7 of 7) 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_container.cc 64 int InfoBarContainer::GetVerticalOverlap(int* total_height) {
65 // Our |total_height| is the sum of the preferred heights of the InfoBars
74 next_infobar_y += infobar->total_height();
77 if (total_height)
78 *total_height = next_infobar_y + vertical_overlap;
infobar.h 53 int total_height() const { return arrow_height_ + bar_height_; } function in class:InfoBar
infobar_container.h 55 // |total_height| is non-NULL, set it to the height of the InfoBarContainer
57 int GetVerticalOverlap(int* total_height);
infobar_view.cc 278 DCHECK_EQ(total_height(), height())
347 return gfx::Size(0, total_height());
  /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...]
  /external/linux-tools-perf/util/
svghelper.c 34 static u64 total_height; variable
96 total_height = (1 + rows + cpu2slot(cpus)) * SLOT_MULT;
98 fprintf(svgfile, "<svg width=\"%i\" height=\"%" PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n", svg_page_width, total_height);
488 time2pixels(i), SLOT_MULT/2, time2pixels(i), total_height, color, color, color, thickness);

Completed in 396 milliseconds