/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerCompositor.cpp | 364 if (!layer->backing()) { in updateBacking() 374 layer->backing()->graphicsLayer()->setAcceleratesDrawing(true); in updateBacking() 378 layer->backing()->graphicsLayer()->setAcceleratesDrawing(true); in updateBacking() 384 if (layer->backing()) { in updateBacking() 390 if (RenderLayerBacking* backing = sourceLayer->backing()) { in updateBacking() local 391 … ASSERT(backing->graphicsLayer()->replicaLayer() == layer->backing()->graphicsLayer()); in updateBacking() 392 backing->graphicsLayer()->setReplicatedByLayer(0); in updateBacking() 432 if (layer->backing() && layer->backing()->updateGraphicsLayerConfiguration()) in updateLayerCompositingState() 556 ASSERT(compLayer->backing()); in layerWillBeRemoved() 557 IntRect compBounds = child->backing()->compositedBounds(); in layerWillBeRemoved() [all …]
|
D | RenderLayerBacking.cpp | 280 if (m_owningLayer->reflectionLayer()->backing()) { in updateGraphicsLayerConfiguration() 281 … GraphicsLayer* reflectionLayer = m_owningLayer->reflectionLayer()->backing()->graphicsLayer(); in updateGraphicsLayerConfiguration() 352 ASSERT(compAncestor->backing()); in updateGraphicsLayerGeometry() 353 ancestorCompositingBounds = compAncestor->backing()->compositedBounds(); in updateGraphicsLayerGeometry() 364 if (compAncestor && compAncestor->backing()->hasClippingLayer()) { in updateGraphicsLayerGeometry() 476 RenderLayerBacking* reflectionBacking = m_owningLayer->reflectionLayer()->backing(); in updateGraphicsLayerGeometry()
|
/external/clang/test/Analysis/ |
D | NSWindow.m | 41 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… 42 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… 54 backing:NSBackingStoreBuffered 64 backing:NSBackingStoreBuffered 76 backing:NSBackingStoreBuffered
|
D | NSPanel.m | 57 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… 77 …hContentRect:NSMakeRect(0, 0, 200, 200) styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuf… 85 …hContentRect:NSMakeRect(0, 0, 200, 200) styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuf…
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/ |
D | README | 17 - avoid backing up 43 shortened, introducing backing-up 56 wc5 5.7 -Cf; ouch, backing up is expensive
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebRenderLayer.mm | 85 RenderLayerBacking* backing = layer->backing(); 86 switch (backing->compositingLayerType()) { 101 if (backing->hasClippingLayer()) 104 if (backing->hasAncestorClippingLayer())
|
D | WebVideoFullscreenController.mm | 78 …w alloc] initWithContentRect:NSZeroRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuf… 271 …Window alloc] initWithContentRect:frame styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuf… 495 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… 498 …self = [super initWithContentRect:contentRect styleMask:NSBorderlessWindowMask backing:bufferingTy…
|
/external/webkit/Source/WebCore/page/animation/ |
D | ImplicitAnimation.cpp | 115 …return layer->backing()->startTransition(timeOffset, m_animatingProperty, m_fromStyle.get(), m_toS… in startAnimation() 132 layer->backing()->transitionPaused(timeOffset, m_animatingProperty); in pauseAnimation() 148 layer->backing()->transitionFinished(m_animatingProperty); in endAnimation()
|
D | KeyframeAnimation.cpp | 254 return layer->backing()->startAnimation(timeOffset, m_animation.get(), m_keyframes); in startAnimation() 271 layer->backing()->animationPaused(timeOffset, m_keyframes.animationName()); in pauseAnimation() 290 layer->backing()->animationFinished(m_keyframes.animationName()); in endAnimation()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | VideoLayerChromium.cpp | 102 RenderLayerBacking* backing = static_cast<RenderLayerBacking*>(m_owner->client()); in updateCompositorResources() local 103 if (!backing || backing->paintingGoesToWindow()) in updateCompositorResources()
|
/external/chromium/chrome/browser/ui/cocoa/notifications/ |
D | balloon_view.mm | 23 backing:(NSBackingStoreType)bufferingType 27 backing:NSBackingStoreBuffered
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_window.mm | 21 backing:(NSBackingStoreType)bufferingType 25 backing:bufferingType
|
D | bookmark_bar_folder_window_unittest.mm | 19 backing:NSBackingStoreBuffered
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzWindow.h | 32 - (id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned int)styleMask backing:(NSBackingS…
|
D | SDL_QuartzWindow.m | 186 - (id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned int)styleMask backing:(NSBackingS… 198 …return [ super initWithContentRect:contentRect styleMask:styleMask backing:backingType defer:flag …
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | info_bubble_window_unittest.mm | 15 backing:NSBackingStoreBuffered
|
D | chrome_browser_window_unittest.mm | 24 backing:NSBackingStoreBuffered
|
D | first_run_bubble_controller_unittest.mm | 27 backing:NSBackingStoreBuffered
|
D | window_size_autosaver_unittest.mm | 27 backing:NSBackingStoreBuffered 57 backing:NSBackingStoreBuffered
|
D | info_bubble_window.mm | 100 backing:(NSBackingStoreType)bufferingType 104 backing:bufferingType
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | DumpRenderTreeWindow.mm | 58 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingSto… 65 …return [super initWithContentRect:contentRect styleMask:styleMask backing:bufferingType defer:defe…
|
D | PixelDumpSupportMac.mm | 179 …// Note that the returned image might differ very slightly from the window backing because of dith… 241 …// Grab directly the contents of the window backing buffer (this ignores any surfaces on the windo… 242 …// FIXME: This path is suboptimal: data is read from window backing store, converted to RGB8 then …
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | BackingStoreMac.mm | 68 // We want the origin to be in the top left corner so flip the backing store context. 88 // We want the origin to be in the top left corner so flip the backing store context.
|
/external/chromium/chrome/browser/ui/window_snapshot/ |
D | window_snapshot_mac_unittest.mm | 26 backing:NSBackingStoreBuffered
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
D | content_setting_bubble_cocoa_unittest.mm | 45 backing:NSBackingStoreBuffered
|