Home
last modified time | relevance | path

Searched refs:top_edge (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_non_client_frame_view_ash_browsertest.cc42 gfx::Point top_edge(kWindowWidth / 2, 0); in IN_PROC_BROWSER_TEST_F() local
43 EXPECT_EQ(HTTOP, frame_view->NonClientHitTest(top_edge)); in IN_PROC_BROWSER_TEST_F()
52 EXPECT_EQ(HTCLIENT, frame_view->NonClientHitTest(top_edge)); in IN_PROC_BROWSER_TEST_F()
Dbrowser_header_painter_ash.cc293 gfx::ImageSkia top_edge = *rb.GetImageSkiaNamed( in PaintHighlightForRestoredWindow() local
311 top_edge, in PaintHighlightForRestoredWindow()
315 top_edge.height()); in PaintHighlightForRestoredWindow()
/external/chromium_org/ash/frame/
Ddefault_header_painter.cc238 gfx::ImageSkia top_edge = *rb.GetImageSkiaNamed( in PaintHighlightForInactiveRestoredWindow() local
252 top_edge, in PaintHighlightForInactiveRestoredWindow()
256 top_edge.height()); in PaintHighlightForInactiveRestoredWindow()
/external/chromium_org/ash/system/tray/
Dtray_background_view.cc487 int left_edge, top_edge, right_edge, bottom_edge; in SetTrayBorder() local
489 top_edge = ShelfLayoutManager::kShelfItemInset; in SetTrayBorder()
495 top_edge = 0; in SetTrayBorder()
501 top_edge = 0; in SetTrayBorder()
508 top_edge, left_edge, bottom_edge, right_edge)); in SetTrayBorder()
/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.cc839 const int top_edge = work_area.y(); in StickToWorkAreaOnMove() local
849 if (ShouldStickToEdge(bounds->y() - top_edge, sticky_size)) { in StickToWorkAreaOnMove()
850 bounds->set_y(top_edge); in StickToWorkAreaOnMove()
853 bounds->height() < (bottom_edge - top_edge)) { in StickToWorkAreaOnMove()
871 const int top_edge = work_area.y(); in StickToWorkAreaOnResize() local
874 ShouldStickToEdge(bounds->y() - top_edge, sticky_size)) { in StickToWorkAreaOnResize()
875 bounds->set_height(bounds->bottom() - top_edge); in StickToWorkAreaOnResize()
876 bounds->set_y(top_edge); in StickToWorkAreaOnResize()
/external/chromium_org/ui/chromeos/
Dtouch_exploration_controller_unittest.cc1886 gfx::Point top_edge(30, 0); in TEST_F() local
1896 locations.push_back(top_edge); in TEST_F()
1928 gfx::Point top_edge(30, 0); in TEST_F() local
1938 locations.push_back(top_edge); in TEST_F()
/external/chromium_org/cc/output/
Dgl_renderer.cc1437 LayerQuad::Edge top_edge(top_left, top_right); in SetupQuadForAntialiasing() local
1442 top_edge = device_layer_edges.top(); in SetupQuadForAntialiasing()
1453 top_edge.scale(sign); in SetupQuadForAntialiasing()
1457 LayerQuad device_quad(left_edge, top_edge, right_edge, bottom_edge); in SetupQuadForAntialiasing()