Searched refs:invalidate (Results 176 - 200 of 242) sorted by relevance

12345678910

/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp108 void NetscapePlugin::invalidate(const NPRect* invalidRect) function in class:WebKit::NetscapePlugin
121 m_pluginController->invalidate(rect);
H A DJSNPObject.cpp74 void JSNPObject::invalidate() function in class:WebKit::JSNPObject
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DCacheBuilder.java161 public void invalidate(Object key) { method in class:CacheBuilder.LocalManualCache
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheEvictionTest.java158 cache.invalidate(key);
277 // invalidate all
/external/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp292 void MachineTraceMetrics::invalidate(const MachineBasicBlock *MBB) {
294 BlockInfo[MBB->getNumber()].invalidate();
297 Ensembles[i]->invalidate(MBB);
414 MachineTraceMetrics::Ensemble::invalidate(const MachineBasicBlock *BadMBB) {
/external/webkit/Source/WebCore/bridge/
H A Druntime_object.cpp52 void RuntimeObject::invalidate() function in class:JSC::Bindings::RuntimeObject
/external/webkit/Source/WebCore/platform/
H A DScrollView.cpp612 m_horizontalScrollbar->invalidate();
633 m_verticalScrollbar->invalidate();
713 // This call will move children with native widgets (plugins) and invalidate them as well.
788 // we need to invalidate the windowResizerRect(), since it will now need to paint
821 m_horizontalScrollbar->invalidate();
823 m_verticalScrollbar->invalidate();
H A DKURLGoogle.cpp409 invalidate();
876 void KURL::invalidate() function in class:WebCore::KURL
/external/webkit/Source/WebCore/platform/mac/
H A DScrollbarThemeMac.mm83 it->first->invalidate();
86 (*it)->invalidate();
/external/webkit/Source/WebKit/mac/WebView/
H A DWebVideoFullscreenHUDWindowController.mm232 [_timelineUpdateTimer invalidate];
248 [_timelineUpdateTimer invalidate];
H A DWebFullScreenController.mm694 [_tickleTimer invalidate];
701 [_tickleTimer invalidate];
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DConnection.h134 void invalidate();
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPObjectProxy.cpp70 void NPObjectProxy::invalidate() function in class:WebKit::NPObjectProxy
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp720 m_foregroundLayerContent.invalidate(IntRect(0, 0, contentsRect.width(), contentsRect.height()));
870 m_contentLayerContent.invalidate(enclosingIntRect(rect));
872 m_foregroundLayerContent.invalidate(enclosingIntRect(rect));
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp451 fHWBounds.fScissorRect.invalidate();
454 fHWBounds.fViewportRect.invalidate();
456 fHWDrawState.stencil()->invalidate();
957 // we only set a subset here so invalidate first
958 initialTexParams.invalidate();
1302 fHWDrawState.stencil()->invalidate();
1336 fHWDrawState.stencil()->invalidate();
1643 fHWBounds.fScissorRect.invalidate();
/external/oprofile/events/mips/1004K/
H A Devents91 event:0x39 counters:0 um:zero minimum:500 name:INVALIDATE_INTERVENTION_COUNT : 57-0 External invalidate (i.e. leaving a cache line in the invalid state) interventions
168 event:0x439 counters:1 um:zero minimum:500 name:INVALIDATE_INTERVENTION_HIT_COUNT : 57-1 External invalidate interventions that hit in the cache
/external/qemu/
H A Dconsole.h434 vga_hw_invalidate_ptr invalidate,
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.cpp124 m_fontList->invalidate(fontSelector);
H A DFontCache.cpp440 void FontCache::invalidate() function in class:WebCore::FontCache
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.h154 void invalidate();
/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginControllerProxy.cpp183 void PluginControllerProxy::invalidate(const IntRect& rect) function in class:WebKit::PluginControllerProxy
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProxy.cpp476 // Ask the controller to invalidate the rect for us.
478 m_pluginController->invalidate(paintedRectPluginCoordinates);
/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c396 int invalidate)
408 if (invalidate)
394 flush_cached_blocks(io_channel channel, struct unix_private_data *data, int invalidate) argument
/external/webkit/Source/WebCore/platform/chromium/
H A DScrollbarThemeChromiumMac.mm83 (*it)->invalidate();
/external/webkit/Source/WebCore/plugins/gtk/
H A DPluginViewGtk.cpp690 invalidate();
701 invalidate();

Completed in 501 milliseconds

12345678910