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

  /external/webkit/Source/WebKit2/UIProcess/
BackingStore.cpp 27 #include "BackingStore.h"
40 PassOwnPtr<BackingStore> BackingStore::create(const IntSize& size, WebPageProxy* webPageProxy)
42 return adoptPtr(new BackingStore(size, webPageProxy));
45 BackingStore::BackingStore(const IntSize& size, WebPageProxy* webPageProxy)
52 BackingStore::~BackingStore()
56 void BackingStore::incorporateUpdate(const UpdateInfo& updateInfo)
BackingStore.h 49 class BackingStore {
50 WTF_MAKE_NONCOPYABLE(BackingStore);
53 static PassOwnPtr<BackingStore> create(const WebCore::IntSize&, WebPageProxy*);
54 ~BackingStore();
68 BackingStore(const WebCore::IntSize&, WebPageProxy*);
DrawingAreaProxyImpl.h 29 #include "BackingStore.h"
45 void paint(BackingStore::PlatformGraphicsContext, const WebCore::IntRect&, Region& unpaintedRegion);
103 OwnPtr<BackingStore> m_backingStore;
DrawingAreaProxyImpl.cpp 69 void DrawingAreaProxyImpl::paint(BackingStore::PlatformGraphicsContext context, const IntRect& rect, Region& unpaintedRegion)
244 m_backingStore = BackingStore::create(updateInfo.viewSize, m_webPageProxy);
  /external/webkit/Source/WebKit2/UIProcess/mac/
BackingStoreMac.mm 27 #import "BackingStore.h"
39 void BackingStore::paint(PlatformGraphicsContext context, const IntRect& rect)
56 CGContextRef BackingStore::backingStoreContext()
96 void BackingStore::incorporateUpdate(ShareableBitmap* bitmap, const UpdateInfo& updateInfo)
116 void BackingStore::scroll(const IntRect& scrollRect, const IntSize& scrollOffset)
  /external/webkit/Source/WebKit2/UIProcess/win/
BackingStoreWin.cpp 27 #include "BackingStore.h"
64 void BackingStore::paint(HDC dc, const IntRect& rect)
78 void BackingStore::incorporateUpdate(ShareableBitmap* bitmap, const UpdateInfo& updateInfo)
100 void BackingStore::scroll(const IntRect& scrollRect, const IntSize& scrollOffset)
  /external/chromium/chrome/browser/extensions/
extension_tabs_module.h 16 class BackingStore;
164 virtual bool CaptureSnapshotFromBackingStore(BackingStore* backing_store);
extension_tabs_module.cc     [all...]
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc 76 BackingStore* backing_store,
188 BackingStore* backing_store = renderer->GetBackingStore(false);
255 BackingStore* backing_store = renderer->GetBackingStore(false);
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.h 89 virtual BackingStore* AllocBackingStore(const gfx::Size& size);
render_widget_host_view_win.h 28 class BackingStore;
159 virtual BackingStore* AllocBackingStore(const gfx::Size& size);
render_widget_host_view_mac.h 217 virtual BackingStore* AllocBackingStore(const gfx::Size& size);
render_widget_host_view_views.h 75 virtual BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE;
render_widget_host_view_views.cc 315 // BackingStore::ScrollBackingStore?
367 BackingStore* RenderWidgetHostViewViews::AllocBackingStore(
798 BackingStore* backing_store = host_->GetBackingStore(true);
render_widget_host_view_gtk.cc 746 // BackingStore::ScrollBackingStore?
    [all...]
render_widget_host_view_win.cc 734 BackingStore* RenderWidgetHostViewWin::AllocBackingStore(
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 295 BackingStore* backing_store =
  /external/chromium/chrome/browser/
aeropeek_manager.cc     [all...]

Completed in 500 milliseconds