HomeSort by relevance Sort by last modified time
    Searched defs:BackingStore (Results 1 - 2 of 2) 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*);

Completed in 511 milliseconds