Searched refs:invalidate (Results 151 - 175 of 242) sorted by relevance

12345678910

/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DConnection.cpp221 m_connectionQueue.invalidate();
245 void Connection::invalidate() function in class:CoreIPC::Connection
248 // Someone already called invalidate().
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DDrawingAreaImpl.cpp57 m_layerTreeHost->invalidate();
121 // Go ahead and just invalidate the scroll rect.
417 m_layerTreeHost->invalidate();
H A DWebPage.cpp242 m_sandboxExtensionTracker.invalidate();
407 m_sandboxExtensionTracker.invalidate();
1576 // pending drop sandbox extension. If not, we'll play it safe and invalidate it.
1578 m_pendingDropSandboxExtension->invalidate();
1918 invalidate();
1921 void WebPage::SandboxExtensionTracker::invalidate() function in class:WebKit::WebPage::SandboxExtensionTracker
1924 m_pendingProvisionalSandboxExtension->invalidate();
1929 m_provisionalSandboxExtension->invalidate();
1934 m_committedSandboxExtension->invalidate();
1956 m_pendingProvisionalSandboxExtension->invalidate();
[all...]
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheReferencesTest.java112 cache.invalidate(key1);
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
H A DAwtPanel.java255 public void invalidate(){ method in class:AwtPanel
/external/skia/src/gpu/
H A DGrStencil.h265 void invalidate() { function in class:GrStencilSettings
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime.h283 NPObject instance after the invalidate callback has been
300 NPInvalidateFunctionPtr invalidate; member in struct:NPClass
/external/webkit/Source/WebCore/platform/
H A DWidget.h171 void invalidate() { invalidateRect(boundsRect()); } function in class:WebCore::Widget
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp416 invalidate();
455 invalidate();
580 invalidate();
1362 invalidate();
/external/webkit/Source/WebCore/platform/qt/
H A DScrollbarThemeQt.cpp192 scrollbar->invalidate();
/external/webkit/Source/WebCore/plugins/qt/
H A DPluginViewQt.cpp182 // Note that we don't invalidate the frameRect() here. This is because QWebFrame::renderRelativeCoords()
185 invalidate();
830 invalidate();
840 invalidate();
845 invalidate();
/external/webkit/Source/WebCore/rendering/
H A DCounterNode.cpp168 m_rootRenderer->invalidate(); // This makes m_rootRenderer point to the next renderer if any since it disconnects the m_rootRenderer from this.
/external/webkit/Source/WebCore/svg/
H A DSVGFECompositeElement.cpp117 invalidate();
H A DSVGFEDiffuseLightingElement.cpp143 invalidate();
H A DSVGFESpecularLightingElement.cpp150 invalidate();
/external/webkit/Source/WebKit/chromium/src/
H A DWebScrollbarImpl.cpp82 m_scrollbar->invalidate();
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DProxyInstance.mm132 invalidate();
452 void ProxyInstance::invalidate()
H A DNetscapePluginHostManager.mm249 instance->invalidate();
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPRemoteObjectMap.cpp215 npObjectProxy->invalidate();
/external/webkit/Source/WebKit2/UIProcess/
H A DWebDatabaseManagerProxy.cpp101 void WebDatabaseManagerProxy::invalidate() function in class:WebKit::WebDatabaseManagerProxy
H A DWebIconDatabase.cpp58 void WebIconDatabase::invalidate() function in class:WebKit::WebIconDatabase
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWKFullScreenWindowController.mm441 [_tickleTimer invalidate];
448 [_tickleTimer invalidate];
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h75 void invalidate(const NPRect*);
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp96 void invalidate() { NonVirtualSize = CharUnits::Zero(); } function in struct:__anon66::CGRecordLayoutBuilder::LastLaidOutBaseInfo
221 LastLaidOutBase.invalidate();
493 LastLaidOutBase.invalidate();
933 LastLaidOutBase.invalidate();
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLEngineImplTest.java118 server.getSession().invalidate();
124 client.getSession().invalidate();
128 client.getSession().invalidate();
129 server.getSession().invalidate();
887 not_allowed.getSession().invalidate();

Completed in 1953 milliseconds

12345678910