Searched refs:backingStoreType (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebCore/storage/ |
D | IDBFactoryBackendImpl.cpp | 73 …urityOrigin, Frame*, const String& dataDir, int64_t maximumSize, BackingStoreType backingStoreType) in open() argument 90 if (backingStoreType == DefaultBackingStore) in open() 93 else if (backingStoreType == LevelDBBackingStore) in open()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebIDBFactoryImpl.cpp | 61 …rame*, const WebString& dataDir, unsigned long long maximumSize, BackingStoreType backingStoreType) in open() argument 63 …dataDir, maximumSize, static_cast<IDBFactoryBackendInterface::BackingStoreType>(backingStoreType)); in open()
|
D | IDBFactoryBackendProxy.cpp | 64 …rigin, Frame* frame, const String& dataDir, int64_t maximumSize, BackingStoreType backingStoreType) in open() argument 67 …n, webFrame, dataDir, maximumSize, static_cast<WebIDBFactory::BackingStoreType>(backingStoreType)); in open()
|
/external/webkit/Tools/MiniBrowser/qt/ |
D | BrowserView.cpp | 33 BrowserView::BrowserView(QGraphicsWKView::BackingStoreType backingStoreType, QWKContext* context, Q… in BrowserView() argument 37 m_item = new QGraphicsWKView(context, backingStoreType, 0); in BrowserView()
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | qwkpage.cpp | 95 , backingStoreType(QGraphicsWKView::Simple) in QWKPagePrivate() 109 void QWKPagePrivate::init(QGraphicsItem* view, QGraphicsWKView::BackingStoreType backingStoreType) in init() argument 112 this->backingStoreType = backingStoreType; in init() 135 if (backingStoreType == QGraphicsWKView::Tiled) in createDrawingAreaProxy()
|
D | qgraphicswkview.cpp | 64 QGraphicsWKView::QGraphicsWKView(QWKContext* context, BackingStoreType backingStoreType, QGraphicsI… in QGraphicsWKView() argument 73 if (backingStoreType == Tiled) in QGraphicsWKView() 78 d->page->d->init(this, backingStoreType); in QGraphicsWKView()
|
D | qgraphicswkview.h | 27 …QGraphicsWKView(QWKContext* context, BackingStoreType backingStoreType = Simple, QGraphicsItem* pa…
|
D | qwkpage_p.h | 136 QGraphicsWKView::BackingStoreType backingStoreType; variable
|
/external/webkit/Source/WebKit/mac/Carbon/ |
D | CarbonWindowAdapter.mm | 139 NSBackingStoreType backingStoreType; 171 backingStoreType = NSBackingStoreRetained; 190 …WindowAdapter*)[super _initContent:NULL styleMask:styleMask backing:backingStoreType defer:YES con…
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 25052 Decide which backend to use based on the backingStoreType
|