Searched defs:backingStoreType (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Tools/MiniBrowser/qt/
H A DBrowserView.cpp33 BrowserView::BrowserView(QGraphicsWKView::BackingStoreType backingStoreType, QWKContext* context, QWidget* parent) argument
37 m_item = new QGraphicsWKView(context, backingStoreType, 0);
/external/webkit/Source/WebKit/chromium/src/
H A DIDBFactoryBackendProxy.cpp64 void IDBFactoryBackendProxy::open(const String& name, PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<SecurityOrigin> origin, Frame* frame, const String& dataDir, int64_t maximumSize, BackingStoreType backingStoreType) argument
67 m_webIDBFactory->open(name, new WebIDBCallbacksImpl(callbacks), origin, webFrame, dataDir, maximumSize, static_cast<WebIDBFactory::BackingStoreType>(backingStoreType));
H A DWebIDBFactoryImpl.cpp61 void WebIDBFactoryImpl::open(const WebString& name, WebIDBCallbacks* callbacks, const WebSecurityOrigin& origin, WebFrame*, const WebString& dataDir, unsigned long long maximumSize, BackingStoreType backingStoreType) argument
63 m_idbFactoryBackend->open(name, IDBCallbacksProxy::create(callbacks), origin, 0, dataDir, maximumSize, static_cast<IDBFactoryBackendInterface::BackingStoreType>(backingStoreType));
/external/webkit/Source/WebCore/storage/
H A DIDBFactoryBackendImpl.cpp73 void IDBFactoryBackendImpl::open(const String& name, PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<SecurityOrigin> securityOrigin, Frame*, const String& dataDir, int64_t maximumSize, BackingStoreType backingStoreType) argument
90 if (backingStoreType == DefaultBackingStore)
93 else if (backingStoreType == LevelDBBackingStore)
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage_p.h136 QGraphicsWKView::BackingStoreType backingStoreType; member in class:QWKPagePrivate
H A Dqgraphicswkview.cpp64 QGraphicsWKView::QGraphicsWKView(QWKContext* context, BackingStoreType backingStoreType, QGraphicsItem* parent) argument
73 if (backingStoreType == Tiled)
78 d->page->d->init(this, backingStoreType);
H A Dqwkpage.cpp95 , backingStoreType(QGraphicsWKView::Simple)
109 void QWKPagePrivate::init(QGraphicsItem* view, QGraphicsWKView::BackingStoreType backingStoreType) argument
112 this->backingStoreType = backingStoreType;
135 if (backingStoreType == QGraphicsWKView::Tiled)

Completed in 188 milliseconds