HomeSort by relevance Sort by last modified time
    Searched refs:parentView (Results 26 - 32 of 32) sorted by null

12

  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 627 FrameView* parentView = m_pluginElement->document()->frame()->view();
628 IntRect windowClipRect = parentView->windowClipRectForLayer(layer, true);
    [all...]
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 658 View parentView = (View) parent;
659 AccessibilityNodeInfo info = parentView.createAccessibilityNodeInfo();
    [all...]
View.java     [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 470 NSView* parentView = m_player->frameView()->documentView();
471 [parentView addSubview:m_qtMovieView.get()];
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RelativeLayoutRule.java 269 @Nullable Object childView, @Nullable Object parentView) {
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp 135 FrameView* parentView = m_element->document()->view();
136 clipRect.intersect(parentView->windowClipRectForLayer(layer, true));
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 569 FrameView* parentView = parentFrame ? parentFrame->view() : 0;
570 if (parentView)
571 shouldFlatten = parentView->paintBehavior() & PaintBehaviorFlattenCompositingLayers;
    [all...]

Completed in 1055 milliseconds

12