Home
last modified time | relevance | path

Searched refs:SetInitialBounds (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_popup_view_bridge.h39 void SetInitialBounds();
/external/chromium_org/chrome/browser/ui/gtk/autofill/
Dautofill_popup_view_gtk.h86 void SetInitialBounds();
/external/chromium_org/ui/views/widget/
Dwidget.h776 void SetInitialBounds(const gfx::Rect& bounds);
Dwidget.cc391 SetInitialBounds(params.bounds); in Init()
1354 void Widget::SetInitialBounds(const gfx::Rect& bounds) { in SetInitialBounds() function in views::Widget