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

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

Completed in 2872 milliseconds