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

  /external/webkit/WebKit/android/nav/
FindCanvas.h 56 int layerId() const { return m_layerId; }
57 void set(const SkRegion& region, SkPicture* pic, int layerId);
144 void setLayerId(int layerId) { mLayerId = layerId; }
FindCanvas.cpp 60 void MatchInfo::set(const SkRegion& region, SkPicture* pic, int layerId) {
62 m_layerId = layerId;
553 int layerId = layer->uniqueId();
564 if (matchInfo.layerId() == layerId) {
582 if ((*m_matches)[i].layerId() != layerId)
WebView.cpp 540 int layerId = -1;
545 layerId = cursorLayer->uniqueId();
570 if (layerId >= 0) {
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
android_graphics.cpp 67 int layerId = m_node->isInLayer() ? m_frame->layer(m_node)->uniqueId() : -1;
68 if (layer->uniqueId() != layerId)

Completed in 1236 milliseconds