Home
last modified time | relevance | path

Searched defs:flushCache (Results 1 – 4 of 4) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCSpinner.java317 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { in computeSize()
334 protected void layout(Composite composite, boolean flushCache) { in layout()
368 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { in computeSize()
385 protected void layout(Composite composite, boolean flushCache) { in layout()
419 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { in computeSize()
434 protected void layout(Composite composite, boolean flushCache) { in layout()
467 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { in computeSize()
484 protected void layout(Composite composite, boolean flushCache) { in layout()
509 protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { in computeSize()
526 protected void layout(Composite composite, boolean flushCache) { in layout()
/external/apache-http/src/org/apache/http/impl/io/
DChunkedOutputStream.java95 protected void flushCache() throws IOException { in flushCache() method in ChunkedOutputStream
/external/chromium_org/net/third_party/nss/ssl/
Dsslsecur.c262 SSL_ReHandshake(PRFileDesc *fd, PRBool flushCache) in SSL_ReHandshake()
297 PRBool flushCache, in SSL_ReHandshakeWithTimeout()
Dssl3con.c12650 ssl3_RedoHandshake(sslSocket *ss, PRBool flushCache) in ssl3_RedoHandshake()