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

  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.h 49 NSButton *_playButton;
WebVideoFullscreenHUDWindowController.mm 172 [_playButton release];
376 _playButton = (NSButton *)createControlWithMediaUIControlType(WKMediaUIControlPlayPauseButton, NSMakeRect(center, windowHeight - playButtonTopMargin - playButtonHeight, playButtonWidth, playButtonHeight));
377 ASSERT([_playButton isKindOfClass:[NSButton class]]);
378 [_playButton setTarget:self];
379 [_playButton setAction:@selector(togglePlaying:)];
380 [contentView addSubview:_playButton];
430 [window setInitialFirstResponder:_playButton];
547 [_playButton setIntValue:[self playing]];

Completed in 156 milliseconds