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

  /external/chromium_org/ppapi/proxy/
proxy_object_var.cc 14 ProxyObjectVar::ProxyObjectVar(PluginDispatcher* dispatcher,
23 ProxyObjectVar::~ProxyObjectVar() {
26 ProxyObjectVar* ProxyObjectVar::AsProxyObjectVar() {
30 PP_VarType ProxyObjectVar::GetType() const {
34 void ProxyObjectVar::AssignVarID(int32 id) {
proxy_object_var.h 21 class PPAPI_PROXY_EXPORT ProxyObjectVar : public Var {
23 ProxyObjectVar(proxy::PluginDispatcher* dispatcher,
26 virtual ~ProxyObjectVar();
29 virtual ProxyObjectVar* AsProxyObjectVar() OVERRIDE;
53 DISALLOW_COPY_AND_ASSIGN(ProxyObjectVar);
plugin_var_tracker.h 25 class ProxyObjectVar;
160 PP_Var GetOrCreateObjectVarID(ProxyObjectVar* object);
163 void SendAddRefObjectMsg(const ProxyObjectVar& proxy_object);
164 void SendReleaseObjectMsg(const ProxyObjectVar& proxy_object);
169 scoped_refptr<ProxyObjectVar> FindOrMakePluginVarFromHostVar(
plugin_var_tracker.cc 63 scoped_refptr<ProxyObjectVar> object(
89 scoped_refptr<ProxyObjectVar> object(
125 ProxyObjectVar* object = var->AsProxyObjectVar();
147 ProxyObjectVar* object = found->second.var->AsProxyObjectVar();
262 ProxyObjectVar* object = it->second.var->AsProxyObjectVar();
290 ProxyObjectVar* object = GetVar(created_var)->AsProxyObjectVar();
323 ProxyObjectVar* proxy_object = var->AsProxyObjectVar();
337 ProxyObjectVar* object = iter->second.var->AsProxyObjectVar();
355 ProxyObjectVar* object = iter->second.var->AsProxyObjectVar();
392 ProxyObjectVar* object = iter->second.var->AsProxyObjectVar()
    [all...]
plugin_var_tracker_unittest.cc 200 scoped_refptr<ProxyObjectVar> object(
201 new ProxyObjectVar(plugin_dispatcher(), host_object.value.as_id));
229 scoped_refptr<ProxyObjectVar> object(
230 new ProxyObjectVar(plugin_dispatcher(), host_object.value.as_id));
  /external/chromium_org/ppapi/shared_impl/
var.h 24 class ProxyObjectVar;
40 virtual ProxyObjectVar* AsProxyObjectVar();
var.cc 91 ProxyObjectVar* Var::AsProxyObjectVar() {

Completed in 1009 milliseconds