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

  /external/chromium_org/ui/views/layout/
layout_manager.cc 17 void LayoutManager::Uninstalled(View* host) {
layout_manager.h 34 // Notification that this LayoutManager has been uninstalled on a particular
36 virtual void Uninstalled(View* host);
grid_layout.h 167 // Notification we've been uninstalled on a particular host. Checks that host
169 virtual void Uninstalled(View* host) OVERRIDE;
grid_layout.cc 786 void GridLayout::Uninstalled(View* host) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
contents_layout_manager.h 31 virtual void Uninstalled(views::View* host) OVERRIDE;
contents_layout_manager.cc 80 void ContentsLayoutManager::Uninstalled(views::View* host) {
  /external/chromium_org/ui/views/
view.cc 568 layout_manager_->Uninstalled(this);
    [all...]

Completed in 85 milliseconds