Searched refs:afterChild (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/include/views/
H A DSkView.h345 virtual void afterChild(SkView* child, SkCanvas* canvas) {} function in class:SkView
/external/chromium_org/third_party/skia/samplecode/
H A DSampleApp.h148 virtual void afterChild(SkView* child, SkCanvas* canvas) SK_OVERRIDE;
H A DSampleApp.cpp1380 // Do this after presentGL and other finishing, rather than in afterChild
1434 void SampleWindow::afterChild(SkView* child, SkCanvas* canvas) { function in class:SampleWindow
/external/skia/include/views/
H A DSkView.h345 virtual void afterChild(SkView* child, SkCanvas* canvas) {} function in class:SkView
/external/skia/samplecode/
H A DSampleApp.h148 virtual void afterChild(SkView* child, SkCanvas* canvas) SK_OVERRIDE;
H A DSampleApp.cpp1394 // Do this after presentGL and other finishing, rather than in afterChild
1455 void SampleWindow::afterChild(SkView* child, SkCanvas* canvas) { function in class:SampleWindow
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp354 RenderObject* afterChild = beforeChild ? beforeChild->previousSibling() : children->lastChild(); local
355 if (afterChild && afterChild->isAnonymous() && afterChild->isTable() && !afterChild->isBeforeContent())
356 table = toRenderTable(afterChild);
H A DRenderBlock.cpp901 RenderObject* afterChild = beforeChild ? beforeChild->previousSibling() : lastChild(); local
903 if (afterChild && afterChild->isAnonymousBlock()) {
904 afterChild->addChild(newChild);
/external/chromium_org/third_party/skia/src/views/
H A DSkView.cpp131 fParent->afterChild(this, canvas);
/external/skia/src/views/
H A DSkView.cpp131 fParent->afterChild(this, canvas);

Completed in 473 milliseconds