HomeSort by relevance Sort by last modified time
    Searched refs:CacheMode (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebKitTools/QtLauncher/
webview.h 74 void setItemCacheMode(QGraphicsItem::CacheMode mode) { m_item->setCacheMode(mode); }
  /frameworks/base/include/utils/
AssetManager.h 45 * files it has seen. This can be controlled with the "cacheMode"
53 typedef enum CacheMode {
58 } CacheMode;
60 AssetManager(CacheMode cacheMode = CACHE_OFF);
335 CacheMode mCacheMode; // is the cache enabled?
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 464 const QGraphicsItem::CacheMode mewCacheMode = isTransformAnimationRunning() ? ItemCoordinateCache : DeviceCoordinateCache;
467 if (mewCacheMode != cacheMode())
    [all...]
  /frameworks/base/libs/utils/
AssetManager.cpp 70 AssetManager::AssetManager(CacheMode cacheMode)
73 mCacheMode(cacheMode), mCacheValid(false)
    [all...]

Completed in 132 milliseconds