Searched refs:invalidate (Results 101 - 125 of 242) sorted by relevance

12345678910

/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontCacheMac.mm52 fontCache()->invalidate();
57 fontCache()->invalidate();
/external/webkit/Source/WebCore/svg/
H A DSVGFEBlendElement.cpp90 invalidate();
H A DSVGFEOffsetElement.cpp68 invalidate();
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DProxyInstance.h55 void invalidate();
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPObjectProxy.h56 void invalidate();
/external/webkit/Source/WebKit2/UIProcess/Downloads/
H A DDownloadProxy.cpp72 void DownloadProxy::invalidate() function in class:WebKit::DownloadProxy
/external/webkit/Source/WebKit2/UIProcess/
H A DWebCookieManagerProxy.cpp50 void WebCookieManagerProxy::invalidate() function in class:WebKit::WebCookieManagerProxy
H A DWebIconDatabase.h62 void invalidate();
H A DWebInspectorProxy.cpp70 void WebInspectorProxy::invalidate() function in class:WebKit::WebInspectorProxy
H A DWebInspectorProxy.h66 void invalidate();
H A DWebPageProxy.cpp304 m_inspector->invalidate();
311 m_fullScreenManager->invalidate();
317 m_openPanelResultListener->invalidate();
342 editCommandVector[i]->invalidate();
647 callback->invalidate();
1183 callback->invalidate();
1196 callback->invalidate();
1209 callback->invalidate();
1223 callback->invalidate();
1237 callback->invalidate();
[all...]
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProcessConnection.cpp92 // We have no more plug-ins, invalidate the connection to the plug-in process.
94 m_connection->invalidate();
/external/chromium-trace/trace-viewer/src/
H A Dlinux_perf_i915_parser.js240 var event = /dev=(\d+), ring=(\w+), invalidate=(\w+), flush=(\w+)/
247 var invalidate = event[3];
253 invalidate: invalidate,
H A Dtimeline_selection.js40 this.track.invalidate();
/external/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp327 void invalidate();
348 invalidate();
395 // Test that we invalidate byref arguments passed to constructors.
/external/webkit/Source/WebCore/platform/
H A DKURL.h71 KURL() { invalidate(); }
232 void invalidate();
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNPRuntimeObjectMap.cpp215 void NPRuntimeObjectMap::invalidate() function in class:WebKit::NPRuntimeObjectMap
232 jsNPObjects[i]->invalidate();
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
H A DLayerTreeHostCAWin.cpp136 void LayerTreeHostCAWin::invalidate() function in class:WebKit::LayerTreeHostCAWin
145 LayerTreeHostCA::invalidate();
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DViewfinderView.java168 invalidate();
178 invalidate();
/external/guava/guava-tests/test/com/google/common/cache/
H A DEmptyCachesTest.java54 cache.invalidate("a");
55 cache.invalidate("b");
56 cache.invalidate(0);
H A DAbstractCacheTest.java73 public void invalidate(Object key) {
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLetterQuad.java181 void invalidate() { method in class:LetterQuad
209 invalidate();
214 invalidate();
/external/webkit/Source/WebKit/android/jni/
H A DPicturePile.cpp119 void PicturePile::invalidate(const IntRect& dirtyRect) function in class:WebCore::PicturePile
153 invalidate(rect);
158 invalidate(rect);
/external/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp658 Traces->invalidate(IfConv.Head);
659 Traces->invalidate(IfConv.Tail);
660 Traces->invalidate(IfConv.TBB);
661 Traces->invalidate(IfConv.FBB);
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
H A DMovieControllerLayer.m106 [_updateTimeTimer invalidate];
229 [_updateTimeTimer invalidate];

Completed in 4018 milliseconds

12345678910