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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h 229 void disableAutoSizeMode() { m_autoSizeInfo.clear(); }
513 OwnPtr<FrameViewAutoSizeInfo> m_autoSizeInfo;
FrameView.cpp 796 if (m_autoSizeInfo)
797 m_autoSizeInfo->autoSizeIfNeeded();
    [all...]

Completed in 72 milliseconds