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/core/platform/
ScrollableArea.h 72 bool inLiveResize() const { return m_inLiveResize; }
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollAnimatorMac.mm 226 return _scrollableArea->inLiveResize();
896 if (scrollableArea()->inLiveResize())
931 if (scrollableArea()->inLiveResize())
    [all...]

Completed in 511 milliseconds