Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DPictureSet.h79 WTF::Vector<Bucket*>* bucketsToUpdate() { return &mUpdatedBuckets; } in bucketsToUpdate() function
DPictureSet.cpp113 WTF::Vector<Bucket*>* buckets = bucketsToUpdate(); in PictureSet()
DWebViewCore.cpp907 WTF::Vector<Bucket*>* buckets = pictureSet->bucketsToUpdate(); in rebuildPictureSet()