HomeSort by relevance Sort by last modified time
    Searched full:superview (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/WebCore/page/mac/
ChromeMac.mm 37 if (![view window] || ![view superview] || ![view acceptsFirstResponder])
43 // remove the view from its superview while it's being made
46 if (![view superview])
EventHandlerMac.mm 224 ASSERT([nodeView superview]);
225 NSView *view = [nodeView hitTest:[[nodeView superview] convertPoint:[currentNSEvent() locationInWindow] fromView:nil]];
281 // Note that this does the same kind of check as [target isDescendantOf:superview].
284 static bool findViewInSubviews(NSView *superview, NSView *target)
287 NSEnumerator *e = [[superview subviews] objectEnumerator];
457 ASSERT([nodeView superview]);
458 NSView *view = [nodeView hitTest:[[nodeView superview] convertPoint:[currentNSEvent() locationInWindow] fromView:nil]];
  /external/webkit/WebKit/mac/Carbon/
HIViewAdapter.m 107 validRect = [view convertRect:validRect toView:[view superview]];
108 view = [view superview];
150 invalidRect = [view convertRect:invalidRect toView:[view superview]];
151 view = [view superview];
CarbonWindowAdapter.mm 445 view = [view superview];
    [all...]
HIWebView.mm 946 viewBeingTested = [viewBeingTested superview];
    [all...]
  /external/webkit/WebCore/platform/mac/
WidgetMac.mm 180 view = [view superview];
196 [view displayRectIgnoringOpacity:[view convertRect:r fromView:[view superview]]];
234 [view displayRectIgnoringOpacity:[view convertRect:r fromView:[view superview]] inContext:nsContext];
ScrollViewMac.mm 71 if ([childView superview] != parentView)
  /external/webkit/WebKit/mac/WebInspector/
WebNodeHighlight.mm 91 // the entire superview hierarchy to handle scrolling, bars coming and going, etc.
94 for (NSView *v = _targetView; v; v = [v superview]) {
  /external/webkit/WebKit/mac/Misc/
WebNSViewExtras.m 51 NSView *view = [self superview];
53 view = [view superview];
  /external/webkit/WebKit/mac/WebView/
WebViewEventHandling.mm 163 NSPoint locationForHitTest = [[contentView superview] convertPoint:[event locationInWindow] fromView:nil];
164 for (NSView *hitView = [contentView hitTest:locationForHitTest]; hitView; hitView = [hitView superview]) {
WebHTMLView.mm 851 NSView *superview = [self superview];
852 if (!superview || ![self window])
856 [notificationCenter removeObserver:self name:NSViewFrameDidChangeNotification object:superview];
857 [notificationCenter removeObserver:self name:NSViewBoundsDidChangeNotification object:superview];
    [all...]
WebFrameView.mm 491 // rendererVisibleRect is in the parent's coordinate space, and frame is in the superview's coordinate space.
    [all...]
WebPDFView.mm 545 [self setFrame:[[self superview] frame]];
    [all...]
WebView.mm     [all...]
  /external/webkit/WebKit/mac/Plugins/
WebPluginDatabase.mm 359 ASSERT([[view superview] isKindOfClass:[WebHTMLView class]]);
360 ASSERT([[view superview] respondsToSelector:@selector(_destroyAllWebPlugins)]);
362 [[view superview] performSelector:@selector(_destroyAllWebPlugins)];
WebBaseNetscapePluginView.mm 551 for (NSView *view = self; view; view = [view superview]) {
597 // Stop the plug-in when it is removed from its superview. It is not sufficient to do this in -viewWillMoveToWindow:nil, because
599 // There is no need to start the plug-in when moving into a superview. -viewDidMoveToWindow takes care of that.
  /external/chromium/base/
mac_util.mm 181 NSView* view = [[window contentView] superview];
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 316 id movieView = [self superview];
    [all...]
  /external/webkit/WebCore/bridge/jni/
jni_jsobject.mm 449 for (NSView *view = (NSView *)nativeHandle; view; view = [view superview]) {
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 495 for (NSView *view = m_webView; view; view = [view superview]) {
WebFrameLoaderClient.mm     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTree.mm 738 NSPoint scrollPosition = [[[[f frameView] documentView] superview] bounds].origin;
    [all...]
  /external/webkit/WebKit/mac/
ChangeLog-2006-02-09 632 The location of an event in the window should be converted to the superview
637 contentView's superview from nil.
    [all...]
ChangeLog-2002-12-03     [all...]
  /external/webkit/WebCore/
ChangeLog-2002-12-03     [all...]

Completed in 529 milliseconds

1 2