HomeSort by relevance Sort by last modified time
    Searched refs:nsContext (Results 1 - 9 of 9) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPPrefixResolver.java 41 public JAXPPrefixResolver ( NamespaceContext nsContext ) {
42 this.namespaceContext = nsContext;
XPathImpl.java 134 * @param nsContext Namespace context to use
136 public void setNamespaceContext(NamespaceContext nsContext) {
137 if ( nsContext == null ) {
143 this.namespaceContext = nsContext;
144 this.prefixResolver = new JAXPPrefixResolver ( nsContext );
  /libcore/luni/src/main/java/javax/xml/xpath/
XPath.java 67 * set with {@link #setNamespaceContext(NamespaceContext nsContext)}.
146 * <p>A <code>NullPointerException</code> is thrown if <code>nsContext</code> is <code>null</code>.</p>
148 * @param nsContext Namespace context to use.
150 * @throws NullPointerException If <code>nsContext</code> is <code>null</code>.
152 public void setNamespaceContext(NamespaceContext nsContext);
  /external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 156 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/
DTMDefaultBase.java     [all...]
  /external/webkit/Source/WebCore/platform/mac/
DragImageMac.mm 188 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);
WidgetMac.mm 311 NSGraphicsContext *nsContext = [NSGraphicsContext graphicsContextWithGraphicsPort:cgContext flipped:YES];
312 [view displayRectIgnoringOpacity:dirtyRect inContext:nsContext];
  /external/webkit/Source/WebKit/mac/Misc/
WebKitNSStringExtras.mm 83 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/
SAX2DTM2.java     [all...]

Completed in 179 milliseconds