Searched defs:uniqueId (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKit/android/nav/
H A DCachedLayer.h58 void setUniqueId(int uniqueId) { mUniqueId = uniqueId; } argument
59 int uniqueId() const { return mUniqueId; } function in class:android::CachedLayer
/external/webkit/WebCore/platform/graphics/android/
H A DLayerAndroid.h164 int uniqueId() const { return m_uniqueId; } function in class:WebCore::LayerAndroid
230 int uniqueId() const { return m_uniqueId; }

Completed in 203 milliseconds