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

  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 693 gfx::Rect min_bounds = GetPreferredBounds(); local
695 if (min_bounds.height() < panel_bounds.height())
696 panel_widget_->SetBounds(min_bounds);
697 else if (min_bounds.height() > panel_bounds.height()) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 1050 XCharStruct min_bounds; \/* minimum bounds over all existing char*\/ member in struct:__anon20120
    [all...]

Completed in 44 milliseconds