OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedStatusLock
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/sync/engine/
all_status.h
21
class
ScopedStatusLock
;
29
friend class
ScopedStatusLock
;
64
class
ScopedStatusLock
{
66
explicit
ScopedStatusLock
(AllStatus* allstatus);
67
~
ScopedStatusLock
();
all_status.cc
103
ScopedStatusLock
lock(this);
123
ScopedStatusLock
lock(this);
141
ScopedStatusLock
lock(this);
146
ScopedStatusLock
lock(this);
151
ScopedStatusLock
lock(this);
155
ScopedStatusLock
::
ScopedStatusLock
(AllStatus* allstatus)
160
ScopedStatusLock
::~
ScopedStatusLock
() {
/external/chromium_org/sync/engine/
all_status.h
24
class
ScopedStatusLock
;
37
friend class
ScopedStatusLock
;
76
class
ScopedStatusLock
{
78
explicit
ScopedStatusLock
(AllStatus* allstatus);
79
~
ScopedStatusLock
();
all_status.cc
96
ScopedStatusLock
lock(this);
128
ScopedStatusLock
lock(this);
133
ScopedStatusLock
lock(this);
138
ScopedStatusLock
lock(this);
143
ScopedStatusLock
lock(this);
148
ScopedStatusLock
lock(this);
153
ScopedStatusLock
lock(this);
158
ScopedStatusLock
lock(this);
163
ScopedStatusLock
lock(this);
168
ScopedStatusLock
lock(this)
[
all
...]
Completed in 180 milliseconds