Searched refs:OnViewDestroyed (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/mojo/examples/wm_flow/wm/
H A Dframe_controller.h36 virtual void OnViewDestroyed(mojo::View* view) MOJO_OVERRIDE;
H A Dwm.cc92 virtual void OnViewDestroyed(mojo::View* view) MOJO_OVERRIDE {
H A Dframe_controller.cc117 void FrameController::OnViewDestroyed(mojo::View* view) { function in class:FrameController
/external/chromium_org/mojo/services/view_manager/
H A Dserver_view_delegate.h23 virtual void OnViewDestroyed(const ServerView* view) = 0;
H A Dconnection_manager.h164 virtual void OnViewDestroyed(const ServerView* view) OVERRIDE;
H A Dserver_view.cc24 delegate_->OnViewDestroyed(this);
H A Dconnection_manager.cc238 void ConnectionManager::OnViewDestroyed(const ServerView* view) { function in class:mojo::service::ConnectionManager
/external/chromium_org/mojo/examples/nesting_app/
H A Dnesting_app.cc76 virtual void OnViewDestroyed(View* view) OVERRIDE {
/external/chromium_org/mojo/services/public/cpp/view_manager/
H A Dview_observer.h54 virtual void OnViewDestroyed(View* view) {} function in class:mojo::ViewObserver
/external/chromium_org/mojo/views/
H A Dnative_widget_view_manager.h49 virtual void OnViewDestroyed(View* view) OVERRIDE;
H A Dnative_widget_view_manager.cc138 void NativeWidgetViewManager::OnViewDestroyed(View* view) { function in class:mojo::NativeWidgetViewManager
/external/chromium_org/mojo/examples/embedded_app/
H A Dembedded_app.cc77 virtual void OnViewDestroyed(View* view) OVERRIDE {
/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura.h53 virtual void OnViewDestroyed() OVERRIDE;
H A Dtouch_editable_impl_aura.cc193 void TouchEditableImplAura::OnViewDestroyed() { function in class:content::TouchEditableImplAura
/external/chromium_org/mojo/examples/wm_flow/app/
H A Dapp.cc110 virtual void OnViewDestroyed(mojo::View* view) MOJO_OVERRIDE {
/external/chromium_org/mojo/services/html_viewer/
H A Dhtml_document_view.h100 virtual void OnViewDestroyed(View* view) OVERRIDE;
H A Dhtml_document_view.cc247 void HTMLDocumentView::OnViewDestroyed(View* view) { function in class:mojo::HTMLDocumentView
/external/chromium_org/mojo/services/window_manager/
H A Dwindow_manager_app.h114 virtual void OnViewDestroyed(View* view) MOJO_OVERRIDE;
/external/chromium_org/mojo/examples/browser/
H A Dbrowser.cc249 virtual void OnViewDestroyed(View* view) OVERRIDE {
/external/chromium_org/mojo/examples/png_viewer/
H A Dpng_viewer.cc97 virtual void OnViewDestroyed(View* view) OVERRIDE {
/external/chromium_org/mojo/examples/window_manager/
H A Dwindow_manager.cc163 virtual void OnViewDestroyed(View* parent) OVERRIDE {
233 virtual void OnViewDestroyed(View* view) OVERRIDE {
/external/chromium_org/mojo/services/public/cpp/view_manager/tests/
H A Dview_manager_unittest.cc177 virtual void OnViewDestroyed(View* view) OVERRIDE {
249 virtual void OnViewDestroyed(View* view) OVERRIDE {
/external/chromium_org/mojo/examples/media_viewer/
H A Dmedia_viewer.cc289 virtual void OnViewDestroyed(View* view) OVERRIDE {
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview.cc363 FOR_EACH_OBSERVER(ViewObserver, observers_, OnViewDestroyed(this));
H A Dview_manager_client_impl.cc85 virtual void OnViewDestroyed(View* view) OVERRIDE {

Completed in 262 milliseconds

12