Searched refs:dib_id (Results 1 – 10 of 10) sorted by relevance
145 TransportDIB* MockRenderProcessHost::MapTransportDIB(TransportDIB::Id dib_id) { in MapTransportDIB() argument148 DuplicateHandle(GetCurrentProcess(), dib_id.handle, GetCurrentProcess(), in MapTransportDIB()152 return TransportDIB::Map(dib_id.shmkey); in MapTransportDIB()155 return TransportDIB::Map(dib_id); in MapTransportDIB()163 TransportDIB* MockRenderProcessHost::GetTransportDIB(TransportDIB::Id dib_id) { in GetTransportDIB() argument167 transport_dib_ = MapTransportDIB(dib_id); in GetTransportDIB()
58 virtual TransportDIB* MapTransportDIB(TransportDIB::Id dib_id) OVERRIDE;59 virtual TransportDIB* GetTransportDIB(TransportDIB::Id dib_id) OVERRIDE;
139 TransportDIB* MapTransportDIB(TransportDIB::Id dib_id);172 void FreeTransportDIB(TransportDIB::Id dib_id);
346 TransportDIB* RenderWidgetHelper::MapTransportDIB(TransportDIB::Id dib_id) { in MapTransportDIB() argument350 i = allocated_dibs_.find(dib_id); in MapTransportDIB()377 void RenderWidgetHelper::FreeTransportDIB(TransportDIB::Id dib_id) { in FreeTransportDIB() argument381 i = allocated_dibs_.find(dib_id); in FreeTransportDIB()
1227 TransportDIB::Id dib_id) { in MapTransportDIB() argument1231 DuplicateHandle(GetHandle(), dib_id.handle, GetCurrentProcess(), §ion, in MapTransportDIB()1236 return TransportDIB::Map(dib_id.shmkey); in MapTransportDIB()1238 return TransportDIB::Map(dib_id); in MapTransportDIB()1242 return widget_helper_->MapTransportDIB(dib_id); in MapTransportDIB()1247 TransportDIB::Id dib_id) { in GetTransportDIB() argument1248 if (!TransportDIB::is_valid_id(dib_id)) in GetTransportDIB()1252 i = cached_dibs_.find(dib_id); in GetTransportDIB()1258 TransportDIB* dib = MapTransportDIB(dib_id); in GetTransportDIB()1283 cached_dibs_[dib_id] = dib; in GetTransportDIB()
102 virtual TransportDIB* GetTransportDIB(TransportDIB::Id dib_id) OVERRIDE;103 virtual TransportDIB* MapTransportDIB(TransportDIB::Id dib_id) OVERRIDE;
220 void OnFreeTransportDIB(TransportDIB::Id dib_id);
929 TransportDIB::Id dib_id) { in OnFreeTransportDIB() argument930 render_widget_helper_->FreeTransportDIB(dib_id); in OnFreeTransportDIB()
140 virtual TransportDIB* GetTransportDIB(TransportDIB::Id dib_id) = 0;144 virtual TransportDIB* MapTransportDIB(TransportDIB::Id dib_id) = 0;
362 void OnPaintAtSize(const TransportDIB::Handle& dib_id,