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

  /external/chromium/net/base/
host_cache.h 116 FRIEND_TEST(HostCacheTest, NoCache);
host_cache_unittest.cc 306 TEST(HostCacheTest, NoCache) {
  /external/v8/src/
code-stubs.h 87 NoCache, // marker for stubs that do custom caching
codegen.h 409 Major MajorKey() { return NoCache; }
  /external/chromium/net/proxy/
proxy_script_fetcher_unittest.cc 178 TEST_F(ProxyScriptFetcherTest, 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 1024 milliseconds