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

  /external/skia/src/animator/
SkOperand2.h 27 enum IsConstant {
37 IsConstant fIsConstant : 8;
44 bool isConstant() const { return fIsConstant == kConstant; }
  /external/webkit/JavaScriptCore/parser/
Nodes.h 85 enum VarAttrs { IsConstant = 1, HasInitializer = 2 };
    [all...]

Completed in 1402 milliseconds