Home | History | Annotate | Download | only in WebView

Lines Matching refs:subview

289 // <rdar://problem/4985524> References to WebCoreScrollView as a subview of a WebHTMLView may be present
1237 - (void)didAddSubview:(NSView *)subview
1240 LOG(View, "A view of class %s was added during subview enumeration for layout or printing mode change. This view might paint without first receiving layout.", object_getClassName([subview class]));
1243 - (void)willRemoveSubview:(NSView *)subview
1248 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]));
2157 NSView *subview = [subviews objectAtIndex:subviewIndex];
2158 if ([subview isKindOfClass:[WebBaseNetscapePluginView class]])
2159 [(WebBaseNetscapePluginView *)subview stopTimers];
2172 NSView *subview = [subviews objectAtIndex:subviewIndex];
2173 if ([subview isKindOfClass:[WebBaseNetscapePluginView class]])
2174 [(WebBaseNetscapePluginView *)subview restartTimers];
2773 // We have to pass the event down through WebCore first to be sure we don't hit a subview.
2972 - (void)willRemoveSubview:(NSView *)subview
2974 if ([WebPluginController isPlugInView:subview])
2975 [[self _pluginController] destroyPlugin:subview];
2977 [super willRemoveSubview:subview];
4054 - (id)_accessibilityParentForSubview:(NSView *)subview
4059 id parent = [accTree _accessibilityParentForSubview:subview];
5442 // hostingView is owned by being a subview of self