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

  /external/chromium_org/ui/gl/
gl_surface_glx.cc 250 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::__anon21556::SGIVideoSyncVSyncProvider
310 // Raw pointers to sync primitives owned by the shim_.
312 // the shim_, so they are safe to access
    [all...]
  /external/chromium_org/content/renderer/pepper/
video_decoder_shim.cc 104 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/
synced_notifications_shim_unittest.cc 87 SyncedNotificationsShim* shim() { return &shim_; }
100 SyncedNotificationsShim shim_; member in class:__anon8465::SyncedNotificationsShimTest
113 : shim_(base::Bind(&SyncedNotificationsShimTest::EventCallback,
151 shim_.MergeDataAndStartSyncing(

Completed in 1256 milliseconds