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

  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc 589 if (!front_buffer_canvas() ||
590 (window_rect.width() != front_buffer_canvas()->getDevice()->width() ||
591 window_rect.height() != front_buffer_canvas()->getDevice()->height()))
693 if (!front_buffer_canvas())
713 front_buffer_canvas()->getDevice()->accessBitmap(false);
    [all...]
webplugin_delegate_proxy.h 221 SkCanvas* front_buffer_canvas() const { function in class:content::WebPluginDelegateProxy

Completed in 55 milliseconds