Searched defs:parsedOk (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPropertySourceData.cpp62 CSSPropertySourceData::CSSPropertySourceData(const String& name, const String& value, bool important, bool disabled, bool parsedOk, const SourceRange& range) argument
67 , parsedOk(parsedOk)
77 , parsedOk(other.parsedOk)
87 , parsedOk(false)
114 return StringHash::hash(name) + 3 * StringHash::hash(value) + 7 * important + 13 * parsedOk + 31;
H A DCSSPropertySourceData.h55 CSSPropertySourceData(const String& name, const String& value, bool important, bool disabled, bool parsedOk, const SourceRange& range);
66 bool parsedOk; member in struct:WebCore::CSSPropertySourceData
/external/e2fsprogs/lib/uuid/
H A Dtst_uuid.c50 int parsedOk; local
52 parsedOk = uuid_parse(uuid, uuidBits) == 0;
55 if (parsedOk != isValid) {
56 printf(" but uuid_parse says %s\n", validStr[parsedOk]);

Completed in 6494 milliseconds