HomeSort by relevance Sort by last modified time
    Searched defs:fNativeCode (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/xml/
SkXMLParser.h 37 int getNativeCode() const { return fNativeCode; }
38 bool hasError() const { return fCode != kNoError || fNativeCode != -1; }
49 int fNativeCode;
  /external/skia/include/xml/
SkXMLParser.h 37 int getNativeCode() const { return fNativeCode; }
38 bool hasError() const { return fCode != kNoError || fNativeCode != -1; }
49 int fNativeCode;

Completed in 140 milliseconds