PPB_Var_Deprecated_Proxy  264 ppapi/proxy/interface_list.cc   AddProxy(API_ID_PPB_VAR_DEPRECATED, &ProxyFactory<PPB_Var_Deprecated_Proxy>);
PPB_Var_Deprecated_Proxy  266 ppapi/proxy/interface_list.cc          PPB_Var_Deprecated_Proxy::GetProxyInterface(), PERMISSION_DEV);
PPB_Var_Deprecated_Proxy  281 ppapi/proxy/ppb_var_deprecated_proxy.cc PPB_Var_Deprecated_Proxy::PPB_Var_Deprecated_Proxy(
PPB_Var_Deprecated_Proxy  292 ppapi/proxy/ppb_var_deprecated_proxy.cc PPB_Var_Deprecated_Proxy::~PPB_Var_Deprecated_Proxy() {
PPB_Var_Deprecated_Proxy  296 ppapi/proxy/ppb_var_deprecated_proxy.cc const PPB_Var_Deprecated* PPB_Var_Deprecated_Proxy::GetProxyInterface() {
PPB_Var_Deprecated_Proxy  316 ppapi/proxy/ppb_var_deprecated_proxy.cc bool PPB_Var_Deprecated_Proxy::OnMessageReceived(const IPC::Message& msg) {
PPB_Var_Deprecated_Proxy  328 ppapi/proxy/ppb_var_deprecated_proxy.cc   IPC_BEGIN_MESSAGE_MAP(PPB_Var_Deprecated_Proxy, msg)
PPB_Var_Deprecated_Proxy  357 ppapi/proxy/ppb_var_deprecated_proxy.cc void PPB_Var_Deprecated_Proxy::OnMsgAddRefObject(int64 object_id,
PPB_Var_Deprecated_Proxy  364 ppapi/proxy/ppb_var_deprecated_proxy.cc void PPB_Var_Deprecated_Proxy::OnMsgReleaseObject(int64 object_id) {
PPB_Var_Deprecated_Proxy  385 ppapi/proxy/ppb_var_deprecated_proxy.cc       RunWhileLocked(base::Bind(&PPB_Var_Deprecated_Proxy::DoReleaseObject,
PPB_Var_Deprecated_Proxy  390 ppapi/proxy/ppb_var_deprecated_proxy.cc void PPB_Var_Deprecated_Proxy::OnMsgHasProperty(
PPB_Var_Deprecated_Proxy  402 ppapi/proxy/ppb_var_deprecated_proxy.cc void PPB_Var_Deprecated_Proxy::OnMsgHasMethodDeprecated(
PPB_Var_Deprecated_Proxy  414 ppapi/proxy/ppb_var_deprecated_proxy.cc void PPB_Var_Deprecated_Proxy::OnMsgGetProperty(
PPB_Var_Deprecated_Proxy  425 ppapi/proxy/ppb_var_deprecated_proxy.cc void PPB_Var_Deprecated_Proxy::OnMsgEnumerateProperties(
PPB_Var_Deprecated_Proxy  435 ppapi/proxy/ppb_var_deprecated_proxy.cc void PPB_Var_Deprecated_Proxy::OnMsgSetPropertyDeprecated(
PPB_Var_Deprecated_Proxy  447 ppapi/proxy/ppb_var_deprecated_proxy.cc void PPB_Var_Deprecated_Proxy::OnMsgDeleteProperty(
PPB_Var_Deprecated_Proxy  461 ppapi/proxy/ppb_var_deprecated_proxy.cc void PPB_Var_Deprecated_Proxy::OnMsgCallDeprecated(
PPB_Var_Deprecated_Proxy  477 ppapi/proxy/ppb_var_deprecated_proxy.cc void PPB_Var_Deprecated_Proxy::OnMsgConstruct(
PPB_Var_Deprecated_Proxy  490 ppapi/proxy/ppb_var_deprecated_proxy.cc void PPB_Var_Deprecated_Proxy::OnMsgIsInstanceOfDeprecated(
PPB_Var_Deprecated_Proxy  502 ppapi/proxy/ppb_var_deprecated_proxy.cc void PPB_Var_Deprecated_Proxy::OnMsgCreateObjectDeprecated(
PPB_Var_Deprecated_Proxy  512 ppapi/proxy/ppb_var_deprecated_proxy.cc void PPB_Var_Deprecated_Proxy::SetAllowPluginReentrancy() {
PPB_Var_Deprecated_Proxy  519 ppapi/proxy/ppb_var_deprecated_proxy.cc void PPB_Var_Deprecated_Proxy::DoReleaseObject(int64 object_id) {
PPB_Var_Deprecated_Proxy   26 ppapi/proxy/ppb_var_deprecated_proxy.h class PPB_Var_Deprecated_Proxy : public InterfaceProxy {
PPB_Var_Deprecated_Proxy   28 ppapi/proxy/ppb_var_deprecated_proxy.h   explicit PPB_Var_Deprecated_Proxy(Dispatcher* dispatcher);
PPB_Var_Deprecated_Proxy   29 ppapi/proxy/ppb_var_deprecated_proxy.h   virtual ~PPB_Var_Deprecated_Proxy();
PPB_Var_Deprecated_Proxy   95 ppapi/proxy/ppb_var_deprecated_proxy.h   base::WeakPtrFactory<PPB_Var_Deprecated_Proxy> task_factory_;
PPB_Var_Deprecated_Proxy   97 ppapi/proxy/ppb_var_deprecated_proxy.h   DISALLOW_COPY_AND_ASSIGN(PPB_Var_Deprecated_Proxy);