HomeSort by relevance Sort by last modified time
    Searched defs:backingStore (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/storage/
IDBFactoryBackendImpl.cpp 61 void IDBFactoryBackendImpl::addIDBBackingStore(const String& uniqueIdentifier, IDBBackingStore* backingStore)
64 m_backingStoreMap.set(uniqueIdentifier, backingStore);
85 RefPtr<IDBBackingStore> backingStore;
88 backingStore = it2->second;
91 backingStore = IDBSQLiteBackingStore::open(securityOrigin.get(), dataDir, maximumSize, fileIdentifier, this);
94 backingStore = IDBLevelDBBackingStore::open(securityOrigin.get(), dataDir, maximumSize, fileIdentifier, this);
96 if (!backingStore) {
102 RefPtr<IDBDatabaseBackendImpl> databaseBackend = IDBDatabaseBackendImpl::create(name, backingStore.get(), m_transactionCoordinator.get(), this, uniqueIdentifier);
IDBDatabaseBackendImpl.cpp 64 IDBDatabaseBackendImpl::IDBDatabaseBackendImpl(const String& name, IDBBackingStore* backingStore, IDBTransactionCoordinator* coordinator, IDBFactoryBackendImpl* factory, const String& uniqueIdentifier)
65 : m_backingStore(backingStore)
87 PassRefPtr<IDBBackingStore> IDBDatabaseBackendImpl::backingStore() const
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PageClientQt.cpp 371 WebCore::TiledBackingStore* backingStore = QWebFramePrivate::core(page->mainFrame())->tiledBackingStore();
372 if (!backingStore)
374 backingStore->setContentsScale(view->scale());
ChromeClientQt.cpp 406 WebCore::TiledBackingStore* backingStore = QWebFramePrivate::core(m_webPage->mainFrame())->tiledBackingStore();
407 if (!backingStore)
409 backingStore->invalidate(windowRect);
  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.cpp 287 if (WebCore::TiledBackingStore* backingStore = QWebFramePrivate::core(page()->mainFrame())->tiledBackingStore()) {
289 backingStore->adjustVisibleRect();
910 WebCore::TiledBackingStore* backingStore = QWebFramePrivate::core(page()->mainFrame())->tiledBackingStore();
911 if (!backingStore)
913 return backingStore->contentsFrozen();
922 WebCore::TiledBackingStore* backingStore = QWebFramePrivate::core(page()->mainFrame())->tiledBackingStore();
923 if (!backingStore)
925 backingStore->setContentsFrozen(frozen);
  /external/webkit/Tools/EWebLauncher/
main.c 157 const char *backingStore;
164 static int browserCreate(const char *url, const char *theme, const char *userAgent, Eina_Rectangle geometry, const char *engine, const char *backingStore, unsigned char isFlattening, unsigned char isFullscreen, const char *databasePath);
590 app->theme, app->userAgent, geometry, app-> backingStore,
655 browserCreate(const char *url, const char *theme, const char *userAgent, Eina_Rectangle geometry, const char *engine, const char *backingStore, unsigned char isFlattening, unsigned char isFullscreen, const char *databasePath)
685 app->backingStore = backingStore;
696 if (backingStore && !strcasecmp(backingStore, "tiled")) {
825 char *backingStore = (char *)backingStores[1];
835 ECORE_GETOPT_VALUE_STR(backingStore),
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 643 QPixmap backingStore;
645 if (!QPixmapCache::find(m_backingStore.key, &backingStore) || backingStore.size() != m_size.toSize())
646 backingStore = recache(QRegion(m_state.contentsRect));
648 painter->drawPixmap(0, 0, backingStore);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxstr.h 295 CARD8 backingStore;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 295 CARD8 backingStore;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 295 CARD8 backingStore;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h 344 CARD8 backingStore;
435 CARD8 backingStore;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h 344 CARD8 backingStore;
435 CARD8 backingStore;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h 344 CARD8 backingStore;
435 CARD8 backingStore;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 464 milliseconds