HomeSort by relevance Sort by last modified time
    Searched refs:setParent (Results 76 - 100 of 218) sorted by null

1 2 34 5 6 7 8 9

  /external/apache-xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 133 currentContext.setParent(parentContext);
485 setParent(parent);
514 void setParent (Context2 parent)
  /external/webkit/Source/WebCore/dom/
StyledElement.cpp 131 m_inlineStyleDecl->setParent(document()->elementSheet());
140 m_inlineStyleDecl->setParent(0);
196 attr->decl()->setParent(0);
396 decl->setParent(document()->elementSheet());
445 m_inlineStyleDecl->setParent(document()->elementSheet());
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompat.java 47 public void setParent(Object info, View parent);
244 public void setParent(Object info, View parent) {
475 public void setParent(Object info, View parent) {
476 AccessibilityNodeInfoCompatIcs.setParent(info, parent);
743 public void setParent(View parent) {
744 IMPL.setParent(mInfo, parent);
    [all...]
  /external/webkit/Source/JavaScriptCore/profiler/
ProfileNode.cpp 117 child->setParent(this);
216 node->setParent(0);
222 node->setParent(nodeParent);
  /external/antlr/src/org/antlr/runtime/tree/
CommonTree.java 165 public void setParent(Tree t) {
BaseTreeAdaptor.java 88 setParent(newTree, parent);
171 r.setParent(null);
  /external/llvm/include/llvm/
Metadata.h 195 void setParent(Module *M) { Parent = M; }
  /external/skia/src/animator/
SkDisplayable.h 95 virtual bool setParent(SkDisplayable* );
SkDrawRectangle.cpp 98 bool SkDrawRect::setParent(SkDisplayable* parent) {
  /external/webkit/Source/WebCore/accessibility/
AccessibilityScrollView.cpp 111 scrollBarObject->setParent(this);
  /external/webkit/Source/WebCore/editing/
EditCommand.cpp 211 void EditCommand::setParent(CompositeEditCommand* parent)
  /external/webkit/Source/WebCore/platform/
Scrollbar.h 113 virtual void setParent(ScrollView*);
Widget.cpp 46 void Widget::setParent(ScrollView* view)
  /external/webkit/Source/WebKit/chromium/src/
WebPluginContainerImpl.h 77 virtual void setParent(WebCore::ScrollView*);
  /external/webkit/Source/WebKit2/UIProcess/qt/
WebContextMenuProxyQt.cpp 127 subMenu->setParent(menu.get());
  /external/antlr/src/org/antlr/runtime/debug/
DebugTreeAdaptor.java 225 public void setParent(Object t, Object parent) {
226 adaptor.setParent(t, parent);
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LoggerTest.java 822 * Test setParent(Logger) for the mock logger since it is advised not to
829 log.setParent(parent);
834 * Test setParent(Logger) with null.
838 (new MockLogger(null, null)).setParent(null);
988 child.setParent(parent);
    [all...]
  /external/llvm/lib/VMCore/
Globals.cpp 124 void GlobalVariable::setParent(Module *parent) {
203 void GlobalAlias::setParent(Module *parent) {
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.cpp 79 void GraphicsLayerTextureMapper::setParent(GraphicsLayer* layer)
82 GraphicsLayer::setParent(layer);
  /external/webkit/Source/WebCore/svg/
SVGFontFaceElement.cpp 54 m_styleDeclaration->setParent(document->mappedElementSheet());
323 m_fontFaceRule->setParent(document()->mappedElementSheet());
  /frameworks/support/v4/ics/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatIcs.java 192 public static void setParent(Object info, View parent) {
193 ((AccessibilityNodeInfo) info).setParent(parent);
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 222 currentContext.setParent(contexts[contextPos - 1]);
566 void setParent (Context parent)
582 * {@link #setParent} must be called before
XMLFilterImpl.java 73 * @see #setParent
85 * @see #setParent
90 setParent(parent);
114 public void setParent (XMLReader parent)
124 * @see #setParent
  /external/webkit/Source/WebCore/html/
HTMLBodyElement.cpp 63 m_linkDecl->setParent(0);
70 m_linkDecl->setParent(document()->elementSheet());
354 m_linkDecl->setParent(document()->elementSheet());
  /external/webkit/Source/WebCore/rendering/
RenderObjectChildList.cpp 130 oldChild->setParent(0);
146 newChild->setParent(owner);
215 child->setParent(owner);

Completed in 530 milliseconds

1 2 34 5 6 7 8 9