/external/chromium_org/ash/frame/ |
D | default_header_painter.cc | 242 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/ |
D | browser_header_painter_ash.cc | 297 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/ |
D | tray_background_view.cc | 487 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/ |
D | shelf_layout_manager_unittest.cc | 918 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/ |
D | workspace_window_resizer.cc | 838 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/ |
D | touch_exploration_controller_unittest.cc | 1885 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/ |
D | tab_drag_controller.cc | 1653 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()
|
D | tab_strip.cc | 740 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/ |
D | gl_renderer.cc | 1438 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/ |
D | sctp_output.c | 90 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) {
|