HomeSort by relevance Sort by last modified time
    Searched refs:hasBool (Results 1 - 5 of 5) sorted by null

  /external/skia/include/views/
SkEvent.h 155 bool hasBool(const char name[], bool value) const { return fMeta.hasBool(name, value); }
  /external/skia/tests/
MetaDataTest.cpp 64 REPORTER_ASSERT(reporter, m1.hasBool("true", true));
65 REPORTER_ASSERT(reporter, m1.hasBool("false", false));
  /external/skia/include/xml/
SkDOM.h 70 bool hasBool(const Node*, const char name[], bool value) const;
  /external/skia/include/core/
SkMetaData.h 77 bool hasBool(const char name[], bool value) const {
  /external/skia/src/xml/
SkDOM.cpp 419 bool SkDOM::hasBool(const Node* node, const char name[], bool target) const

Completed in 244 milliseconds