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

  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 168 [_timeline release];
412 _timeline = WKCreateMediaUIControl(WKMediaUIControlTimeline);
414 _timeline = [[NSSlider alloc] init];
416 [_timeline setTarget:self];
417 [_timeline setAction:@selector(timelinePositionChanged:)];
418 [_timeline setFrame:NSMakeRect(webkit_CGFloor((windowWidth - timelineWidth) / 2), timelineBottomMargin, timelineWidth, timelineHeight)];
419 [contentView addSubview:_timeline];
443 [_timeline setFloatValue:[self currentTime]];
444 [_timeline setValue:[NSNumber numberWithDouble:[self duration]] forKey:@"maxValue"];
460 [self setCurrentTime:[_timeline floatValue]]
    [all...]
WebVideoFullscreenHUDWindowController.h 45 NSControl *_timeline; variable
  /external/webkit/Source/WebKit/mac/
ChangeLog-2010-01-29     [all...]

Completed in 49 milliseconds