OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_needsUpdate
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/animation/
TimedItem.h
97
void invalidate() const {
m_needsUpdate
= true; };
139
mutable bool
m_needsUpdate
;
TimedItem.cpp
47
,
m_needsUpdate
(true)
55
bool needsUpdate =
m_needsUpdate
|| (m_lastUpdateTime != inheritedTime && !(isNull(m_lastUpdateTime) && isNull(inheritedTime)));
56
m_needsUpdate
= false;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.h
398
bool
m_needsUpdate
;
[
all
...]
WebGLRenderingContext.cpp
611
m_needsUpdate
= true;
[
all
...]
Completed in 26 milliseconds