Home
last modified time | relevance | path

Searched refs:currentContext (Results 1 – 25 of 58) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xml/utils/
DNamespaceSupport2.java51 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/
DSVGLengthContext.cpp220 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/
Dscoped_ns_graphics_context_save_gstate_mac.mm14 : context_([NSGraphicsContext currentContext]) {
20 DCHECK_EQ(context_, [NSGraphicsContext currentContext]);
Dcanvas_paint_mac.mm33 (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/
DExecutionContextSelector.js62 var currentContext = WebInspector.context.flavor(WebInspector.ExecutionContext);
64 if (!newTarget || (currentContext && currentContext.target() === newTarget))
/external/skia/src/gpu/gl/iOS/
DSkNativeGLContext_iOS.mm15 fEAGLContext = [EAGLContext currentContext];
39 if ([EAGLContext currentContext] == EAGLCTX) {
/external/chromium_org/third_party/skia/src/gpu/gl/iOS/
DSkNativeGLContext_iOS.mm15 fEAGLContext = [EAGLContext currentContext];
39 if ([EAGLContext currentContext] == EAGLCTX) {
/external/chromium_org/third_party/molokocacao/
DNSBezierPath+MCAdditions.m70 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/
DLocalCurrentGraphicsContext.mm37 if (cgContext == [[NSGraphicsContext currentContext] graphicsPort]) {
42 m_savedNSGraphicsContext = [[NSGraphicsContext currentContext] retain];
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_overscroll_animator_slider_mac.mm207 [NSAnimationContext currentContext].duration =
209 [[NSAnimationContext currentContext] setCompletionHandler:^{
245 [NSAnimationContext currentContext].duration =
247 [[NSAnimationContext currentContext] setCompletionHandler:^{
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_toolbar_view.mm49 [[NSGraphicsContext currentContext]
76 NSGraphicsContext* context = [NSGraphicsContext currentContext];
/external/chromium_org/ui/base/cocoa/
Danimation_utils.h26 [[NSAnimationContext currentContext] setDuration:0.0]; in WithNoAnimation()
Dnsgraphics_context_additions_unittest.mm19 NSGraphicsContext* context = [NSGraphicsContext currentContext];
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextBreakIteratorICU.cpp300 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/
Dinfo_bubble_window.mm161 [[NSAnimationContext currentContext]
179 [[NSAnimationContext currentContext] setDuration:kMinimumTimeInterval];
213 [[NSAnimationContext currentContext]
Dmenu_button_unittest.mm84 NSGraphicsContext* context = [NSGraphicsContext currentContext];
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/
Dtoolbar_view.mm23 [[NSGraphicsContext currentContext] cr_setPatternPhase:position forView:self];
/external/skia/experimental/Intersection/
DEdgeDemoApp.mm90 CGContextRef ctx = (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort];
/external/chromium_org/third_party/skia/experimental/Intersection/
DEdgeDemoApp.mm90 CGContextRef ctx = (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort];
/external/skia/experimental/pixman/
Dpixman.mm95 CGContextRef ctx = (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort];
/external/chromium_org/third_party/skia/experimental/pixman/
Dpixman.mm95 CGContextRef ctx = (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort];
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
Dconstrained_window_custom_window.mm81 [[NSGraphicsContext currentContext] setCompositingOperation:
/external/deqp/framework/platform/ios/
DtcuIOSPlatform.mm142 if ([EAGLContext currentContext] == m_context)
152 if ([EAGLContext currentContext] == m_context)
/external/chromium_org/chrome/browser/ui/cocoa/download/
Ddownload_shelf_view.mm52 [[NSGraphicsContext currentContext]
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_section_view_unittest.mm33 context:[NSGraphicsContext currentContext]

123