Searched refs:enableFrameLayoutFinishCb_ (Results 1 – 3 of 3) sorted by relevance
896 …enableFrameLayoutFinishCb_.compare_exchange_strong(enableFrameLayoutFinishCb, false) || layoutRect… in FlushLayoutSize()899 GetWindowId(), rect.ToString().c_str(), enableFrameLayoutFinishCb_.load()); in FlushLayoutSize()902 GetWindowId(), rect.ToString().c_str(), enableFrameLayoutFinishCb_.load()); in FlushLayoutSize()904 session->NotifyFrameLayoutFinishFromApp(enableFrameLayoutFinishCb_, rect); in FlushLayoutSize()907 enableFrameLayoutFinishCb_ = false; in FlushLayoutSize()4184 enableFrameLayoutFinishCb_ = enable; in SetFrameLayoutCallbackEnable()
1477 window->enableFrameLayoutFinishCb_ = true;1479 ASSERT_EQ(window->enableFrameLayoutFinishCb_, false);
557 std::atomic_bool enableFrameLayoutFinishCb_ = false; variable