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

1 2 3 4 56 7 8 9

  /external/webkit/Source/WebCore/platform/
Widget.h 195 virtual void setParent(ScrollView* view);
ScrollView.cpp 74 child->setParent(this);
83 child->setParent(0);
765 void ScrollView::setParent(ScrollView* parentView)
773 Widget::setParent(parentView);
    [all...]
ScrollView.h 232 virtual void setParent(ScrollView*); // Overridden to update the overlapping scrollbar count.
  /external/webkit/Source/WebCore/rendering/
InlineBox.h 219 void setParent(InlineFlowBox* par) { m_parent = par; }
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtFallbackWebPopup.cpp 144 m_combo->setParent(pageClient()->ownerWidget());
InspectorServerQt.cpp 157 handler->setParent(this);
  /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!
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 303 attribute.setParent(this);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoringTest.java 189 refactoring.setParent(parentStyle);
  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 436 void PluginView::setParent(ScrollView* parent)
438 PLUGIN_LOG("--%p SetParent old=[%p], new=[%p] \n", instance(), this->parent(), parent);
440 Widget::setParent(parent);
  /cts/tests/src/android/view/cts/
MockView.java 107 public void setParent(ViewParent parent) {
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 86 void setParent(MachineBasicBlock *P) { Parent = P; }
  /external/skia/src/animator/
SkDisplayXMLParser.cpp 264 if (displayable->setParent(parent->fDisplayable)) {
SkDrawColor.cpp 221 bool SkDrawColor::setParent(SkDisplayable* parent) {
SkDrawPaint.cpp 115 tempColor->setParent(copy);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 201 void setParent(GraphicsLayer* layer) { m_parent = layer; } // Internal use only.
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 311 void PluginView::setParent(ScrollView* parent)
313 LOG(Plugins, "PluginView::setParent(%p)", parent);
315 Widget::setParent(parent);
  /packages/apps/Mms/src/com/android/mms/model/
SlideModel.java 238 public void setParent(SlideshowModel parent) {
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 94 N->setParent(Parent);
113 N->setParent(0);
134 first->setParent(Parent);
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 372 currentBundle.setParent(bundle);
533 bundle.setParent(parent);
579 protected void setParent(ResourceBundle bundle) {
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 518 view.setParent(mMockParent);
    [all...]
  /external/chromium/webkit/glue/
glue_serialize.cc 369 item.setParent(ReadString(obj));
  /external/llvm/lib/VMCore/
Instruction.cpp 57 void Instruction::setParent(BasicBlock *P) {
Module.cpp 318 NMD->setParent(this);

Completed in 1822 milliseconds

1 2 3 4 56 7 8 9