Home
last modified time | relevance | path

Searched refs:monitor_callback_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ppapi/proxy/
Ddevice_enumeration_resource_helper.cc76 monitor_callback_.reset( in MonitorDeviceChange()
78 if (!monitor_callback_.get()) in MonitorDeviceChange()
85 monitor_callback_.reset(NULL); in MonitorDeviceChange()
109 monitor_callback_.reset(NULL); in LastPluginRefWasDeleted()
146 CHECK(monitor_callback_.get()); in OnPluginMsgNotifyDeviceChange()
159 monitor_callback_->RunOnTargetThread(monitor_user_data_, size, in OnPluginMsgNotifyDeviceChange()
Ddevice_enumeration_resource_helper.h72 monitor_callback_; variable