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

/external/webkit/Source/WebCore/tests/
H A DTreeManager_test.cpp49 , m_isPainting(false)
55 bool m_isPainting; member in class:WebCore::TestLayer
71 m_isPainting = false;
75 m_isPainting = true;
163 ASSERT_TRUE(layer.m_isPainting);
216 ASSERT_TRUE(firstLayer->m_isPainting);
221 ASSERT_FALSE(secondLayer->m_isPainting);
236 ASSERT_FALSE(firstLayer->m_isPainting);
242 ASSERT_TRUE(secondLayer->m_isPainting);
261 ASSERT_FALSE(secondLayer->m_isPainting);
[all...]
/external/webkit/Source/WebCore/page/
H A DFrameView.h422 bool m_isPainting; member in class:WebCore::FrameView
H A DFrameView.cpp238 m_isPainting = false;
2417 ASSERT(!m_isPainting);
2418 m_isPainting = true;
2429 m_isPainting = false;
2461 return m_isPainting;
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.cpp1196 m_isPainting = false;
1470 ASSERT(!m_isPainting);
1472 m_isPainting = true;
1479 m_isPainting = false;
H A DWebViewHost.h337 bool m_isPainting; member in class:WebViewHost

Completed in 644 milliseconds