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 114 if (frame->view() && frame->view()->inLiveResize()) {
163 bool frameViewIsCurrentlyInLiveResize = frame->view() && frame->view()->inLiveResize();
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.h 71 bool inLiveResize() const { return m_inLiveResize; }
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm 223 return _scrollableArea->inLiveResize();
886 if (scrollableArea()->inLiveResize())
921 if (scrollableArea()->inLiveResize())
    [all...]

Completed in 2848 milliseconds