Searched refs:B_LAYOUT_IN_PROGRESS (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DLayout.cpp34 const uint32 B_LAYOUT_IN_PROGRESS = 0x10000000UL; member in namespace:__anon2
39 = B_LAYOUT_CACHE_INVALID | B_LAYOUT_IN_PROGRESS;
43 = B_LAYOUT_INVALID | B_LAYOUT_IN_PROGRESS;
369 if (Layout() && (Layout()->fState & B_LAYOUT_IN_PROGRESS) != 0)
407 fState |= B_LAYOUT_IN_PROGRESS;

Completed in 31 milliseconds