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

  /external/v8/src/
code-stubs.h 87 NoCache, // marker for stubs that do custom caching
codegen.h 409 Major MajorKey() { return NoCache; }
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 243 setCacheMode(NoCache);
412 mask->setCacheMode(NoCache);
448 setCacheMode(m_layer->maskLayer() ? QGraphicsItem::DeviceCoordinateCache : QGraphicsItem::NoCache);
474 setCacheMode(NoCache);
    [all...]
  /external/webkit/WebKitTools/QtLauncher/
main.cpp 460 view->setItemCacheMode(gCacheWebView ? QGraphicsItem::DeviceCoordinateCache : QGraphicsItem::NoCache);

Completed in 59 milliseconds