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

  /external/webkit/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.h 45 NSControl *_timeline; variable
WebVideoFullscreenHUDWindowController.mm 169 [_timeline release];
413 _timeline = WKCreateMediaUIControl(WKMediaUIControlTimeline);
415 _timeline = [[NSSlider alloc] init];
417 [_timeline setTarget:self];
418 [_timeline setAction:@selector(timelinePositionChanged:)];
419 [_timeline setFrame:NSMakeRect(webkit_CGFloor((windowWidth - timelineWidth) / 2), timelineBottomMargin, timelineWidth, timelineHeight)];
420 [contentView addSubview:_timeline];
444 [_timeline setFloatValue:[self currentTime]];
445 [_timeline setValue:[NSNumber numberWithDouble:[self duration]] forKey:@"maxValue"];
461 [self setCurrentTime:[_timeline floatValue]]
    [all...]

Completed in 3814 milliseconds