/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_inlines.h | 147 struct pipe_sampler_view *old_view = *ptr; in pipe_sampler_view_reference() local 151 old_view->context->sampler_view_destroy(old_view->context, old_view); in pipe_sampler_view_reference() 165 struct pipe_sampler_view *old_view = *ptr; in pipe_sampler_view_release() local 171 ctx->sampler_view_destroy(ctx, old_view); in pipe_sampler_view_release()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_inlines.h | 147 struct pipe_sampler_view *old_view = *ptr; in pipe_sampler_view_reference() local 151 old_view->context->sampler_view_destroy(old_view->context, old_view); in pipe_sampler_view_reference() 165 struct pipe_sampler_view *old_view = *ptr; in pipe_sampler_view_release() local 171 ctx->sampler_view_destroy(ctx, old_view); in pipe_sampler_view_release()
|
/external/chromium_org/mojo/services/view_manager/ |
D | root_node_manager.cc | 181 const View* old_view) { in ProcessNodeViewReplaced() argument 184 i->second->ProcessNodeViewReplaced(node, new_view, old_view, in ProcessNodeViewReplaced() 254 const View* old_view) { in OnNodeViewReplaced() argument 255 ProcessNodeViewReplaced(node, new_view, old_view); in OnNodeViewReplaced()
|
D | node_delegate.h | 31 const View* old_view) = 0;
|
D | node.cc | 103 View* old_view = view_; in SetView() local 109 delegate_->OnNodeViewReplaced(this, view, old_view); in SetView()
|
D | view_manager_service_impl.h | 96 const View* old_view, 218 const View* old_view) OVERRIDE;
|
D | view_manager_service_impl.cc | 194 const View* old_view, in ProcessNodeViewReplaced() argument 200 const Id old_view_id = old_view ? in ProcessNodeViewReplaced() 201 ViewIdToTransportId(old_view->id()) : 0; in ProcessNodeViewReplaced() 774 const View* old_view) { in OnNodeViewReplaced() argument 775 root_node_manager_->ProcessNodeViewReplaced(node, new_view, old_view); in OnNodeViewReplaced()
|
D | root_node_manager.h | 188 const View* old_view) OVERRIDE;
|
/external/chromium_org/mojo/examples/embedded_app/ |
D | embedded_app.cc | 103 View* old_view, in OnNodeActiveViewChange() argument 107 views_to_reap_[node] = old_view; in OnNodeActiveViewChange()
|
/external/chromium_org/mojo/services/public/cpp/view_manager/ |
D | node_observer.h | 50 View* old_view, in OnNodeActiveViewChange() argument
|
/external/chromium_org/content/browser/frame_host/ |
D | interstitial_page_impl.cc | 267 RenderWidgetHostView* old_view = in Hide() local 270 old_view && in Hide() 271 !old_view->IsShowing() && in Hide() 278 old_view->Show(); in Hide()
|
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/ |
D | node.cc | 149 ScopedSetActiveViewNotifier(Node* node, View* old_view, View* new_view) in ScopedSetActiveViewNotifier() argument 151 old_view_(old_view), in ScopedSetActiveViewNotifier()
|
D | view_manager_client_impl.cc | 755 View* old_view = GetViewById(old_view_id); in OnNodeViewReplaced() local 756 DCHECK_EQ(old_view, node->active_view()); in OnNodeViewReplaced()
|
/external/chromium_org/content/browser/media/capture/ |
D | web_contents_video_capture_device_unittest.cc | 242 RenderWidgetHostView* old_view = GetView(); in CaptureTestRenderViewHost() local 244 delete old_view; in CaptureTestRenderViewHost()
|
/external/chromium_org/ash/shelf/ |
D | shelf_view.cc | 1508 scoped_ptr<views::View> old_view(view_model_->view_at(model_index)); in ShelfItemChanged() local 1509 bounds_animator_->StopAnimatingView(old_view.get()); in ShelfItemChanged() 1519 new_view->SetBoundsRect(old_view->bounds()); in ShelfItemChanged()
|
/external/chromium_org/mojo/services/public/cpp/view_manager/tests/ |
D | view_manager_unittest.cc | 92 View* old_view, in OnNodeActiveViewChange() argument
|