HomeSort by relevance Sort by last modified time
    Searched refs:OnRootViewLayout (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host.h 146 virtual void OnRootViewLayout() const = 0;
desktop_window_tree_host_x11.h 144 virtual void OnRootViewLayout() const OVERRIDE;
desktop_native_widget_aura.h 180 virtual void OnRootViewLayout() const OVERRIDE;
desktop_window_tree_host_win.h 102 virtual void OnRootViewLayout() const OVERRIDE;
desktop_native_widget_aura.cc     [all...]
desktop_window_tree_host_win.cc 416 void DesktopWindowTreeHostWin::OnRootViewLayout() const {
    [all...]
desktop_window_tree_host_x11.cc 791 void DesktopWindowTreeHostX11::OnRootViewLayout() const {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 104 virtual void OnRootViewLayout() const OVERRIDE;
native_widget_private.h 229 virtual void OnRootViewLayout() const = 0;
native_widget_aura.h 134 virtual void OnRootViewLayout() const OVERRIDE;
widget.h 730 void OnRootViewLayout();
    [all...]
root_view.cc 291 widget_->OnRootViewLayout();
widget.cc 980 void Widget::OnRootViewLayout() {
981 native_widget_->OnRootViewLayout();
    [all...]
native_widget_aura.cc 691 void NativeWidgetAura::OnRootViewLayout() const {
    [all...]

Completed in 259 milliseconds