Home | History | Annotate | Download | only in WebView

Lines Matching refs:subview

367 // <rdar://problem/4985524> References to WebCoreScrollView as a subview of a WebHTMLView may be present
1331 - (void)didAddSubview:(NSView *)subview
1334 LOG(View, "A view of class %s was added during subviewsubview class]));
2165 NSView *subview = [subviews objectAtIndex:subviewIndex];
2166 if ([subview isKindOfClass:[WebBaseNetscapePluginView class]])
2167 [(WebBaseNetscapePluginView *)subview stopTimers];
2180 NSView *subview = [subviews objectAtIndex:subviewIndex];
2181 if ([subview isKindOfClass:[WebBaseNetscapePluginView class]])
2182 [(WebBaseNetscapePluginView *)subview restartTimers];
2871 // We have to pass the event down through WebCore first to be sure we don't hit a subview.
3105 - (void)willRemoveSubview:(NSView *)subview
3111 LOG(View, "A view of class %s was removed during subview enumeration for layout or printing mode change. We will still do layout or the printing mode change even though this view is no longer in the view hierarchy.", object_getClassName([subview class]));
3114 if ([WebPluginController isPlugInView:subview])
3115 [[self _pluginController] destroyPlugin:subview];
3117 [super willRemoveSubview:subview];
4232 - (id)_accessibilityParentForSubview:(NSView *)subview
4237 id parent = [accTree _accessibilityParentForSubview:subview];
5609 // hostingView is owned by being a subview of self