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

  /external/chromium_org/cc/layers/
video_layer_impl.cc 78 // WillDraw to DidDraw. Since the compositor thread is in the middle of
79 // drawing, the layer will not be destroyed before DidDraw is called.
299 void VideoLayerImpl::DidDraw(ResourceProvider* resource_provider) {
300 LayerImpl::DidDraw(resource_provider);
layer_impl.cc 257 // WillDraw/DidDraw must be matched.
264 void LayerImpl::DidDraw(ResourceProvider* resource_provider) {
    [all...]

Completed in 82 milliseconds