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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ImageQualityController.cpp 129 if (frame->view() && frame->view()->inLiveResize()) {
178 bool frameViewIsCurrentlyInLiveResize = frame->view() && frame->view()->inLiveResize();
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.h 84 bool inLiveResize() const { return m_inLiveResize; }
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm 223 return _scrollableArea->inLiveResize();
893 if (scrollableArea()->inLiveResize())
928 if (scrollableArea()->inLiveResize())
    [all...]

Completed in 1696 milliseconds