OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onLayoutChildren
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/include/views/
SkStackViewLayout.h
63
virtual void
onLayoutChildren
(SkView* parent);
80
virtual void
onLayoutChildren
(SkView* parent);
SkView.h
284
default implementation of that view's
onLayoutChildren
() will invoke
294
virtual void
onLayoutChildren
(SkView* parent) = 0;
/external/skia/include/views/
SkStackViewLayout.h
63
virtual void
onLayoutChildren
(SkView* parent);
80
virtual void
onLayoutChildren
(SkView* parent);
SkView.h
284
default implementation of that view's
onLayoutChildren
() will invoke
294
virtual void
onLayoutChildren
(SkView* parent) = 0;
/external/chromium_org/third_party/skia/src/views/
SkViewPriv.cpp
61
this->
onLayoutChildren
(parent);
SkStackViewLayout.cpp
97
void SkStackViewLayout::
onLayoutChildren
(SkView* parent)
256
void SkFillViewLayout::
onLayoutChildren
(SkView* parent)
/external/skia/src/views/
SkViewPriv.cpp
61
this->
onLayoutChildren
(parent);
SkStackViewLayout.cpp
97
void SkStackViewLayout::
onLayoutChildren
(SkView* parent)
256
void SkFillViewLayout::
onLayoutChildren
(SkView* parent)
Completed in 83 milliseconds