HomeSort by relevance Sort by last modified time
    Searched refs:holder_ref_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/layers/
texture_layer.cc 120 DCHECK(!mailbox.IsValid() || !holder_ref_ ||
121 !mailbox.Equals(holder_ref_->holder()->mailbox()) ||
127 holder_ref_ =
130 holder_ref_.reset();
160 DCHECK(!mailbox.IsValid() || !holder_ref_ ||
161 !mailbox.Equals(holder_ref_->holder()->mailbox()) ||
162 mailbox.sync_point() != holder_ref_->holder()->mailbox().sync_point());
192 if (!host && holder_ref_) {
202 return (client_ || holder_ref_) && Layer::DrawsContent();
245 if (holder_ref_) {
    [all...]
texture_layer.h 165 scoped_ptr<TextureMailboxHolder::MainThreadReference> holder_ref_; member in class:cc::TextureLayer

Completed in 466 milliseconds