Home
last modified time | relevance | path

Searched refs:inObjectScope (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/utils/
DSkJSON.cpp392 if (this->inObjectScope()) { in parse()
451 if (this->inObjectScope()) { in parse()
491 bool inObjectScope() const { return fScopeIndex > 0; } in inObjectScope() function in skjson::__anon9a0be5660211::DOMParser
541 SkASSERT(this->inObjectScope()); in popObjectScope()
572 SkASSERT(this->inObjectScope()); in pushObjectKey()