Searched refs:invalidate (Results 51 - 75 of 242) sorted by relevance

12345678910

/external/webkit/Source/WebCore/svg/
H A DSVGFilterPrimitiveStandardAttributes.h57 inline void invalidate() function in class:WebCore::SVGFilterPrimitiveStandardAttributes
H A DSVGFEMorphologyElement.cpp66 invalidate();
110 invalidate();
/external/webkit/Source/WebKit/win/
H A DWebFramePolicyListener.cpp128 void WebFramePolicyListener::invalidate() function in class:WebFramePolicyListener
/external/webkit/Source/WebKit2/UIProcess/Launcher/
H A DProcessLauncher.h72 void invalidate();
/external/webkit/Source/WebKit2/UIProcess/Plugins/
H A DWebPluginSiteDataManager.h49 void invalidate();
/external/webkit/Source/WebKit2/UIProcess/
H A DTiledDrawingAreaTile.h54 void invalidate(const WebCore::IntRect&);
H A DWebApplicationCacheManagerProxy.cpp50 void WebApplicationCacheManagerProxy::invalidate() function in class:WebKit::WebApplicationCacheManagerProxy
H A DWebApplicationCacheManagerProxy.h59 void invalidate();
H A DWebCookieManagerProxy.h58 void invalidate();
H A DWebDatabaseManagerProxy.h58 void invalidate();
H A DWebKeyValueStorageManagerProxy.cpp50 void WebKeyValueStorageManagerProxy::invalidate() function in class:WebKit::WebKeyValueStorageManagerProxy
H A DWebKeyValueStorageManagerProxy.h59 void invalidate();
H A DWebMediaCacheManagerProxy.cpp49 void WebMediaCacheManagerProxy::invalidate() function in class:WebKit::WebMediaCacheManagerProxy
H A DWebMediaCacheManagerProxy.h57 void invalidate();
H A DWebResourceCacheManagerProxy.cpp54 void WebResourceCacheManagerProxy::invalidate() function in class:WebKit::WebResourceCacheManagerProxy
H A DWebResourceCacheManagerProxy.h58 void invalidate();
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNPRuntimeObjectMap.h77 // Called when the plug-in is destroyed. Will invalidate all the NPObjects.
78 void invalidate();
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginController.h45 virtual void invalidate(const WebCore::IntRect&) = 0;
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DLayerTreeHost.h55 virtual void invalidate() = 0;
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
H A DLayerTreeHostCA.h49 virtual void invalidate();
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
H A DLayerTreeHostCAMac.mm88 void LayerTreeHostCAMac::invalidate()
98 LayerTreeHostCA::invalidate();
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
H A DLayerTreeHostCAWin.h56 virtual void invalidate();
/external/guava/guava/src/com/google/common/cache/
H A DAbstractCache.java38 * {@link #invalidate}. The method {@link #cleanUp} is a no-op. All other methods throw an
90 public void invalidate(Object key) { method in class:AbstractCache
100 invalidate(key);
187 * Cache#invalidate invalidations}.
/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabaseBase.h99 void invalidate() function in class:WebCore::EnumCallback
138 void invalidate() function in class:WebCore::ObjectCallback
/external/webkit/Source/WebCore/platform/
H A DScrollableArea.cpp142 horizontalScrollbar->invalidate();
145 // then we must also invalidate the corner between them.
155 verticalScrollbar->invalidate();

Completed in 190 milliseconds

12345678910