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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.cpp 198 ObjectTag = '{', // numProperties:uint32_t -> pops the last object from the open stack;
199 // fills it with the last numProperties name,value pairs pushed onto the deserialization stack
200 SparseArrayTag = '@', // numProperties:uint32_t, length:uint32_t -> pops the last object from the open stack;
201 // fills it with the last numProperties name,value pairs pushed onto the deserialization stack
202 DenseArrayTag = '$', // numProperties:uint32_t, length:uint32_t -> pops the last object from the open stack;
203 // fills it with the last length elements and numProperties name,value pairs pushed onto deserialization stack
515 void writeObject(uint32_t numProperties)
518 doWriteUint32(numProperties);
521 void writeSparseArray(uint32_t numProperties, uint32_t length)
524 doWriteUint32(numProperties);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParser-in.cpp     [all...]

Completed in 188 milliseconds