HomeSort by relevance Sort by last modified time
    Searched refs:bottom_row (Results 1 - 5 of 5) 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/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 405 milliseconds