Searched refs:tablesDirty (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DNamespaceSupport.java478 if (newParent != null && !that.tablesDirty) {
508 tablesDirty = that.tablesDirty;
529 tablesDirty = false;
541 if (!tablesDirty) {
629 tablesDirty = true;
723 tablesDirty = true;
743 private boolean tablesDirty = false; field in class:NamespaceSupport.Context
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DNamespaceSupport2.java470 private boolean tablesDirty = false; field in class:Context2
526 tablesDirty = false;
540 if (!tablesDirty) {
635 tablesDirty = true;
745 tablesDirty = true;

Completed in 49 milliseconds