Searched refs:WidgetBackingStore (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/cairo/
H A DWidgetBackingStoreCairo.h22 #include "WidgetBackingStore.h"
26 class WidgetBackingStoreCairo : public WidgetBackingStore {
29 static PassOwnPtr<WidgetBackingStore> create(PlatformWidget, const IntSize&);
H A DWidgetBackingStore.h44 class WidgetBackingStore { class in namespace:WebCore
45 WTF_MAKE_NONCOPYABLE(WidgetBackingStore);
52 WidgetBackingStore(const IntSize& size) : m_size(size) { } function in class:WebCore::WidgetBackingStore
53 virtual ~WidgetBackingStore() { }
H A DWidgetBackingStoreCairo.cpp39 PassOwnPtr<WidgetBackingStore> WidgetBackingStoreCairo::create(PlatformWidget widget, const IntSize& size)
48 : WidgetBackingStore(size)
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DGtkWidgetBackingStoreX11.h22 #include "WidgetBackingStore.h"
28 class WidgetBackingStoreGtkX11 : public WidgetBackingStore {
31 static PassOwnPtr<WidgetBackingStore> create(GtkWidget*, const IntSize&);
H A DGtkWidgetBackingStoreX11.cpp30 PassOwnPtr<WidgetBackingStore> WidgetBackingStoreGtkX11::create(GtkWidget* widget, const IntSize& size)
39 : WidgetBackingStore(size)
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DBackingStore.h44 #include <WebCore/WidgetBackingStore.h>
102 OwnPtr<WebCore::WidgetBackingStore> m_backingStore;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/cairo/
H A DBackingStoreCairo.cpp51 static OwnPtr<WidgetBackingStore> createBackingStoreForGTK(GtkWidget* widget, const IntSize& size)
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebviewprivate.h34 #include "WidgetBackingStore.h"
58 OwnPtr<WebCore::WidgetBackingStore> backingStore;
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp107 static OwnPtr<WidgetBackingStore> createBackingStore(GtkWidget* widget, const IntSize& size)
466 WidgetBackingStore* backingStore = m_webView->priv->backingStore.get();
484 OwnPtr<WidgetBackingStore> newBackingStore = createBackingStore(GTK_WIDGET(m_webView), newSize);

Completed in 356 milliseconds