HomeSort by relevance Sort by last modified time
    Searched refs:setParent (Results 126 - 150 of 195) sorted by null

1 2 3 4 56 7 8

  /external/webkit/WebKit/chromium/src/
WebPluginContainerImpl.cpp 191 void WebPluginContainerImpl::setParent(ScrollView* view)
198 Widget::setParent(view);
  /dalvik/libcore/xml/src/main/java/org/kxml2/kdom/
Element.java 46 * are parsed. Please do not use setParent for initialization
301 protected void setParent(Node parent) {
Node.java 61 ((Element) child).setParent(this);
245 // setparent may perform some init code!
  /external/skia/src/animator/
SkAnimateBase.cpp 188 bool SkAnimateBase::setParent(SkDisplayable* apply) {
SkMatrixParts.cpp 35 bool SkMatrixPart::setParent(SkDisplayable* parent) {
SkPathParts.cpp 35 bool SkPathPart::setParent(SkDisplayable* parent) {
SkDisplayXMLParser.cpp 256 if (displayable->setParent(parent->fDisplayable)) {
SkDrawColor.cpp 221 bool SkDrawColor::setParent(SkDisplayable* parent) {
SkDrawPaint.cpp 115 tempColor->setParent(copy);
  /external/webkit/JavaScriptCore/profiler/
ProfileNode.h 72 void setParent(ProfileNode* parent) { m_parent = parent; }
  /external/webkit/WebCore/history/
HistoryItem.h 132 void setParent(const String&);
  /external/webkit/WebCore/platform/
ScrollView.cpp 66 child->setParent(this);
75 child->setParent(0);
600 void ScrollView::setParent(ScrollView* parentView)
608 Widget::setParent(parentView);
    [all...]
ScrollView.h 179 virtual void setParent(ScrollView*); // Overridden to update the overlapping scrollbar count.
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 183 void setParent(GraphicsLayer* layer) { m_parent = layer; } // Internal use only.
  /external/webkit/WebCore/rendering/
InlineBox.h 190 void setParent(InlineFlowBox* par) { m_parent = par; }
  /external/webkit/WebCore/svg/
SVGFontFaceElement.cpp 55 m_styleDeclaration->setParent(document()->mappedElementSheet());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 222 attribute.setParent(this);
  /external/opencore/fileformats/mp4/parser/src/
sampletableatom.cpp 150 _ptimeToSampleAtom->setParent(this);
168 _pcompositionOffsetAtom->setParent(this);
212 _psampleDescriptionAtom->setParent(this);
275 _psampleSizeAtom->setParent(this);
291 _psampleToChunkAtom->setParent(this);
307 _pchunkOffsetAtom->setParent(this);
323 _psyncSampleAtom->setParent(this);
343 _pavcSampleDependencyType->setParent(this);
359 _pavcSampleToGroup->setParent(this);
376 _pavcSampleDependency->setParent(this)
    [all...]
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/
XMLFilterImplTest.java 113 method = "setParent",
118 child.setParent(null);
121 child.setParent(parent);
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 393 void PluginView::setParent(ScrollView* parent)
395 PLUGIN_LOG("--%p SetParent old=[%p], new=[%p] \n", instance(), this->parent(), parent);
397 Widget::setParent(parent);
  /external/webkit/WebCore/plugins/mac/
PluginViewMac.cpp 328 void PluginView::setParent(ScrollView* parent)
330 LOG(Plugins, "PluginView::setParent(%p)", parent);
332 Widget::setParent(parent);
  /cts/tests/src/android/view/cts/
MockView.java 107 public void setParent(ViewParent parent) {
  /external/webkit/WebCore/plugins/
PluginView.h 202 virtual void setParent(ScrollView*);
  /packages/apps/Mms/src/com/android/mms/model/
SlideModel.java 236 public void setParent(SlideshowModel parent) {
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 516 view.setParent(mMockParent);
    [all...]

Completed in 508 milliseconds

1 2 3 4 56 7 8