Home
last modified time | relevance | path

Searched refs:LayoutState (Results 1 – 13 of 13) sorted by relevance

/external/webkit/WebCore/rendering/
DLayoutState.cpp35 LayoutState::LayoutState(LayoutState* prev, RenderBox* renderer, const IntSize& offset) in LayoutState() function in WebCore::LayoutState
83 LayoutState::LayoutState(RenderObject* root) in LayoutState() function in WebCore::LayoutState
99 void LayoutState::destroy(RenderArena* renderArena) in destroy()
111 void* LayoutState::operator new(size_t sz, RenderArena* renderArena) throw() in operator new()
116 void LayoutState::operator delete(void* ptr, size_t sz) in operator delete()
DLayoutState.h39 class LayoutState : Noncopyable {
41 LayoutState() in LayoutState() function
50 LayoutState(LayoutState*, RenderBox*, const IntSize& offset);
51 LayoutState(RenderObject*);
72 LayoutState* m_next;
DRenderView.h122 m_layoutState = new (renderArena()) LayoutState(m_layoutState, renderer, offset); in pushLayoutState()
131 LayoutState* state = m_layoutState; in popLayoutState()
138 LayoutState* layoutState() const { return m_layoutState; } in layoutState()
177 LayoutState* m_layoutState;
DRenderView.cpp120 LayoutState state; in layout()
629 m_layoutState = new (renderArena()) LayoutState(root); in pushLayoutState()
DRenderBox.cpp1404 LayoutState* layoutState = v->layoutState(); in localToAbsolute()
1590 LayoutState* layoutState = v->layoutState(); in computeRectForRepaint()
/external/webkit/WebCore/
DAndroid.mk741 rendering/LayoutState.cpp \
DWebCore.scons440 'rendering/LayoutState.cpp',
DGNUmakefile.am1505 WebCore/rendering/LayoutState.cpp \
1506 WebCore/rendering/LayoutState.h \
DWebCore.pro960 rendering/LayoutState.cpp \
DChangeLog-2007-10-1423881 * WebCore.vcproj/WebCore.vcproj: Added LayoutState.(h|cpp).
41334 * WebCore.pro: Added LayoutState.cpp
41335 * WebCore.vcproj/WebCore/WebCore.vcproj: Added LayoutState.{cpp,h}
41336 * WebCore.xcodeproj/project.pbxproj: Added LayoutState.{cpp,h}
41337 * WebCoreSources.bkl: Added LayoutState.cpp
41341 … * rendering/LayoutState.cpp: Added. A LayoutState corresponding to a box consists of the origin of
41344 (WebCore::LayoutState::LayoutState):
41345 (WebCore::LayoutState::destroy):
41347 (WebCore::LayoutState::operator delete):
41348 * rendering/LayoutState.h: Added.
[all …]
DChangeLog3232 * rendering/LayoutState.cpp:
3233 (WebCore::LayoutState::LayoutState):
8358 Merge layoutDelta into LayoutState. This requires that we
8362 * rendering/LayoutState.cpp:
8363 (WebCore::LayoutState::LayoutState):
8364 * rendering/LayoutState.h:
8365 (WebCore::LayoutState::LayoutState):
9154 We need to disable LayoutState when an object has transforms,
9155 because LayoutState is not transform-aware and therefore
17189 * Fix LayoutState(RenderObject* root) to take transforms into account
[all …]
DChangeLog-2008-08-102192 (WebCore::RenderBox::absolutePosition): Changed the LayoutState-enabled
33515 * rendering/LayoutState.cpp:
33516 (WebCore::LayoutState::LayoutState): Changed absolutePosition() to
37810 * rendering/LayoutState.cpp:
37811 (WebCore::LayoutState::LayoutState): Changed to not set an initial clip.
72731 * rendering/LayoutState.cpp:
72732 (WebCore::LayoutState::LayoutState): Account for layout delta when
78480 * rendering/LayoutState.cpp:
78481 (WebCore::LayoutState::LayoutState): Added a hasLayer() check before
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj529 …066060BE141D400956998 /* LayoutState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2D9066040B…
530 …9066070BE141D400956998 /* LayoutState.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D9066050BE…
5414 …1D400956998 /* LayoutState.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType …
5415 …E141D400956998 /* LayoutState.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
14025 2D9066040BE141D400956998 /* LayoutState.cpp */,
14026 2D9066050BE141D400956998 /* LayoutState.h */,
15954 2D9066070BE141D400956998 /* LayoutState.h in Headers */,
17990 2D9066060BE141D400956998 /* LayoutState.cpp in Sources */,