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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImageTest.cpp 70 void destroyDecodedData(bool destroyAll) { m_image->destroyDecodedData(destroyAll); }
131 destroyDecodedData(false);
146 destroyDecodedData(true);
BitmapImage.cpp 105 void BitmapImage::destroyDecodedData(bool destroyAll)
127 destroyDecodedData(false);
214 // (even if we use destroyDecodedData() -- since it doesn't reset the
512 // throwing away data as we go (see destroyDecodedData()) means we

Completed in 132 milliseconds