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

  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_backing_store.cc 19 BrowserPluginBackingStore::BrowserPluginBackingStore(
31 BrowserPluginBackingStore::~BrowserPluginBackingStore() {
34 void BrowserPluginBackingStore::PaintToBackingStore(
78 void BrowserPluginBackingStore::ScrollBackingStore(
95 void BrowserPluginBackingStore::Clear(SkColor clear_color) {
browser_plugin_backing_store.h 26 // The BrowserPluginBackingStore is a wrapper around an SkBitmap that is used
33 class BrowserPluginBackingStore {
35 BrowserPluginBackingStore(const gfx::Size& size, float scale_factor);
36 virtual ~BrowserPluginBackingStore();
61 DISALLOW_COPY_AND_ASSIGN(BrowserPluginBackingStore);

Completed in 358 milliseconds