OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AutoLocker
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformCanvas.cpp
63
PlatformCanvas::
AutoLocker
::
AutoLocker
(PlatformCanvas* canvas)
82
PlatformCanvas::
AutoLocker
::~
AutoLocker
()
PlatformCanvas.h
62
class
AutoLocker
{
63
WTF_MAKE_NONCOPYABLE(
AutoLocker
);
65
explicit
AutoLocker
(PlatformCanvas*);
66
~
AutoLocker
();
/external/webkit/Source/WebCore/webaudio/
AudioContext.h
163
class
AutoLocker
{
165
AutoLocker
(AudioContext* context)
172
~
AutoLocker
()
Completed in 73 milliseconds