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

  /external/chromium_org/third_party/WebKit/Source/core/page/
Frame.h 77 const IntSize& fixedLayoutSize = IntSize(), bool useFixedLayout = false, ScrollbarMode = ScrollbarAuto, bool horizontalLock = false,
Frame.cpp 469 const IntSize& fixedLayoutSize, bool useFixedLayout, ScrollbarMode horizontalScrollbarMode, bool horizontalLock,
485 frameView->setFixedLayoutSize(fixedLayoutSize);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
MultiPaneChallengeLayout.java 377 final boolean fixedLayoutSize = lp.centerWithinArea > 0;
378 final boolean fixedLayoutHorizontal = fixedLayoutSize && mOrientation == HORIZONTAL;
379 final boolean fixedLayoutVertical = fixedLayoutSize && mOrientation == VERTICAL;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollView.h 137 IntSize fixedLayoutSize() const;
ScrollView.cpp 217 IntSize ScrollView::fixedLayoutSize() const
224 if (fixedLayoutSize() == newSize)
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebView.h 315 virtual WebSize fixedLayoutSize() const = 0;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 406 EXPECT_EQ(fixedLayoutWidth, m_webView->fixedLayoutSize().width);
407 EXPECT_EQ(fixedLayoutHeight, m_webView->fixedLayoutSize().height);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 247 virtual WebSize fixedLayoutSize() const;
    [all...]
WebViewImpl.cpp     [all...]
WebFrameImpl.cpp     [all...]

Completed in 90 milliseconds