/external/chromium_org/content/browser/renderer_host/input/ |
D | touch_selection_controller_unittest.cc | 104 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/ |
D | ui_resource_layer.cc | 84 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()
|
D | texture_layer.cc | 77 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()
|
D | ui_resource_layer.h | 37 void SetVertexOpacity(float bottom_left,
|
D | texture_layer.h | 109 void SetVertexOpacity(float bottom_left,
|
/external/chromium_org/ash/system/user/ |
D | rounded_image_view.cc | 41 int bottom_left) { in SetCornerRadii() argument 45 corner_radius_[3] = bottom_left; in SetCornerRadii()
|
D | rounded_image_view.h | 33 int bottom_left);
|
/external/lldb/test/lang/c/struct_types/ |
D | main.c | 18 struct point_tag bottom_left; in main() member
|
/external/lldb/test/lang/c/array_types/ |
D | main.c | 17 struct point_tag bottom_left; in main() member
|
/external/chromium_org/ui/views/window/ |
D | frame_background.cc | 46 const gfx::ImageSkia* bottom_left, in SetCornerImages() argument 50 bottom_left_corner_ = bottom_left; in SetCornerImages()
|
D | frame_background.h | 61 const gfx::ImageSkia* bottom_left,
|
D | custom_frame_view.cc | 440 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/ |
D | main.c | 17 struct point_tag bottom_left; in main() member
|
/external/chromium_org/ui/base/cocoa/ |
D | appkit_utils.h | 21 int bottom_left; member
|
D | appkit_utils.mm | 33 GetImage(image_ids.bottom_left),
|
/external/chromium_org/ui/chromeos/network/ |
D | network_icon.cc | 46 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/ |
D | app_list_folder_item.cc | 156 gfx::Rect bottom_left( in GetTopIconsBounds() local 158 top_icon_bounds.push_back(bottom_left); in GetTopIconsBounds()
|
/external/chromium_org/chrome/browser/ui/ash/ |
D | window_positioner_unittest.cc | 247 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/ |
D | glass_browser_frame_view.cc | 427 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()
|
D | opaque_browser_frame_view.cc | 814 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/ |
D | apps_grid_view_unittest.cc | 447 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/ |
D | rect_base.h | 51 PointClass bottom_left() const { return PointClass(x(), bottom()); } in bottom_left() function
|
/external/chromium_org/ui/gfx/ |
D | transform_util_unittest.cc | 152 point = Point3F(viewport.bottom_left()); in TEST()
|
/external/chromium_org/ash/frame/caption_buttons/ |
D | frame_size_button_unittest.cc | 347 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/ |
D | app_list_positioner.cc | 51 anchor = screen_rect.bottom_left(); in GetAnchorPointForScreenCorner()
|