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 798 void GridLayout::Uninstalled(View* host) {
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.h 55 virtual void Uninstalled(views::View* host);
browser_view_layout.cc 210 void BrowserViewLayout::Uninstalled(views::View* host) {}
  /external/chromium_org/ui/views/
view.cc 610 layout_manager_->Uninstalled(this);
    [all...]

Completed in 34 milliseconds