Searched refs:ViewAdded (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/views/layout/
H A Dlayout_manager.cc25 void LayoutManager::ViewAdded(View* host, View* view) { function in class:views::LayoutManager
H A Dlayout_manager.h52 virtual void ViewAdded(View* host, View* view);
H A Dgrid_layout.h172 virtual void ViewAdded(View* host, View* view) OVERRIDE;
H A Dgrid_layout.cc790 void GridLayout::ViewAdded(View* host, View* view) { function in class:views::GridLayout
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view_layout.h138 // Internal implementation of ViewAdded() and ViewRemoved().
144 virtual void ViewAdded(views::View* host, views::View* view) OVERRIDE;
H A Dopaque_browser_frame_view_layout.cc689 void OpaqueBrowserFrameViewLayout::ViewAdded(views::View* host, function in class:OpaqueBrowserFrameViewLayout
/external/chromium_org/ui/views/
H A Dview.cc206 layout_manager_->ViewAdded(this, view);

Completed in 414 milliseconds