Searched refs:shim_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/gl/
H A Dgl_surface_glx.cc250 shim_(new SGIVideoSyncProviderThreadShim(window)),
251 cancel_vsync_flag_(shim_->cancel_vsync_flag()),
252 vsync_lock_(shim_->vsync_lock()) {
256 base::Unretained(shim_.get())));
265 // Hand-off |shim_| to be deleted on the |vsync_thread_|.
268 shim_.release());
288 base::Unretained(shim_.get()),
306 scoped_ptr<SGIVideoSyncProviderThreadShim> shim_; member in class:gfx::__anon16938::SGIVideoSyncVSyncProvider
310 // Raw pointers to sync primitives owned by the shim_.
312 // the shim_, s
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dvideo_decoder_shim.cc104 base::WeakPtr<VideoDecoderShim> shim_; member in class:content::VideoDecoderShim::DecoderImpl
120 : shim_(proxy),
175 shim_,
215 shim_,
258 &VideoDecoderShim::OnDecodeComplete, shim_, result, decode_id));
286 shim_,
292 FROM_HERE, base::Bind(&VideoDecoderShim::OnResetComplete, shim_));
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
H A Dsynced_notifications_shim_unittest.cc87 SyncedNotificationsShim* shim() { return &shim_; }
100 SyncedNotificationsShim shim_; member in class:__anon3840::SyncedNotificationsShimTest
113 : shim_(base::Bind(&SyncedNotificationsShimTest::EventCallback,
151 shim_.MergeDataAndStartSyncing(

Completed in 85 milliseconds