Searched refs:Uninstalled (Results 1 – 9 of 9) sorted by relevance
17 void LayoutManager::Uninstalled(View* host) { in Uninstalled() function in views::LayoutManager
36 virtual void Uninstalled(View* host);
102 virtual void Uninstalled(View* host) OVERRIDE;
169 virtual void Uninstalled(View* host) OVERRIDE;
183 void BoxLayout::Uninstalled(View* host) { in Uninstalled() function in views::BoxLayout
786 void GridLayout::Uninstalled(View* host) { in Uninstalled() function in views::GridLayout
31 virtual void Uninstalled(views::View* host) OVERRIDE;
75 void ContentsLayoutManager::Uninstalled(views::View* host) { in Uninstalled() function in ContentsLayoutManager
571 layout_manager_->Uninstalled(this); in SetLayoutManager()