Home
last modified time | relevance | path

Searched refs:bottom_left (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium_org/content/browser/renderer_host/input/
Dtouch_selection_controller_unittest.cc104 bound.edge_bottom = rect.bottom_left(); in ChangeInsertion()
117 start_bound.edge_bottom = start_rect.bottom_left(); in ChangeSelection()
119 end_bound.edge_bottom = end_rect.bottom_left(); in ChangeSelection()
190 EXPECT_EQ(insertion_rect.bottom_left(), GetLastEventAnchor()); in TEST_F()
195 EXPECT_EQ(insertion_rect.bottom_left(), GetLastEventAnchor()); in TEST_F()
200 EXPECT_EQ(insertion_rect.bottom_left(), GetLastEventAnchor()); in TEST_F()
214 EXPECT_EQ(insertion_rect.bottom_left(), GetLastEventAnchor()); in TEST_F()
236 EXPECT_EQ(insertion_rect.bottom_left(), GetLastEventAnchor()); in TEST_F()
248 EXPECT_EQ(insertion_rect.bottom_left(), GetLastEventAnchor()); in TEST_F()
277 EXPECT_EQ(insertion_rect.bottom_left(), GetLastEventAnchor()); in TEST_F()
[all …]
/external/chromium_org/cc/layers/
Dui_resource_layer.cc84 void UIResourceLayer::SetVertexOpacity(float bottom_left, in SetVertexOpacity() argument
92 if (vertex_opacity_[0] == bottom_left && in SetVertexOpacity()
97 vertex_opacity_[0] = bottom_left; in SetVertexOpacity()
Dtexture_layer.cc77 void TextureLayer::SetVertexOpacity(float bottom_left, in SetVertexOpacity() argument
85 if (vertex_opacity_[0] == bottom_left && in SetVertexOpacity()
90 vertex_opacity_[0] = bottom_left; in SetVertexOpacity()
Dui_resource_layer.h37 void SetVertexOpacity(float bottom_left,
Dtexture_layer.h109 void SetVertexOpacity(float bottom_left,
/external/chromium_org/ash/system/user/
Drounded_image_view.cc41 int bottom_left) { in SetCornerRadii() argument
45 corner_radius_[3] = bottom_left; in SetCornerRadii()
Drounded_image_view.h33 int bottom_left);
/external/lldb/test/lang/c/struct_types/
Dmain.c18 struct point_tag bottom_left; in main() member
/external/lldb/test/lang/c/array_types/
Dmain.c17 struct point_tag bottom_left; in main() member
/external/chromium_org/ui/views/window/
Dframe_background.cc46 const gfx::ImageSkia* bottom_left, in SetCornerImages() argument
50 bottom_left_corner_ = bottom_left; in SetCornerImages()
Dframe_background.h61 const gfx::ImageSkia* bottom_left,
Dcustom_frame_view.cc440 const gfx::ImageSkia* bottom_left = in PaintRestoredClientEdge() local
447 canvas->DrawImageInt(*bottom_left, in PaintRestoredClientEdge()
448 shadowed_area_bounds.x() - bottom_left->width(), in PaintRestoredClientEdge()
/external/lldb/test/macosx/debug-info/apple_types/
Dmain.c17 struct point_tag bottom_left; in main() member
/external/chromium_org/ui/base/cocoa/
Dappkit_utils.h21 int bottom_left; member
Dappkit_utils.mm33 GetImage(image_ids.bottom_left),
/external/chromium_org/ui/chromeos/network/
Dnetwork_icon.cc46 bottom_left(NULL), in Badges()
51 const gfx::ImageSkia* bottom_left; member
250 if (badges_.bottom_left) { in GetImageForScale()
251 canvas.DrawImageInt(*badges_.bottom_left, in GetImageForScale()
252 0, icon_.height() - badges_.bottom_left->height()); in GetImageForScale()
536 badges.bottom_left = ConnectingVpnBadge(animation); in GetConnectingVpnImage()
704 badges->bottom_left = vpn_badge_; in GetBadges()
/external/chromium_org/ui/app_list/
Dapp_list_folder_item.cc156 gfx::Rect bottom_left( in GetTopIconsBounds() local
158 top_icon_bounds.push_back(bottom_left); in GetTopIconsBounds()
/external/chromium_org/chrome/browser/ui/ash/
Dwindow_positioner_unittest.cc247 gfx::Rect bottom_left = window_positioner()->GetPopupPosition( in TEST_F() local
252 bottom_left); in TEST_F()
/external/chromium_org/chrome/browser/ui/views/frame/
Dglass_browser_frame_view.cc427 gfx::ImageSkia* bottom_left = in PaintRestoredClientEdge() local
429 canvas->DrawImageInt(*bottom_left, in PaintRestoredClientEdge()
430 client_area_bounds.x() - bottom_left->width(), client_area_bottom); in PaintRestoredClientEdge()
Dopaque_browser_frame_view.cc814 gfx::ImageSkia* bottom_left = in PaintRestoredClientEdge() local
816 canvas->DrawImageInt(*bottom_left, in PaintRestoredClientEdge()
817 client_area_bounds.x() - bottom_left->width(), client_area_bottom); in PaintRestoredClientEdge()
/external/chromium_org/ui/app_list/views/
Dapps_grid_view_unittest.cc447 gfx::Point to = GetItemTileRectAt(0, 0).bottom_left(); in TEST_F()
512 gfx::Point bottom_left = GetItemTileRectAt(1, 0).CenterPoint(); in TEST_F() local
515 SimulateDrag(AppsGridView::MOUSE, bottom_left, bottom_left + drag_vector); in TEST_F()
/external/chromium_org/ui/gfx/geometry/
Drect_base.h51 PointClass bottom_left() const { return PointClass(x(), bottom()); } in bottom_left() function
/external/chromium_org/ui/gfx/
Dtransform_util_unittest.cc152 point = Point3F(viewport.bottom_left()); in TEST()
/external/chromium_org/ash/frame/caption_buttons/
Dframe_size_button_unittest.cc347 generator.MoveMouseTo(kWorkAreaBoundsInScreen.bottom_left()); in TEST_F()
398 generator.MoveMouseTo(kWorkAreaBoundsInScreen.bottom_left()); in TEST_F()
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_positioner.cc51 anchor = screen_rect.bottom_left(); in GetAnchorPointForScreenCorner()

12