Searched refs:nsContext (Results 1 - 9 of 9) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DJAXPPrefixResolver.java41 public JAXPPrefixResolver ( NamespaceContext nsContext ) {
42 this.namespaceContext = nsContext;
H A DXPathImpl.java134 * @param nsContext Namespace context to use
136 public void setNamespaceContext(NamespaceContext nsContext) { argument
137 if ( nsContext == null ) {
143 this.namespaceContext = nsContext;
144 this.prefixResolver = new JAXPPrefixResolver ( nsContext );
/external/webkit/Tools/DumpRenderTree/mac/
H A DPixelDumpSupportMac.mm156 NSGraphicsContext *nsContext = [NSGraphicsContext graphicsContextWithGraphicsPort:context flipped:NO];
157 ASSERT(nsContext);
162 [view displayRectIgnoringOpacity:column inContext:nsContext];
165 [view displayRectIgnoringOpacity:line inContext:nsContext];
248 [NSGraphicsContext setCurrentContext:nsContext];
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java1466 SuballocatedIntVector nsContext=findNamespaceContext(identity);
1467 if(nsContext==null || nsContext.size()<1)
1470 return nsContext.elementAt(0);
1519 //SuballocatedIntVector nsContext=findNamespaceContext(nodeHandle & m_mask);
1521 SuballocatedIntVector nsContext=findNamespaceContext(makeNodeIdentity(baseHandle));
1523 if(nsContext==null)
1525 int i=1 + nsContext.indexOf(nodeHandle);
1526 if(i<=0 || i==nsContext.size())
1529 return nsContext
[all...]
/external/webkit/Source/WebCore/platform/mac/
H A DDragImageMac.mm188 NSGraphicsContext *nsContext = [NSGraphicsContext currentContext];
189 CGContextRef cgContext = static_cast<CGContextRef>([nsContext graphicsPort]);
193 BOOL flipped = [nsContext isFlipped];
197 Font webCoreFont(FontPlatformData(font, [font pointSize]), ![nsContext isDrawingToScreen], Antialiased);
H A DWidgetMac.mm311 NSGraphicsContext *nsContext = [NSGraphicsContext graphicsContextWithGraphicsPort:cgContext flipped:YES];
312 [view displayRectIgnoringOpacity:dirtyRect inContext:nsContext];
/external/webkit/Source/WebKit/mac/Misc/
H A DWebKitNSStringExtras.mm83 NSGraphicsContext *nsContext = [NSGraphicsContext currentContext];
84 CGContextRef cgContext = static_cast<CGContextRef>([nsContext graphicsPort]);
88 BOOL flipped = [nsContext isFlipped];
92 Font webCoreFont(FontPlatformData(font, [font pointSize]), ![nsContext isDrawingToScreen], fontSmoothingIsAllowed ? AutoSmoothing : Antialiased);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM2.java3258 SuballocatedIntVector nsContext = null;
3263 nsContext = findNamespaceContext(nodeID);
3264 if (nsContext == null || nsContext.size() < 1)
3267 nextNSNode = makeNodeIdentity(nsContext.elementAt(0));
3291 if (nsIndex < nsContext.size()) {
3292 nextNSNode = makeNodeIdentity(nsContext.elementAt(nsIndex));
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 1046 milliseconds