OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_locksCount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
PurgeableVector.cpp
53
,
m_locksCount
(1) // The buffer is locked at creation.
171
++
m_locksCount
;
172
if (
m_locksCount
> 1)
175
ASSERT(
m_locksCount
== 1);
185
--
m_locksCount
;
186
if (
m_locksCount
> 0)
202
ASSERT(
m_locksCount
>= 0);
203
return
m_locksCount
> 0;
PurgeableVector.h
118
int
m_locksCount
;
Completed in 813 milliseconds