Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
DAbstractBox.java115 if (isParsed() == false) { in parse()
213 public boolean isParsed() { in isParsed() method
/external/clang/tools/libclang/
DIndexing.cpp59 bool isParsed(SourceLocation Loc, FileID FID, const FileEntry *FE) { in isParsed() function in __anonb27e7a610111::TUSkipBodyControl
186 bool isParsed(SourceLocation Loc, FileID FID, const FileEntry *FE) {
385 return SKCtrl->isParsed(Loc, FID, FE); in shouldSkipFunctionBody()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParser.h658 …virtual void endProperty(bool isImportant, bool isParsed, unsigned offset, CSSParser::ErrorType) =…
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp343 void StyleSheetHandler::endProperty(bool isImportant, bool isParsed, unsigned offset, CSSParser::Er… in endProperty() argument
369 …CSSPropertySourceData(name, value, isImportant, false, isParsed, SourceRange(start - topRuleBodyRa… in endProperty()