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

  /external/webkit/Source/WebCore/platform/graphics/android/
android_graphics.cpp 50 int layerId = m_node->isInLayer() ? m_frame->layer(m_node)->uniqueId() : -1;
51 if (layer->uniqueId() != layerId)
  /external/webkit/Source/WebKit/android/nav/
FindCanvas.h 57 void set(const SkRegion& region, SkPicture* pic, int layerId);
59 int layerId() const { return m_layerId; }
146 void setLayerId(int layerId) { mLayerId = layerId; }
FindCanvas.cpp 62 void MatchInfo::set(const SkRegion& region, SkPicture* pic, int layerId) {
64 m_layerId = layerId;
546 return (*m_matches)[m_findIndex].layerId();
570 int layerId = layer->uniqueId();
581 if (matchInfo.layerId() == layerId) {
605 if ((*m_matches)[i].layerId() != layerId)
WebView.cpp 691 int layerId = -1;
696 layerId = cursorLayer->uniqueId();
721 if (layerId >= 0) {
    [all...]

Completed in 408 milliseconds