Searched defs:AutoLocker (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DPlatformCanvas.cpp63 PlatformCanvas::AutoLocker::AutoLocker(PlatformCanvas* canvas) function in class:WebCore::PlatformCanvas::AutoLocker
82 PlatformCanvas::AutoLocker::~AutoLocker()
H A DPlatformCanvas.h62 class AutoLocker { class in class:WebCore::PlatformCanvas
63 WTF_MAKE_NONCOPYABLE(AutoLocker);
65 explicit AutoLocker(PlatformCanvas*);
66 ~AutoLocker();
/external/webkit/Source/WebCore/webaudio/
H A DAudioContext.h163 class AutoLocker { class in class:WebCore::AudioContext
165 AutoLocker(AudioContext* context) function in class:WebCore::AudioContext::AutoLocker
172 ~AutoLocker()

Completed in 94 milliseconds