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

  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.h 39 NSTrackingArea *_area; variable
WebVideoFullscreenHUDWindowController.mm 165 ASSERT(!_area);
179 if (area == _area)
181 [_area release];
182 _area = [area retain];
289 [[window contentView] removeTrackingArea:_area];
368 _area = [[NSTrackingArea alloc] initWithRect:[background bounds] options:NSTrackingMouseEnteredAndExited | NSTrackingActiveAlways owner:self userInfo:nil];
369 [background addTrackingArea:_area];
WebFrameView.mm     [all...]

Completed in 55 milliseconds