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

  /external/webkit/WebKit/android/nav/
CachedLayer.h 58 void setUniqueId(int uniqueId) { mUniqueId = uniqueId; }
59 int uniqueId() const { return mUniqueId; }
CachedLayer.cpp 41 DBG_NAV_LOGD("no layer in root=%p uniqueId=%d", root, mUniqueId);
57 root, aLayer, aLayer->uniqueId(),
87 root, aLayer, aLayer->uniqueId(), aLayer->picture());
118 spaces, " ", layer, layer->uniqueId(),
FindCanvas.cpp 238 setLayerId(layer->uniqueId());
553 int layerId = layer->uniqueId();
CacheBuilder.cpp     [all...]
SelectText.cpp     [all...]
WebView.cpp 545 layerId = cursorLayer->uniqueId();
    [all...]
  /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; }
android_graphics.cpp 67 int layerId = m_node->isInLayer() ? m_frame->layer(m_node)->uniqueId() : -1;
68 if (layer->uniqueId() != layerId)
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 457 long uniqueId = (urlHash << 32) | shortcutIntent.hashCode();
459 Long.toString(uniqueId));

Completed in 360 milliseconds