HomeSort by relevance Sort by last modified time
    Searched refs:ScopedNoLocking (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.h 61 // ScopedNoLocking makes sure we don't try to lock again when we already have
67 class ScopedNoLocking {
69 explicit ScopedNoLocking(PPB_Graphics3D_Shared* graphics3d_shared)
73 ~ScopedNoLocking() {
79 DISALLOW_COPY_AND_ASSIGN(ScopedNoLocking);
100 friend class ScopedNoLocking;
105 // the proxy lock. Hence it needs access to ScopedNoLocking.
ppb_graphics_3d_shared.cc 53 ScopedNoLocking already_locked(this);
61 ScopedNoLocking already_locked(this);
88 ScopedNoLocking already_locked(this);
94 ScopedNoLocking already_locked(this);
111 ScopedNoLocking already_locked(this);
148 ScopedNoLocking already_locked(this);
ppb_video_decoder_shared.cc 106 PPB_Graphics3D_Shared::ScopedNoLocking dont_lock(graphics3d);
  /external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.cc 196 ScopedNoLocking already_locked(this);
248 ScopedNoLocking already_locked(this);

Completed in 582 milliseconds