Home | History | Annotate | Download | only in webkit

Lines Matching defs:version

4  * Licensed under the Apache License, Version 2.0 (the "License");
34 // VERSION = 1 was for pictures encoded using a previous copy of libskia
35 static final int VERSION = 2;
44 dos.writeInt(VERSION);
54 int version = dis.readInt();
55 if (version > VERSION) {
56 throw new IOException("Unexpected version: " + version);
60 int baseLayer = nativeDeserializeViewState(version, dis,
84 private static native int nativeDeserializeViewState(int version,