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

  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
MovieControllerLayer.m 286 CGRect innerRect = [self _innerSliderRect];
288 CGFloat fraction = (centerX - CGRectGetMinX(innerRect)) / CGRectGetWidth(innerRect);
  /external/webkit/WebKit/win/
FullscreenVideoController.cpp 413 IntRect innerRect(borderThickness, borderThickness, windowWidth - borderThickness * 2, windowHeight - borderThickness * 2);
417 context.fillRoundedRect(innerRect, innerRadius, innerRadius, innerRadius, innerRadius, Color(backgroundColor), DeviceColorSpace);
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp     [all...]

Completed in 128 milliseconds