OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_isPaintingSuspended
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingAreaImpl.cpp
66
,
m_isPaintingSuspended
(!parameters.isVisible)
317
if (!
m_isPaintingSuspended
&& (!m_layerTreeHost || m_layerTreeHost->participatesInDisplay()))
323
if (
m_isPaintingSuspended
|| (m_layerTreeHost && !m_layerTreeHost->participatesInDisplay())) {
357
ASSERT(!
m_isPaintingSuspended
);
362
m_isPaintingSuspended
= true;
368
if (!
m_isPaintingSuspended
) {
377
m_isPaintingSuspended
= false;
430
if (
m_isPaintingSuspended
)
464
if (
m_isPaintingSuspended
)
501
if (
m_isPaintingSuspended
)
[
all
...]
DrawingAreaImpl.h
99
bool
m_isPaintingSuspended
;
Completed in 637 milliseconds