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

  /external/webkit/WebKit/android/nav/
CachedLayer.h 58 void setUniqueId(int uniqueId) { mUniqueId = uniqueId; }
59 int uniqueId() const { return mUniqueId; }
  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.h 159 const LayerAndroid* findById(int uniqueID) const;
164 int uniqueId() const { return m_uniqueId; }
230 int uniqueId() const { return m_uniqueId; }
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 457 long uniqueId = (urlHash << 32) | shortcutIntent.hashCode();
459 Long.toString(uniqueId));

Completed in 37 milliseconds