Searched defs:LayoutIndicator (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DLayoutIndicator.h40 class LayoutIndicator { class in namespace:WebCore
42 LayoutIndicator() { ++s_inLayout; } function in class:WebCore::LayoutIndicator
43 ~LayoutIndicator() { --s_inLayout; }
53 class LayoutIndicator {
55 LayoutIndicator() { }
56 ~LayoutIndicator() { }

Completed in 237 milliseconds