Home
last modified time | relevance | path

Searched refs:OnNativeConstrainedWindowDestroyed (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dconstrained_window_views.h30 virtual void OnNativeConstrainedWindowDestroyed() = 0;
81 virtual void OnNativeConstrainedWindowDestroyed() OVERRIDE;
Dnative_constrained_window_win.cc42 delegate_->OnNativeConstrainedWindowDestroyed(); in OnFinalMessage()
Dconstrained_window_views.cc624 void ConstrainedWindowViews::OnNativeConstrainedWindowDestroyed() { in OnNativeConstrainedWindowDestroyed() function in ConstrainedWindowViews