Home
last modified time | relevance | path

Searched refs:own_mailbox_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
Dtexture_layer_impl.cc28 own_mailbox_(false), in TextureLayerImpl()
45 own_mailbox_ = true; in SetTextureMailbox()
65 if (own_mailbox_) { in PushPropertiesTo()
68 own_mailbox_ = false; in PushPropertiesTo()
77 if (own_mailbox_) { in WillDraw()
90 own_mailbox_ = false; in WillDraw()
243 if (own_mailbox_) { in FreeTextureMailbox()
253 DCHECK(!own_mailbox_); in FreeTextureMailbox()
Dtexture_layer_impl.h74 bool own_mailbox_; variable