/external/skia/src/svg/ |
D | SkSVGGroup.h | 21 virtual bool isGroup();
|
D | SkSVGGroup.cpp | 34 bool SkSVGGroup::isGroup() { in isGroup() function in SkSVGGroup
|
D | SkSVGElements.cpp | 52 bool SkSVGElement::isGroup() { in isGroup() function in SkSVGElement
|
D | SkSVGElements.h | 55 virtual bool isGroup();
|
D | SkSVGParser.cpp | 264 if (isFlushable || element->isGroup()) in translate()
|
/external/chromium_org/third_party/skia/src/svg/ |
D | SkSVGGroup.h | 21 virtual bool isGroup();
|
D | SkSVGGroup.cpp | 34 bool SkSVGGroup::isGroup() { in isGroup() function in SkSVGGroup
|
D | SkSVGElements.cpp | 52 bool SkSVGElement::isGroup() { in isGroup() function in SkSVGElement
|
D | SkSVGElements.h | 55 virtual bool isGroup();
|
D | SkSVGParser.cpp | 264 if (isFlushable || element->isGroup()) in translate()
|
/external/chromium_org/chrome/browser/resources/ |
D | plugins.js | 199 function handleEnablePlugin(node, enable, isGroup) { argument 202 String(isGroup)]);
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkDisplayList.cpp | 82 …if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grand… in SearchForMatch() 93 … if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index)) in SearchForMatch()
|
D | SkDrawGroup.cpp | 56 if (child->isGroup()) { in addChild() 180 if (drawable->isGroup()) { in findGroup()
|
D | SkDisplayable.h | 76 bool isGroup() const { return getType() == SkType_Group || in isGroup() function
|
D | SkDisplayEvent.cpp | 131 if (displayable->isGroup()) { in enableEvent()
|
/external/skia/src/animator/ |
D | SkDisplayList.cpp | 82 …if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grand… in SearchForMatch() 93 … if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index)) in SearchForMatch()
|
D | SkDrawGroup.cpp | 56 if (child->isGroup()) { in addChild() 180 if (drawable->isGroup()) { in findGroup()
|
D | SkDisplayable.h | 76 bool isGroup() const { return getType() == SkType_Group || in isGroup() function
|
D | SkDisplayEvent.cpp | 131 if (displayable->isGroup()) { in enableEvent()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cnmdptst.c | 717 UBool expectGroup = FALSE, isGroup = FALSE; in TestSecondaryGrouping() local 790 isGroup = (UBool)(resultBuffer[i] == 0x002C); in TestSecondaryGrouping() 791 if (isGroup != expectGroup) { in TestSecondaryGrouping()
|
/external/icu4c/test/cintltst/ |
D | cnmdptst.c | 717 UBool expectGroup = FALSE, isGroup = FALSE; in TestSecondaryGrouping() local 790 isGroup = (UBool)(resultBuffer[i] == 0x002C); in TestSecondaryGrouping() 791 if (isGroup != expectGroup) { in TestSecondaryGrouping()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | numfmtst.cpp | 917 UBool isGroup = (out.charAt(i) == 0x002C); in TestSecondaryGrouping() local 918 if (isGroup != expectGroup) { in TestSecondaryGrouping()
|
/external/icu4c/test/intltest/ |
D | numfmtst.cpp | 1173 UBool isGroup = (out.charAt(i) == 0x002C); in TestSecondaryGrouping() local 1174 if (isGroup != expectGroup) { in TestSecondaryGrouping()
|