HomeSort by relevance Sort by last modified time
    Searched refs:bottom_row (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.cc 331 views::View* bottom_row = new views::View(); local
338 bottom_row->SetLayoutManager(layout);
343 bottom_row->AddChildView(other_wifi_);
347 bottom_row->AddChildView(turn_on_wifi_);
351 bottom_row->AddChildView(other_mobile_);
357 bottom_row->AddChildView(other_vpn_);
369 bottom_row->AddChildView(settings_ ? settings_ : proxy_settings_);
371 AddChildView(bottom_row);
  /external/chromium_org/ash/system/
tray_accessibility.cc 220 views::View* bottom_row = new View();
227 bottom_row->SetLayoutManager(layout);
235 bottom_row->AddChildView(help);
242 bottom_row->AddChildView(settings);
245 AddChildView(bottom_row);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_region.cc 554 Rows::const_iterator bottom_row = row_; local
557 bottom = bottom_row->second->bottom;
558 previous = bottom_row;
559 ++bottom_row;
560 } while (bottom_row != region_.rows_.end() &&
561 previous->second->bottom == bottom_row->second->top &&
562 IsSpanInRow(*bottom_row->second, *row_span_));
  /external/pixman/pixman/
pixman-bits-image.c 157 uint32_t *bottom_row; local
209 bottom_row = zero;
215 bottom_row = bits->bits + y2 * bits->rowstride;
236 if (top_row == zero && bottom_row == zero)
248 else if (bottom_row == zero)
285 br = bottom_row[pixman_fixed_to_int (x_bottom) + 1] | bottom_mask;
309 bl = bottom_row [pixman_fixed_to_int (x_bottom)] | bottom_mask;
310 br = bottom_row [pixman_fixed_to_int (x_bottom) + 1] | bottom_mask;
334 bl = bottom_row [pixman_fixed_to_int (x_bottom)] | bottom_mask;
    [all...]
  /external/chromium_org/cc/resources/
picture_pile_unittest.cc 637 gfx::Rect bottom_row = gfx::UnionRects(pile_->tiling().TileBounds(0, 5), local
639 EXPECT_FALSE(expected_invalidation.Contains(bottom_row));
641 expected_invalidation.Union(bottom_row);
    [all...]
  /external/opencv/cv/src/
cvfilter.cpp     [all...]

Completed in 286 milliseconds