Searched refs:right_edge (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ash/frame/
H A Ddefault_header_painter.cc242 gfx::ImageSkia right_edge = *rb.GetImageSkiaNamed( local
248 int right_edge_width = right_edge.width();
250 canvas->DrawImageInt(right_edge, view_->width() - right_edge_width, 0);
258 DCHECK_EQ(left_edge.height(), right_edge.height());
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_header_painter_ash.cc297 gfx::ImageSkia right_edge = *rb.GetImageSkiaNamed( local
323 canvas->TileImageInt(right_edge,
324 view_->width() - right_edge.width(),
326 right_edge.width(),
/external/chromium_org/ash/system/tray/
H A Dtray_background_view.cc487 int left_edge, top_edge, right_edge, bottom_edge; local
493 right_edge = on_edge ? kPaddingFromEdgeOfShelf : 0;
499 right_edge = ShelfLayoutManager::kShelfItemInset;
504 right_edge = kShelfSize -
508 top_edge, left_edge, bottom_edge, right_edge));
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager_unittest.cc918 int right_edge = root_windows[0]->GetBoundsInScreen().right() - 1; local
923 generator.MoveMouseTo(right_edge - 50, y);
929 generator.MoveMouseTo(right_edge - 1, y);
932 EXPECT_EQ(right_edge - 1, Shell::GetScreen()->GetCursorScreenPoint().x());
935 generator.MoveMouseTo(right_edge - 50, y);
942 generator.MoveMouseTo(right_edge - 1, y);
943 generator.MoveMouseTo(right_edge, y);
945 EXPECT_NE(right_edge - 1, Shell::GetScreen()->GetCursorScreenPoint().x());
949 generator.MoveMouseTo(right_edge - 50, y);
955 generator.MoveMouseTo(right_edge
[all...]
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.cc838 const int right_edge = work_area.right(); local
845 } else if (ShouldStickToEdge(right_edge - bounds->right(), sticky_size)) {
846 bounds->set_x(right_edge - bounds->width());
870 const int right_edge = work_area.right(); local
888 ShouldStickToEdge(right_edge - bounds->right(), sticky_size)) {
889 bounds->set_width(right_edge - bounds->x());
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc1653 gfx::Point right_edge(source->width(), 0);
1654 views::View::ConvertPointToWidget(source, &right_edge);
1655 new_bounds.set_x(point_in_screen.x() - right_edge.x());
H A Dtab_strip.cc740 int right_edge = tab->bounds().right(); local
742 if (right_edge > visible_width)
770 return (right_edge + current_selected_width_ - current_unselected_width_) <=
/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller_unittest.cc1885 gfx::Point right_edge(window.right(), 30);
1895 locations.push_back(right_edge);
1927 gfx::Point right_edge(window.right(), 30);
1937 locations.push_back(right_edge);
/external/chromium_org/cc/output/
H A Dgl_renderer.cc1438 LayerQuad::Edge right_edge(top_right, bottom_right);
1446 right_edge = device_layer_edges.right();
1454 right_edge.scale(sign);
1457 LayerQuad device_quad(left_edge, top_edge, right_edge, bottom_edge);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_output.c90 uint8_t right_edge; /* mergable on the right edge */ member in struct:sack_track
11126 if (mergeable && selector->right_edge) {
11138 if (mergeable && selector->right_edge) {
11200 if (mergeable && selector->right_edge) {
11212 if (mergeable && selector->right_edge) {

Completed in 641 milliseconds