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

  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp 300 bool BitmapImage::shouldAnimate()
307 if (m_frameTimer || !shouldAnimate() || frameCount() <= 1)
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 161 BOOL shouldAnimate = FALSE;
163 ::SystemParametersInfo(SPI_GETCOMBOBOXANIMATION, 0, &shouldAnimate, 0);
165 if (shouldAnimate) {
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp 223 BOOL shouldAnimate = FALSE;
224 ::SystemParametersInfo(SPI_GETCOMBOBOXANIMATION, 0, &shouldAnimate, 0);
226 if (shouldAnimate) {

Completed in 5251 milliseconds