Searched refs:isGroup (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGGroup.h21 virtual bool isGroup();
H A DSkSVGGroup.cpp34 bool SkSVGGroup::isGroup() { function in class:SkSVGGroup
H A DSkSVGElements.cpp52 bool SkSVGElement::isGroup() { function in class:SkSVGElement
H A DSkSVGElements.h55 virtual bool isGroup();
H A DSkSVGParser.cpp264 if (isFlushable || element->isGroup())
/external/skia/src/svg/
H A DSkSVGGroup.h21 virtual bool isGroup();
H A DSkSVGGroup.cpp34 bool SkSVGGroup::isGroup() { function in class:SkSVGGroup
H A DSkSVGElements.cpp52 bool SkSVGElement::isGroup() { function in class:SkSVGElement
H A DSkSVGElements.h55 virtual bool isGroup();
H A DSkSVGParser.cpp264 if (isFlushable || element->isGroup())
/external/deqp/executor/
H A DxeTestCaseListParser.cpp111 bool isGroup = deStringEqual(caseType, "TestGroup") == DE_TRUE; local
112 TestNode* node = isGroup ? static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createGroup(name, description))
/external/deqp/executor/tools/
H A DxeCommandLineExecutor.cpp252 const bool isGroup = child->getNodeType() == xe::TESTNODETYPE_GROUP; local
255 if (checkCasePathPatternMatch(filter, fullPath.c_str(), isGroup))
257 if (isGroup)
276 const bool isGroup = child->getNodeType() == xe::TESTNODETYPE_GROUP; local
279 if (checkCasePathPatternMatch(filter, fullPath.c_str(), isGroup))
281 if (isGroup)
H A DxeBatchResultToXml.cpp287 bool isGroup = testNode->getNodeType() == xe::TESTNODETYPE_GROUP;
291 if (isGroup)
/external/chromium_org/chrome/browser/resources/
H A Dplugins.js199 * @param {boolean} isGroup True if we're enabling/disabling a plugin group,
202 function handleEnablePlugin(node, enable, isGroup) {
205 String(isGroup)]);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayList.cpp82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
93 if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index))
H A DSkDisplayable.h76 bool isGroup() const { return getType() == SkType_Group || function in class:SkDisplayable
H A DSkDrawGroup.cpp56 if (child->isGroup()) {
180 if (drawable->isGroup()) {
H A DSkDisplayEvent.cpp131 if (displayable->isGroup()) {
/external/skia/src/animator/
H A DSkDisplayList.cpp82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
93 if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index))
H A DSkDisplayable.h76 bool isGroup() const { return getType() == SkType_Group || function in class:SkDisplayable
H A DSkDrawGroup.cpp56 if (child->isGroup()) {
180 if (drawable->isGroup()) {
H A DSkDisplayEvent.cpp131 if (displayable->isGroup()) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnmdptst.c717 UBool expectGroup = FALSE, isGroup = FALSE; local
790 isGroup = (UBool)(resultBuffer[i] == 0x002C);
791 if (isGroup != expectGroup) {
/external/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c717 UBool expectGroup = FALSE, isGroup = FALSE; local
790 isGroup = (UBool)(resultBuffer[i] == 0x002C);
791 if (isGroup != expectGroup) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3005 milliseconds

12