Home | History | Annotate | Download | only in views

Lines Matching refs:fParent

20     fParent = fFirstChild = fNextSibling = fPrevSibling = NULL;
125 if (fParent) {
126 fParent->beforeChild(this, canvas);
133 if (fParent) {
134 fParent->afterChild(this, canvas);
170 SkView* parent = view->fParent;
191 } while ((view = view->fParent) != NULL);
202 } while ((view = view->fParent) != NULL);
254 while (focus->fParent)
255 focus = focus->fParent;
279 parent = parent->fParent;
284 parent = focus->fParent;
302 parent = parent->fParent;
523 if (fParent == NULL)
540 if (fParent->fFirstChild == this)
541 fParent->fFirstChild = next;
543 fParent = fNextSibling = fPrevSibling = NULL;
550 SkView* parent = fParent;
583 child->fParent = this;
615 child->fParent = this;
638 view = view->fParent;
720 SkView* parent = fParent;
726 parent = parent->fParent;
732 SkView* parent = fParent;
738 parent = parent->fParent;