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 586 if (!front_buffer_canvas() ||
587 (window_rect.width() != front_buffer_canvas()->getDevice()->width() ||
588 window_rect.height() != front_buffer_canvas()->getDevice()->height()))
690 if (!front_buffer_canvas())
710 front_buffer_canvas()->getDevice()->accessBitmap(false);
    [all...]
webplugin_delegate_proxy.h 221 SkCanvas* front_buffer_canvas() const { function in class:content::WebPluginDelegateProxy

Completed in 107 milliseconds