/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | NamespaceSupport2.java | 51 private Context2 currentContext; // Current point on the double-linked stack field in NamespaceSupport2 99 currentContext = new Context2(null); in reset() 100 currentContext.declarePrefix("xml", XMLNS); in reset() 125 Context2 parentContext=currentContext; in pushContext() 126 currentContext = parentContext.getChild(); in pushContext() 127 if (currentContext == null){ in pushContext() 128 currentContext = new Context2(parentContext); in pushContext() 133 currentContext.setParent(parentContext); in pushContext() 153 Context2 parentContext=currentContext.getParent(); in popContext() 157 currentContext = parentContext; in popContext() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGLengthContext.cpp | 220 const ContainerNode* currentContext = context; in renderStyleForLengthResolving() local 222 if (currentContext->renderer()) in renderStyleForLengthResolving() 223 return currentContext->renderer()->style(); in renderStyleForLengthResolving() 224 currentContext = currentContext->parentNode(); in renderStyleForLengthResolving() 225 } while (currentContext); in renderStyleForLengthResolving()
|
/external/chromium_org/ui/gfx/ |
D | scoped_ns_graphics_context_save_gstate_mac.mm | 14 : context_([NSGraphicsContext currentContext]) { 20 DCHECK_EQ(context_, [NSGraphicsContext currentContext]);
|
D | canvas_paint_mac.mm | 33 (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort]; 39 if ([[NSGraphicsContext currentContext] isFlipped]) { 55 (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort];
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
D | ExecutionContextSelector.js | 62 var currentContext = WebInspector.context.flavor(WebInspector.ExecutionContext); 64 if (!newTarget || (currentContext && currentContext.target() === newTarget))
|
/external/skia/src/gpu/gl/iOS/ |
D | SkNativeGLContext_iOS.mm | 15 fEAGLContext = [EAGLContext currentContext]; 39 if ([EAGLContext currentContext] == EAGLCTX) {
|
/external/chromium_org/third_party/skia/src/gpu/gl/iOS/ |
D | SkNativeGLContext_iOS.mm | 15 fEAGLContext = [EAGLContext currentContext]; 39 if ([EAGLContext currentContext] == EAGLCTX) {
|
/external/chromium_org/third_party/molokocacao/ |
D | NSBezierPath+MCAdditions.m | 70 CGContextRef context = [[NSGraphicsContext currentContext] graphicsPort]; 108 if ([[NSGraphicsContext currentContext] isFlipped]) 137 if ([[NSGraphicsContext currentContext] isFlipped]) 165 NSGraphicsContext *thisContext = [NSGraphicsContext currentContext];
|
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
D | LocalCurrentGraphicsContext.mm | 37 if (cgContext == [[NSGraphicsContext currentContext] graphicsPort]) { 42 m_savedNSGraphicsContext = [[NSGraphicsContext currentContext] retain];
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_view_overscroll_animator_slider_mac.mm | 207 [NSAnimationContext currentContext].duration = 209 [[NSAnimationContext currentContext] setCompletionHandler:^{ 245 [NSAnimationContext currentContext].duration = 247 [[NSAnimationContext currentContext] setCompletionHandler:^{
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_toolbar_view.mm | 49 [[NSGraphicsContext currentContext] 76 NSGraphicsContext* context = [NSGraphicsContext currentContext];
|
/external/chromium_org/ui/base/cocoa/ |
D | animation_utils.h | 26 [[NSAnimationContext currentContext] setDuration:0.0]; in WithNoAnimation()
|
D | nsgraphics_context_additions_unittest.mm | 19 NSGraphicsContext* context = [NSGraphicsContext currentContext];
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextBreakIteratorICU.cpp | 300 TextContext currentContext = textLatin1GetCurrentContext(text); in textLatin1Access() local 303 if (newContext == currentContext) { in textLatin1Access() 304 if (currentContext == PrimaryContext) { in textLatin1Access() 423 TextContext currentContext = textUTF16GetCurrentContext(text); in textUTF16Access() local 426 if (newContext == currentContext) { in textUTF16Access() 427 if (currentContext == PrimaryContext) { in textUTF16Access()
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | info_bubble_window.mm | 161 [[NSAnimationContext currentContext] 179 [[NSAnimationContext currentContext] setDuration:kMinimumTimeInterval]; 213 [[NSAnimationContext currentContext]
|
D | menu_button_unittest.mm | 84 NSGraphicsContext* context = [NSGraphicsContext currentContext];
|
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/ |
D | toolbar_view.mm | 23 [[NSGraphicsContext currentContext] cr_setPatternPhase:position forView:self];
|
/external/skia/experimental/Intersection/ |
D | EdgeDemoApp.mm | 90 CGContextRef ctx = (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort];
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | EdgeDemoApp.mm | 90 CGContextRef ctx = (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort];
|
/external/skia/experimental/pixman/ |
D | pixman.mm | 95 CGContextRef ctx = (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort];
|
/external/chromium_org/third_party/skia/experimental/pixman/ |
D | pixman.mm | 95 CGContextRef ctx = (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort];
|
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
D | constrained_window_custom_window.mm | 81 [[NSGraphicsContext currentContext] setCompositingOperation:
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSPlatform.mm | 142 if ([EAGLContext currentContext] == m_context) 152 if ([EAGLContext currentContext] == m_context)
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
D | download_shelf_view.mm | 52 [[NSGraphicsContext currentContext]
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
D | autofill_section_view_unittest.mm | 33 context:[NSGraphicsContext currentContext]
|