Home
last modified time | relevance | path

Searched refs:childView (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/resources/net_internals/
Dview.js122 function WindowView(childView) { argument
124 this.childView_ = childView;
/external/webkit/Source/WebCore/platform/mac/
DScrollViewMac.mm64 NSView *childView = child->getOuterView();
65 ASSERT(![parentView isDescendantOf:childView]);
71 if ([childView superview] != parentView)
72 [parentView addSubview:childView];
/external/chromium/chrome/browser/ui/cocoa/
Dfast_resize_view_unittest.mm20 scoped_nsobject<NSView> childView([[NSView alloc] initWithFrame:frame]);
21 childView_ = childView.get();
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h472 void updateSurface(jobject childView, int x, int y, int width, int height);
475 void destroySurface(jobject childView);
DWebViewCore.cpp3981 void WebViewCore::showFullScreenPlugin(jobject childView, int32_t orientation, NPP npp) in showFullScreenPlugin() argument
3990 childView, orientation, reinterpret_cast<int>(npp)); in showFullScreenPlugin()
4028 void WebViewCore::updateSurface(jobject childView, int x, int y, int width, int height) in updateSurface() argument
4035 m_javaGlue->m_updateSurface, childView, in updateSurface()
4040 void WebViewCore::destroySurface(jobject childView) in destroySurface() argument
4046 env->CallVoidMethod(javaObject.get(), m_javaGlue->m_destroySurface, childView); in destroySurface()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm1418 …WebFrameView *childView = [getWebView(m_webFrame.get()) _usesDocumentViews] ? [[WebFrameView alloc…
1420 …esult = [WebFrame _createSubframeWithOwnerElement:ownerElement frameName:name frameView:childView];
1421 [childView release];