HomeSort by relevance Sort by last modified time
    Searched defs:LayoutState (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutState.cpp 27 #include "core/rendering/LayoutState.h"
36 LayoutState::LayoutState(LayoutUnit pageLogicalHeight, bool pageLogicalHeightChanged, RenderView& view)
50 ASSERT(!view.layoutState());
54 LayoutState::LayoutState(RenderBox& renderer, const LayoutSize& offset, LayoutUnit pageLogicalHeight, bool pageLogicalHeightChanged, ColumnInfo* columnInfo)
56 , m_next(renderer.view()->layoutState())
150 LayoutState::LayoutState(RenderObject& root)
160 , m_next(root.view()->layoutState())
    [all...]
LayoutState.h 41 class LayoutState {
42 WTF_MAKE_NONCOPYABLE(LayoutState);
44 // Constructor for root LayoutState created by RenderView
45 LayoutState(LayoutUnit pageLogicalHeight, bool pageLogicalHeightChanged, RenderView&);
47 explicit LayoutState(RenderObject& root);
49 LayoutState(RenderBox&, const LayoutSize& offset, LayoutUnit pageLogicalHeight = 0, bool pageHeightLogicalChanged = false, ColumnInfo* = 0);
51 ~LayoutState();
81 LayoutState* next() const { return m_next; }
124 LayoutState* m_next;
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LayoutState.java 24 class LayoutState {
26 final static String TAG = "LayoutState";
LinearLayoutManager.java 70 private LayoutState mLayoutState;
604 ? LayoutState.LAYOUT_START : LayoutState.LAYOUT_END;
605 if (direction == LayoutState.LAYOUT_START) {
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 1163 milliseconds