Home
last modified time | relevance | path

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

/external/chromium_org/mojo/services/view_manager/
Dconnection_manager.h112 ViewManagerServiceImpl* GetConnectionWithRoot(const ViewId& id) { in GetConnectionWithRoot() function
114 const_cast<const ConnectionManager*>(this)->GetConnectionWithRoot(id)); in GetConnectionWithRoot()
116 const ViewManagerServiceImpl* GetConnectionWithRoot(const ViewId& id) const;
Dview_manager_service_impl.cc497 connection_manager_->GetConnectionWithRoot(view_id); in Embed()
522 connection_manager_->GetConnectionWithRoot(view_id); in DispatchOnViewInputEvent()
559 connection_manager_->GetConnectionWithRoot(view->id()); in IsViewRootOfAnotherConnectionForAccessPolicy()
Dconnection_manager.cc122 const ViewManagerServiceImpl* ConnectionManager::GetConnectionWithRoot( in GetConnectionWithRoot() function in mojo::service::ConnectionManager