Searched defs:local_bounds (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dtooltip_icon.cc23 gfx::Rect local_bounds = view->GetLocalBounds(); local
24 gfx::Point origin = local_bounds.CenterPoint();
28 local_bounds.bottom() - (origin.y() + pref_size.height()),
29 local_bounds.right() - (origin.x() + pref_size.width()));
/external/chromium_org/ash/shell/
H A Dwindow_type_launcher.cc84 gfx::Rect local_bounds = GetLocalBounds(); variable
86 5, local_bounds.bottom() - open_ps.height() - 5,
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip_unittest.cc403 gfx::Rect local_bounds = GetTabCloseHitTestMask(active_tab, true); local
404 EXPECT_EQ(gfx::Rect(81, 0, 39, 29).ToString(), local_bounds.ToString());
428 local_bounds = GetTabCloseHitTestMask(active_tab, true);
429 EXPECT_EQ(gfx::Rect(81, 0, 39, 29).ToString(), local_bounds.ToString());
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host.cc98 gfx::Rect local_bounds = ConvertRectToWidget(GetContentsBounds()); local
99 native_wrapper_->ShowWidget(local_bounds.x(), local_bounds.y(),
100 local_bounds.width(),
101 local_bounds.height());
/external/chromium_org/ui/app_list/views/
H A Dspeech_view.cc96 gfx::Rect local_bounds = GetLocalBounds(); local
97 int radius = local_bounds.width() / 2 + kIndicatorRadiusMinOffset;
98 gfx::Point center = local_bounds.CenterPoint();
/external/chromium_org/ash/
H A Droot_window_controller.cc134 gfx::Rect local_bounds; local
136 local_bounds = state->window()->bounds();
137 MoveOriginRelativeToSize(src_size, dst_size, &local_bounds);
149 window->SetBounds(local_bounds);

Completed in 1291 milliseconds