OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_timeline
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.h
45
NSControl *
_timeline
;
variable
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
...]
Completed in 505 milliseconds