Searched refs:shim_ (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/ui/gl/ |
D | gl_surface_glx.cc | 250 shim_(new SGIVideoSyncProviderThreadShim(window)), in SGIVideoSyncVSyncProvider() 251 cancel_vsync_flag_(shim_->cancel_vsync_flag()), in SGIVideoSyncVSyncProvider() 252 vsync_lock_(shim_->vsync_lock()) { in SGIVideoSyncVSyncProvider() 256 base::Unretained(shim_.get()))); in SGIVideoSyncVSyncProvider() 268 shim_.release()); in ~SGIVideoSyncVSyncProvider() 288 base::Unretained(shim_.get()), in GetVSyncParameters() 306 scoped_ptr<SGIVideoSyncProviderThreadShim> shim_; member in gfx::__anon0d98bc2a0111::SGIVideoSyncVSyncProvider
|
/external/chromium_org/content/renderer/pepper/ |
D | video_decoder_shim.cc | 104 base::WeakPtr<VideoDecoderShim> shim_; member in content::VideoDecoderShim::DecoderImpl 120 : shim_(proxy), in DecoderImpl() 175 shim_, in Reset() 215 shim_, in OnPipelineStatus() 258 &VideoDecoderShim::OnDecodeComplete, shim_, result, decode_id)); in OnDecodeComplete() 286 shim_, in OnOutputComplete() 292 FROM_HERE, base::Bind(&VideoDecoderShim::OnResetComplete, shim_)); in OnResetComplete()
|
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/ |
D | synced_notifications_shim_unittest.cc | 87 SyncedNotificationsShim* shim() { return &shim_; } in shim() 100 SyncedNotificationsShim shim_; member in __anon29fb0d940111::SyncedNotificationsShimTest 113 : shim_(base::Bind(&SyncedNotificationsShimTest::EventCallback, in SyncedNotificationsShimTest() 151 shim_.MergeDataAndStartSyncing( in StartSync()
|