Home
last modified time | relevance | path

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

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