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

  /external/webkit/WebCore/rendering/
LayoutState.h 39 class LayoutState : public Noncopyable {
41 LayoutState()
50 LayoutState(LayoutState*, RenderBox*, const IntSize& offset);
51 LayoutState(RenderObject*);
72 LayoutState* m_next;
LayoutState.cpp 27 #include "LayoutState.h"
36 LayoutState::LayoutState(LayoutState* prev, RenderBox* renderer, const IntSize& offset)
86 LayoutState::LayoutState(RenderObject* root)
102 void LayoutState::destroy(RenderArena* renderArena)
114 void* LayoutState::operator new(size_t sz, RenderArena* renderArena) throw()
119 void LayoutState::operator delete(void* ptr, size_t sz)

Completed in 17 milliseconds