Home
last modified time | relevance | path

Searched refs:CALayer (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/
Dtabpose_window.h45 CALayer* rootLayer_; // weak
48 CALayer* bgLayer_; // weak
51 CALayer* topGradient_; // weak
54 CALayer* selectionHighlight_; // weak
Dtabpose_window.mm73 @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 …]
Danimatable_image.mm44 CALayer* rootLayer = [CALayer layer];
49 CALayer* layer = [CALayer layer];
/external/chromium/chrome/browser/ui/cocoa/
Dtabpose_window.h46 CALayer* rootLayer_; // weak
49 CALayer* bgLayer_; // weak
52 CALayer* topGradient_; // weak
55 CALayer* selectionHighlight_; // weak
Danimatable_image.mm13 - (void)setLayerContents:(CALayer*)layer; argument
50 CALayer* rootLayer = [CALayer layer];
55 CALayer* layer = [CALayer layer];
132 - (void)setLayerContents:(CALayer*)layer { argument
Dtabpose_window.mm69 @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/
DPluginObjectMac.mm31 @interface TestPluginLayer : CALayer
48 CALayer *caLayer = [[TestPluginLayer alloc] init];
77 CALayer *sublayer = [CALayer layer];
/external/chromium_org/ui/app_list/cocoa/
Ditem_drag_controller.h22 base::scoped_nsobject<CALayer> dragLayer_;
Ditem_drag_controller.mm41 dragLayer_.reset([[CALayer layer] retain]);
/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl.h35 @class CALayer;
38 class CALayer; variable
427 CALayer* layer_; // Used for CA drawing mode. Weak, retained by plug-in.
Dwebplugin_delegate_impl_mac.mm210 // Ask the plug-in for the CALayer it created for rendering content.
213 CALayer* layer = nil;
/external/chromium_org/base/mac/
Dsdk_forward_declarations.h63 @interface CALayer (LionAPI)
/external/clang/test/Analysis/
DNSWindow.m30 @class CIFilter, CALayer, NSDictionary, NSScreen, NSShadow, NSTrackingArea;
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_mac.h427 base::scoped_nsobject<CALayer> software_layer_;
Drender_widget_host_view_mac.mm494 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