HomeSort by relevance Sort by last modified time
    Searched full:copycontent (Results 1 - 1 of 1) sorted by null

  /external/webkit/WebKit/android/jni/
WebViewCore.cpp 773 PictureSet copyContent = PictureSet(m_content);
776 int w = copyContent.width();
777 int h = copyContent.height();
778 copyContent.draw(picture->beginRecording(w, h, PICT_RECORD_FLAGS));
790 PictureSet copyContent = PictureSet(m_content);
794 clip.set(0, 0, copyContent.width(), copyContent.height());
798 bool tookTooLong = copyContent.draw(canvas);
800 m_content.setDrawTimes(copyContent);
817 PictureSet copyContent = PictureSet(m_content)
    [all...]

Completed in 1901 milliseconds