HomeSort by relevance Sort by last modified time
    Searched defs:local_bounds (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/views/autofill/
tooltip_icon.cc 23 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/ui/views/controls/native/
native_view_host.cc 99 gfx::Rect local_bounds = ConvertRectToWidget(GetContentsBounds()); local
100 native_wrapper_->ShowWidget(local_bounds.x(), local_bounds.y(),
101 local_bounds.width(),
102 local_bounds.height());
  /external/chromium_org/ash/shell/
window_type_launcher.cc 84 gfx::Rect local_bounds = GetLocalBounds(); variable
86 5, local_bounds.bottom() - open_ps.height() - 5,
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_unittest.cc 369 gfx::Rect local_bounds = GetTabCloseHitTestMask(active_tab, true); local
370 EXPECT_EQ(gfx::Rect(81, 0, 39, 29).ToString(), local_bounds.ToString());
394 local_bounds = GetTabCloseHitTestMask(active_tab, true);
395 EXPECT_EQ(gfx::Rect(81, 0, 39, 29).ToString(), local_bounds.ToString());
  /external/chromium_org/ui/app_list/views/
speech_view.cc 123 gfx::Rect local_bounds = view->GetLocalBounds(); variable
124 int radius = local_bounds.width() / 2 + kIndicatorRadiusMinOffset;
125 gfx::Point center = local_bounds.CenterPoint();
  /external/chromium_org/ash/
root_window_controller.cc 133 gfx::Rect local_bounds; local
135 local_bounds = state->window()->bounds();
136 MoveOriginRelativeToSize(src_size, dst_size, &local_bounds);
148 window->SetBounds(local_bounds);
    [all...]

Completed in 571 milliseconds