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

1 2 3 45 6 7 8 9

  /external/llvm/include/llvm/
BasicBlock.h 79 void setParent(Function *parent);
Function.h 98 void setParent(Module *parent);
Instruction.h 360 void setParent(BasicBlock *P);
  /external/skia/src/animator/
SkDrawPath.cpp 168 bool SkDrawPath::setParent(SkDisplayable* parent) {
SkAnimateBase.cpp 188 bool SkAnimateBase::setParent(SkDisplayable* apply) {
SkMatrixParts.cpp 35 bool SkMatrixPart::setParent(SkDisplayable* parent) {
SkPathParts.cpp 35 bool SkPathPart::setParent(SkDisplayable* parent) {
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ElementType.java 274 public void setParent(ElementType parent) { theParent = parent; }
  /external/webkit/Source/WebCore/dom/
Attr.cpp 69 textNode->setParent(this);
ContainerNode.cpp 208 newChild->setParent(this);
335 child->setParent(this);
482 oldChild->setParent(0);
532 n->setParent(0);
617 child->setParent(this);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.h 112 virtual void setParent(WebCore::ScrollView*);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
MimeBodyPart.java 88 multipart.setParent(this);
  /external/llvm/lib/VMCore/
Function.cpp 54 void Argument::setParent(Function *parent) {
218 void Function::setParent(Module *parent) {
BasicBlock.cpp 85 void BasicBlock::setParent(Function *parent) {
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 246 void PluginView::setParent(ScrollView* parent)
248 Widget::setParent(parent);
  /external/webkit/Source/WebCore/rendering/
RenderScrollbar.cpp 79 void RenderScrollbar::setParent(ScrollView* parent)
81 Scrollbar::setParent(parent);
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 239 reply->setParent(0);
607 postDevice->setParent(result);
618 putDevice->setParent(result);
  /libcore/luni/src/main/java/java/util/logging/
Logger.java 323 logManager.setParent(result, logManager.getLogger(""));
584 public void setParent(Logger parent) {
592 logManager.setParent(this, parent);
    [all...]
  /external/webkit/Source/WebCore/platform/
Scrollbar.cpp 421 void Scrollbar::setParent(ScrollView* parentView)
425 Widget::setParent(parentView);
  /external/webkit/Source/WebKit/chromium/src/
WebPluginContainerImpl.cpp 215 void WebPluginContainerImpl::setParent(ScrollView* view)
222 Widget::setParent(view);
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
XMLFilterImplTest.java 91 child.setParent(null);
94 child.setParent(parent);
  /external/chromium/webkit/glue/
glue_serialize_unittest.cc 51 item.setParent(WebString::fromUTF8("parent"));
  /external/webkit/Source/JavaScriptCore/profiler/
ProfileNode.h 75 void setParent(ProfileNode* parent) { m_parent = parent; }
  /external/webkit/Source/WebCore/css/
CSSStyleSheet.cpp 164 item(index)->setParent(0);
  /external/webkit/Source/WebCore/history/
HistoryItem.h 141 void setParent(const String&);

Completed in 973 milliseconds

1 2 3 45 6 7 8 9