HomeSort by relevance Sort by last modified time
    Searched refs:_backgroundLayer (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/mac/WebView/
WebFullScreenController.h 48 CALayer* _backgroundLayer;
WebFullScreenController.mm 90 CALayer* _backgroundLayer;
827 _backgroundLayer = [[CALayer alloc] init];
828 [contentLayer addSublayer:_backgroundLayer];
836 [_backgroundLayer setBackgroundColor:CGColorGetConstantColor(kCGColorBlack)];
837 [_backgroundLayer setOpacity:0];
844 [_backgroundLayer release];
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
WKFullScreenWindowController.mm 72 CALayer* _backgroundLayer;
564 _backgroundLayer = [[CALayer alloc] init];
565 [contentLayer addSublayer:_backgroundLayer];
567 [_backgroundLayer setBackgroundColor:CGColorGetConstantColor(kCGColorBlack)];
568 [_backgroundLayer setOpacity:0];
575 [_backgroundLayer release];
599 return _backgroundLayer;

Completed in 33 milliseconds