Searched refs:CALayer (Results 1 – 15 of 15) sorted by relevance
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | tabpose_window.h | 45 CALayer* rootLayer_; // weak 48 CALayer* bgLayer_; // weak 51 CALayer* topGradient_; // weak 54 CALayer* selectionHighlight_; // weak
|
D | tabpose_window.mm | 73 @interface GrayGradientLayer : CALayer { 108 // A CALayer that draws a thumbnail for a WebContents object. The layer 111 @interface ThumbnailLayer : CALayer { 830 CALayer* layer, 878 CALayer* layer, const NSRect& from, const NSRect& to, 885 CALayer* layer, double from, double to, NSTimeInterval duration) { 903 // Creates and initializes the CALayer in the background and all the CALayers 911 // Returns the CALayer for the close button belonging to the thumbnail at 913 - (CALayer*)closebuttonLayerAtIndex:(NSUInteger)index; 958 - (CALayer*)selectedLayer { [all …]
|
D | animatable_image.mm | 44 CALayer* rootLayer = [CALayer layer]; 49 CALayer* layer = [CALayer layer];
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | tabpose_window.h | 46 CALayer* rootLayer_; // weak 49 CALayer* bgLayer_; // weak 52 CALayer* topGradient_; // weak 55 CALayer* selectionHighlight_; // weak
|
D | animatable_image.mm | 13 - (void)setLayerContents:(CALayer*)layer; argument 50 CALayer* rootLayer = [CALayer layer]; 55 CALayer* layer = [CALayer layer]; 132 - (void)setLayerContents:(CALayer*)layer { argument
|
D | tabpose_window.mm | 69 @interface GrayGradientLayer : CALayer { 104 // A CALayer that draws a thumbnail for a TabContentsWrapper object. The layer 107 @interface ThumbnailLayer : CALayer { 877 CALayer* layer, 925 CALayer* layer, const NSRect& from, const NSRect& to, 932 CALayer* layer, double from, double to, NSTimeInterval duration) { 950 // Creates and initializes the CALayer in the background and all the CALayers 958 // Returns the CALayer for the close button belonging to the thumbnail at 960 - (CALayer*)closebuttonLayerAtIndex:(NSUInteger)index; 1007 - (CALayer*)selectedLayer { [all …]
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
D | PluginObjectMac.mm | 31 @interface TestPluginLayer : CALayer 48 CALayer *caLayer = [[TestPluginLayer alloc] init]; 77 CALayer *sublayer = [CALayer layer];
|
/external/chromium_org/ui/app_list/cocoa/ |
D | item_drag_controller.h | 22 base::scoped_nsobject<CALayer> dragLayer_;
|
D | item_drag_controller.mm | 41 dragLayer_.reset([[CALayer layer] retain]);
|
/external/chromium_org/content/child/npapi/ |
D | webplugin_delegate_impl.h | 35 @class CALayer; 38 class CALayer; variable 427 CALayer* layer_; // Used for CA drawing mode. Weak, retained by plug-in.
|
D | webplugin_delegate_impl_mac.mm | 210 // Ask the plug-in for the CALayer it created for rendering content. 213 CALayer* layer = nil;
|
/external/chromium_org/base/mac/ |
D | sdk_forward_declarations.h | 63 @interface CALayer (LionAPI)
|
/external/clang/test/Analysis/ |
D | NSWindow.m | 30 @class CIFilter, CALayer, NSDictionary, NSScreen, NSShadow, NSTrackingArea;
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_mac.h | 427 base::scoped_nsobject<CALayer> software_layer_;
|
D | render_widget_host_view_mac.mm | 494 software_layer_.reset([[CALayer alloc] init]); 496 LOG(ERROR) << "Failed to create CALayer for software rendering"; 509 LOG(ERROR) << "Failed to create CALayer for existing IOSurface"; 570 LOG(ERROR) << "Failed to create CALayer for IOSurface"; 4048 // Delegate methods for the software CALayer 4049 - (void)drawLayer:(CALayer*)layer
|