Searched refs:user_data_to_plugin_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dplugin_var_tracker.cc261 // See the comment above user_data_to_plugin_ in the header file. We assume
265 user_data_to_plugin_.begin();
266 i != user_data_to_plugin_.end();
274 user_data_to_plugin_.find(user_data_to_delete[i]);
275 if (found == user_data_to_plugin_.end())
282 user_data_to_plugin_.erase(found);
325 user_data_to_plugin_[ppp_class_data] = p;
334 user_data_to_plugin_.find(user_data);
335 if (found == user_data_to_plugin_.end()) {
339 user_data_to_plugin_
[all...]
H A Dplugin_var_tracker.h88 // receiving the call is still alive (see user_data_to_plugin_ below).
203 UserDataToPluginImplementedVarMap user_data_to_plugin_; member in class:ppapi::proxy::PluginVarTracker

Completed in 79 milliseconds