Searched defs:uniqueId (Results 1 – 4 of 4) sorted by relevance
30 private final int uniqueId; field in RealElement39 RealElement(String setName, Element.Type type, String keyType, int uniqueId) { in RealElement()50 @Override public int uniqueId() { in uniqueId() method in RealElement
43 int uniqueId(); in uniqueId() method
137 private static native Element addScriptToDocument(String uniqueId, String url) /*-{ in addScriptToDocument()
27 static int uniqueId = 0; variable