Lines Matching defs:mailbox
135 const TextureMailbox& mailbox,
139 DCHECK(!mailbox.IsValid() || !holder_ref_ ||
140 !mailbox.Equals(holder_ref_->holder()->mailbox()));
141 DCHECK_EQ(mailbox.IsValid(), !!release_callback);
143 // If we never commited the mailbox, we need to release it here.
144 if (mailbox.IsValid())
145 holder_ref_ = MailboxHolder::Create(mailbox, release_callback.Pass());
155 // The active frame needs to be replaced and the mailbox returned before the
161 const TextureMailbox& mailbox,
164 mailbox,
201 // we will need to set the mailbox again on a new TextureLayerImpl the next
205 // The active frame needs to be replaced and the mailbox returned before the
221 TextureMailbox mailbox;
224 &mailbox,
229 mailbox,
244 // SetTextureMailbox could be called externally and the same mailbox used for
265 texture_mailbox = holder->mailbox();
297 const TextureMailbox& mailbox,
301 mailbox_(mailbox),
303 sync_point_(mailbox.sync_point()),
313 const TextureMailbox& mailbox,
316 new MailboxHolder(mailbox, release_callback.Pass())));