Home
last modified time | relevance | path

Searched refs:m_previousState (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DUserGestureIndicator.cpp118 : m_previousState(s_state) in UserGestureIndicator()
146 : m_previousState(s_state) in UserGestureIndicator()
174 s_state = m_previousState; in ~UserGestureIndicator()
DUserGestureIndicator.h83 ProcessingUserGestureState m_previousState; variable
DTraceEvent.h963 m_previousState = SamplingStateScope<BucketNumber>::current();
969 SamplingStateScope<BucketNumber>::set(m_previousState);
983 const char* m_previousState;
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceFetcher.h256 , m_previousState(false) in ResourceCacheValidationSuppressor()
259 m_previousState = m_loader->m_allowStaleResources; in ResourceCacheValidationSuppressor()
266 m_loader->m_allowStaleResources = m_previousState; in ~ResourceCacheValidationSuppressor()
270 bool m_previousState; variable
/external/chromium_org/third_party/angle/src/third_party/trace_event/
Dtrace_event.h799 m_previousState = SamplingStateScope<BucketNumber>::current(); in SamplingStateScope()
805 SamplingStateScope<BucketNumber>::set(m_previousState); in ~SamplingStateScope()
819 const char* m_previousState;