Searched refs:HostVar (Results 1 – 2 of 2) sorted by relevance
114 struct HostVar {115 HostVar(PluginDispatcher* d, int32 i);117 bool operator<(const HostVar& other) const;174 typedef std::map<HostVar, int32> HostVarToPluginVarMap;
40 PluginVarTracker::HostVar::HostVar(PluginDispatcher* d, int32 i) in HostVar() function in ppapi::proxy::PluginVarTracker::HostVar45 bool PluginVarTracker::HostVar::operator<(const HostVar& other) const { in operator <()162 HostVar(dispatcher, static_cast<int32>(host_object.value.as_id))); in ReleaseHostObject()363 HostVar host_var(proxy_object->dispatcher(), proxy_object->host_var_id()); in AddVarInternal()431 HostVar host_var(object->dispatcher(), object->host_var_id()); in DeleteObjectInfoIfNecessary()477 HostVar host_var(dispatcher, var.value.as_id); in FindOrMakePluginVarFromHostVar()