Home | History | Annotate | Download | only in views

Lines Matching refs:fParent

17 	fParent = fFirstChild = fNextSibling = fPrevSibling = NULL;
122 if (fParent) {
123 fParent->beforeChild(this, canvas);
130 if (fParent) {
131 fParent->afterChild(this, canvas);
167 SkView* parent = view->fParent;
188 } while ((view = view->fParent) != NULL);
199 } while ((view = view->fParent) != NULL);
251 while (focus->fParent)
252 focus = focus->fParent;
276 parent = parent->fParent;
281 parent = focus->fParent;
299 parent = parent->fParent;
503 if (fParent == NULL)
520 if (fParent->fFirstChild == this)
521 fParent->fFirstChild = next;
523 fParent = fNextSibling = fPrevSibling = NULL;
530 SkView* parent = fParent;
563 child->fParent = this;
595 child->fParent = this;
618 view = view->fParent;
696 SkView* parent = fParent;
702 parent = parent->fParent;
708 SkView* parent = fParent;
714 parent = parent->fParent;