CreateWithHandle  197 content/renderer/pepper/ppb_image_data_impl.cc     dib = TransportDIB::CreateWithHandle(dib_handle);
CreateWithHandle 4730 content/renderer/render_view_impl.cc   TransportDIB* dib = TransportDIB::CreateWithHandle(dib_handle);
CreateWithHandle  378 ppapi/proxy/ppb_image_data_proxy.cc   transport_dib_.reset(TransportDIB::CreateWithHandle(handle));
CreateWithHandle  129 ui/surface/transport_dib.h   static TransportDIB* CreateWithHandle(Handle handle);
CreateWithHandle   73 ui/surface/transport_dib_gtk.cc   scoped_ptr<TransportDIB> dib(CreateWithHandle(handle));
CreateWithHandle   44 ui/surface/transport_dib_posix.cc   scoped_ptr<TransportDIB> dib(CreateWithHandle(handle));
CreateWithHandle   45 ui/surface/transport_dib_win.cc   scoped_ptr<TransportDIB> dib(CreateWithHandle(handle));