Searched refs:isDef (Results 1 - 25 of 142) sorted by relevance

123456

/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGMetadata.cpp15 bool SkSVGMetadata::isDef() { function in class:SkSVGMetadata
H A DSkSVGClipPath.h17 virtual bool isDef();
H A DSkSVGDefs.cpp14 bool SkSVGDefs::isDef() { function in class:SkSVGDefs
H A DSkSVGDefs.h17 virtual bool isDef();
H A DSkSVGMetadata.h17 virtual bool isDef();
H A DSkSVGGroup.cpp26 bool SkSVGGroup::isDef() { function in class:SkSVGGroup
27 return fParent ? fParent->isDef() : false;
H A DSkSVGGradient.h19 virtual bool isDef();
H A DSkSVGGroup.h19 virtual bool isDef();
H A DSkSVGMask.cpp23 bool SkSVGMask::isDef() { function in class:SkSVGMask
H A DSkSVGMask.h17 virtual bool isDef();
H A DSkSVGElements.cpp44 bool SkSVGElement::isDef() { function in class:SkSVGElement
45 return isGroupParent() == false ? fParent->isDef() : fIsDef;
77 fIsDef = isDef();
H A DSkSVGClipPath.cpp16 bool SkSVGClipPath::isDef() { function in class:SkSVGClipPath
/external/skia/src/svg/
H A DSkSVGMetadata.cpp15 bool SkSVGMetadata::isDef() { function in class:SkSVGMetadata
H A DSkSVGClipPath.h17 virtual bool isDef();
H A DSkSVGDefs.cpp14 bool SkSVGDefs::isDef() { function in class:SkSVGDefs
H A DSkSVGDefs.h17 virtual bool isDef();
H A DSkSVGMetadata.h17 virtual bool isDef();
H A DSkSVGGroup.cpp26 bool SkSVGGroup::isDef() { function in class:SkSVGGroup
27 return fParent ? fParent->isDef() : false;
H A DSkSVGGradient.h19 virtual bool isDef();
H A DSkSVGGroup.h19 virtual bool isDef();
H A DSkSVGMask.cpp23 bool SkSVGMask::isDef() { function in class:SkSVGMask
H A DSkSVGMask.h17 virtual bool isDef();
H A DSkSVGElements.cpp44 bool SkSVGElement::isDef() { function in class:SkSVGElement
45 return isGroupParent() == false ? fParent->isDef() : fIsDef;
77 fIsDef = isDef();
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dnav_braille.js42 this.startIndex = goog.isDef(kwargs.startIndex) ? kwargs.startIndex : -1;
48 this.endIndex = goog.isDef(kwargs.endIndex) ?
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dbraille_table.js85 goog.isDef(current.grade) &&
86 goog.isDef(candidate.grade) &&

Completed in 203 milliseconds

123456