Home
last modified time | relevance | path

Searched refs:updatedContainer (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebKit/android/jni/
DWebViewCore.cpp698 for (Container* updatedContainer = buttons->begin(); in updateButtonList() local
699 updatedContainer != end; updatedContainer++) { in updateButtonList()
706 if (updatedContainer->matches(possibleMatch->node())) { in updateButtonList()
708 possibleMatch->setRect(updatedContainer->rect()); in updateButtonList()
715 m_buttons.append(*updatedContainer); in updateButtonList()