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 65 scoped_refptr<ProxyObjectVar> object(
91 scoped_refptr<ProxyObjectVar> object(
127 ProxyObjectVar* object = var->AsProxyObjectVar();
149 ProxyObjectVar* object = found->second.var->AsProxyObjectVar();
300 ProxyObjectVar* object = it->second.var->AsProxyObjectVar();
328 ProxyObjectVar* object = GetVar(created_var)->AsProxyObjectVar();
361 ProxyObjectVar* proxy_object = var->AsProxyObjectVar();
375 ProxyObjectVar* object = iter->second.var->AsProxyObjectVar();
393 ProxyObjectVar* object = iter->second.var->AsProxyObjectVar();
430 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 23 class ProxyObjectVar;
39 virtual ProxyObjectVar* AsProxyObjectVar();
var.cc 85 ProxyObjectVar* Var::AsProxyObjectVar() { return NULL; }

Completed in 243 milliseconds