Searched refs:needs_unmap_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dppb_image_data_impl.h194 needs_unmap_ = false;
196 is_valid_ = needs_unmap_ = !!image_data_->Map();
201 if (needs_unmap_)
212 bool needs_unmap_; member in class:content::ImageDataAutoMapper
H A Dppb_buffer_impl.cc92 needs_unmap_ = !PP_ToBool(api->IsMapped());
98 if (needs_unmap_)
H A Dppb_buffer_impl.h68 bool needs_unmap_; member in class:content::BufferAutoMapper

Completed in 93 milliseconds