HomeSort by relevance Sort by last modified time
    Searched refs:backing (Results 26 - 50 of 105) sorted by null

12 3 4 5

  /external/webkit/Source/WebKit/mac/WebView/
WebFullScreenController.mm 130 NSWindow *window = [[WebFullscreenWindow alloc] initWithContentRect:NSZeroRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
442 GraphicsLayer* rendererGraphics = _renderer->layer()->backing()->graphicsLayer();
504 CALayer* rendererLayer = _renderer->layer()->backing()->graphicsLayer()->platformLayer();
578 GraphicsLayer* rendererGraphics = _renderer->layer()->backing()->graphicsLayer();
800 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
803 self = [super initWithContentRect:contentRect styleMask:NSBorderlessWindowMask backing:bufferingType defer:flag];
    [all...]
WebVideoFullscreenHUDWindowController.mm 81 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
84 self = [super initWithContentRect:contentRect styleMask:NSBorderlessWindowMask backing:bufferingType defer:flag];
151 styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
  /external/v8/test/mjsunit/compiler/
regress-loadfield.js 49 // Create an object with fast backing store properties.
  /external/v8/test/mjsunit/regress/
regress-1531.js 39 // backing store. Should not crash or assert.
regress-732.js 31 // Create a JSObject with NumberDictionary as a backing store for elements.
splice-missing-wb.js 45 // trimming of backing store. a[0] a[1] will be moved to
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowAdapter.mm 84 - (id)_initContent:(const NSRect *)contentRect styleMask:(unsigned int)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag contentView:aView;
120 - (id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned int)style backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag {
123 self = [super initWithContentRect:contentRect styleMask:style backing:bufferingType defer:flag];
166 // Figure out the window's backing store type.
190 self = (CarbonWindowAdapter*)[super _initContent:NULL styleMask:styleMask backing:backingStoreType defer:YES contentView:carbonWindowContentView];
516 // There's no override of _commonInitFrame:styleMask:backing:defer:, despite the fact that NSWindow's modifies quite a few instance variables, because it gets called in a harmless way if the class instance is properly initialized with -[NSCarbonWindow initWithCarbonWindowRef:takingOwnership:].
541 // There's no override of _initContent:styleMask:backing:defer:contentView:, despite the fact that NSWindow's modifies _auxiliaryStorage->_auxWFlags.hasShadow, because it will never get called if the class instance is properly initialized with -[NSCarbonWindow initWithCarbonWindowRef:takingOwnership:].
544 // There's no override of _initContent:styleMask:backing:defer:counterpart:, despite the fact that NSWindow's modifies _auxiliaryStorage->_auxWFlags.hasShadow, because it will never get called if the class instance is properly initialized with -[NSCarbonWindow initWithCarbonWindowRef:takingOwnership:].
    [all...]
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlight.mm 56 _highlightWindow = [[NSWindow alloc] initWithContentRect:contentRect styleMask:styleMask backing:NSBackingStoreBuffered defer:NO];
  /external/webkit/Source/WebKit2/UIProcess/mac/
WKFullScreenWindowController.mm 98 NSWindow *window = [[WKFullScreenWindow alloc] initWithContentRect:NSZeroRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
537 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
540 self = [super initWithContentRect:contentRect styleMask:NSBorderlessWindowMask backing:bufferingType defer:flag];
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp 280 if (m_owningLayer->reflectionLayer()->backing()) {
281 GraphicsLayer* reflectionLayer = m_owningLayer->reflectionLayer()->backing()->graphicsLayer();
352 ASSERT(compAncestor->backing());
353 ancestorCompositingBounds = compAncestor->backing()->compositedBounds();
364 if (compAncestor && compAncestor->backing()->hasClippingLayer()) {
476 RenderLayerBacking* reflectionBacking = m_owningLayer->reflectionLayer()->backing();
776 // This is a useful optimization, because it allows us to avoid allocating backing store.
    [all...]
RenderWidget.cpp 187 layer()->backing()->updateAfterWidgetResize();
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
FindIndicatorWindow.mm 153 backing:NSBackingStoreBuffered
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasLayer.cpp 178 return m_canvas->renderBox()->layer()->backing()->graphicsLayer()->offsetFromRenderer();
  /external/v8/src/
parser.h 79 explicit FunctionEntry(Vector<unsigned> backing)
80 : backing_(backing) { }
191 // a single element. The last element added is stored outside the backing list,
  /development/ndk/platforms/android-3/include/linux/
blkdev.h 21 #include <linux/backing-dev.h>
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 409 if (layer->backing()) {
410 GraphicsLayerAndroid* backing = static_cast<GraphicsLayerAndroid*>( local
411 layer->backing()->graphicsLayer());
412 backing->updateScrollOffset();
681 // Invalidate the window (not the backing store).
699 // We need to go ahead and repaint the entire backing store. Do it now before moving the
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 21 #include <linux/backing-dev.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
blkdev.h 21 #include <linux/backing-dev.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
blkdev.h 21 #include <linux/backing-dev.h>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
blkdev.h 21 #include <linux/backing-dev.h>
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
blkdev.h 21 #include <linux/backing-dev.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
blkdev.h 21 #include <linux/backing-dev.h>
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 21 #include <linux/backing-dev.h>
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 21 #include <linux/backing-dev.h>
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
blkdev.h 21 #include <linux/backing-dev.h>

Completed in 1534 milliseconds

12 3 4 5