PPB_Var_Deprecated  413 content/renderer/pepper/ppb_var_deprecated_impl.cc const PPB_Var_Deprecated* PPB_Var_Deprecated_Impl::GetVarDeprecatedInterface() {
PPB_Var_Deprecated  414 content/renderer/pepper/ppb_var_deprecated_impl.cc   static const PPB_Var_Deprecated var_deprecated_interface = {
PPB_Var_Deprecated    8 content/renderer/pepper/ppb_var_deprecated_impl.h struct PPB_Var_Deprecated;
PPB_Var_Deprecated   14 content/renderer/pepper/ppb_var_deprecated_impl.h   static const PPB_Var_Deprecated* GetVarDeprecatedInterface();
PPB_Var_Deprecated   19 ppapi/cpp/private/var_private.cc template <> const char* interface_name<PPB_Var_Deprecated>() {
PPB_Var_Deprecated   29 ppapi/cpp/private/var_private.cc   if (has_interface<PPB_Var_Deprecated>()) {
PPB_Var_Deprecated   30 ppapi/cpp/private/var_private.cc     var_ = get_interface<PPB_Var_Deprecated>()->CreateObject(
PPB_Var_Deprecated   42 ppapi/cpp/private/var_private.cc   } else if (has_interface<PPB_Var_Deprecated>()) {
PPB_Var_Deprecated   44 ppapi/cpp/private/var_private.cc     if (get_interface<PPB_Var_Deprecated>()->IsInstanceOf(
PPB_Var_Deprecated   53 ppapi/cpp/private/var_private.cc   if (!has_interface<PPB_Var_Deprecated>())
PPB_Var_Deprecated   55 ppapi/cpp/private/var_private.cc   return get_interface<PPB_Var_Deprecated>()->HasProperty(
PPB_Var_Deprecated   60 ppapi/cpp/private/var_private.cc   if (!has_interface<PPB_Var_Deprecated>())
PPB_Var_Deprecated   62 ppapi/cpp/private/var_private.cc   return get_interface<PPB_Var_Deprecated>()->HasMethod(
PPB_Var_Deprecated   67 ppapi/cpp/private/var_private.cc   if (!has_interface<PPB_Var_Deprecated>())
PPB_Var_Deprecated   69 ppapi/cpp/private/var_private.cc   return Var(PassRef(), get_interface<PPB_Var_Deprecated>()->GetProperty(
PPB_Var_Deprecated   75 ppapi/cpp/private/var_private.cc   if (!has_interface<PPB_Var_Deprecated>())
PPB_Var_Deprecated   79 ppapi/cpp/private/var_private.cc   get_interface<PPB_Var_Deprecated>()->GetAllPropertyNames(
PPB_Var_Deprecated   95 ppapi/cpp/private/var_private.cc   if (!has_interface<PPB_Var_Deprecated>())
PPB_Var_Deprecated   97 ppapi/cpp/private/var_private.cc   get_interface<PPB_Var_Deprecated>()->SetProperty(
PPB_Var_Deprecated  102 ppapi/cpp/private/var_private.cc   if (!has_interface<PPB_Var_Deprecated>())
PPB_Var_Deprecated  104 ppapi/cpp/private/var_private.cc   get_interface<PPB_Var_Deprecated>()->RemoveProperty(
PPB_Var_Deprecated  110 ppapi/cpp/private/var_private.cc   if (!has_interface<PPB_Var_Deprecated>())
PPB_Var_Deprecated  117 ppapi/cpp/private/var_private.cc     return Var(PassRef(), get_interface<PPB_Var_Deprecated>()->Call(
PPB_Var_Deprecated  122 ppapi/cpp/private/var_private.cc     return Var(PassRef(), get_interface<PPB_Var_Deprecated>()->Call(
PPB_Var_Deprecated  130 ppapi/cpp/private/var_private.cc   if (!has_interface<PPB_Var_Deprecated>())
PPB_Var_Deprecated  137 ppapi/cpp/private/var_private.cc     return Var(PassRef(), get_interface<PPB_Var_Deprecated>()->Construct(
PPB_Var_Deprecated  141 ppapi/cpp/private/var_private.cc     return Var(PassRef(), get_interface<PPB_Var_Deprecated>()->Construct(
PPB_Var_Deprecated  147 ppapi/cpp/private/var_private.cc   if (!has_interface<PPB_Var_Deprecated>())
PPB_Var_Deprecated  149 ppapi/cpp/private/var_private.cc   return Var(PassRef(), get_interface<PPB_Var_Deprecated>()->Call(
PPB_Var_Deprecated  155 ppapi/cpp/private/var_private.cc   if (!has_interface<PPB_Var_Deprecated>())
PPB_Var_Deprecated  158 ppapi/cpp/private/var_private.cc   return Var(PassRef(), get_interface<PPB_Var_Deprecated>()->Call(
PPB_Var_Deprecated  164 ppapi/cpp/private/var_private.cc   if (!has_interface<PPB_Var_Deprecated>())
PPB_Var_Deprecated  167 ppapi/cpp/private/var_private.cc   return Var(PassRef(), get_interface<PPB_Var_Deprecated>()->Call(
PPB_Var_Deprecated  173 ppapi/cpp/private/var_private.cc   if (!has_interface<PPB_Var_Deprecated>())
PPB_Var_Deprecated  176 ppapi/cpp/private/var_private.cc   return Var(PassRef(), get_interface<PPB_Var_Deprecated>()->Call(
PPB_Var_Deprecated  183 ppapi/cpp/private/var_private.cc   if (!has_interface<PPB_Var_Deprecated>())
PPB_Var_Deprecated  186 ppapi/cpp/private/var_private.cc   return Var(PassRef(), get_interface<PPB_Var_Deprecated>()->Call(
PPB_Var_Deprecated  287 ppapi/proxy/ppb_var_deprecated_proxy.cc     ppb_var_impl_ = static_cast<const PPB_Var_Deprecated*>(
PPB_Var_Deprecated  296 ppapi/proxy/ppb_var_deprecated_proxy.cc const PPB_Var_Deprecated* PPB_Var_Deprecated_Proxy::GetProxyInterface() {
PPB_Var_Deprecated  297 ppapi/proxy/ppb_var_deprecated_proxy.cc   static const PPB_Var_Deprecated var_deprecated_interface = {
PPB_Var_Deprecated   14 ppapi/proxy/ppb_var_deprecated_proxy.h struct PPB_Var_Deprecated;
PPB_Var_Deprecated   31 ppapi/proxy/ppb_var_deprecated_proxy.h   static const PPB_Var_Deprecated* GetProxyInterface();
PPB_Var_Deprecated   93 ppapi/proxy/ppb_var_deprecated_proxy.h   const PPB_Var_Deprecated* ppb_var_impl_;
PPB_Var_Deprecated  220 ppapi/proxy/ppp_class_proxy.cc PP_Var PPP_Class_Proxy::CreateProxiedObject(const PPB_Var_Deprecated* var,
PPB_Var_Deprecated  231 ppapi/proxy/ppp_class_proxy.cc PP_Bool PPP_Class_Proxy::IsInstanceOf(const PPB_Var_Deprecated* ppb_var_impl,
PPB_Var_Deprecated   15 ppapi/proxy/ppp_class_proxy.h struct PPB_Var_Deprecated;
PPB_Var_Deprecated   39 ppapi/proxy/ppp_class_proxy.h   static PP_Var CreateProxiedObject(const PPB_Var_Deprecated* var,
PPB_Var_Deprecated   45 ppapi/proxy/ppp_class_proxy.h   static PP_Bool IsInstanceOf(const PPB_Var_Deprecated* ppb_var_impl,
PPB_Var_Deprecated   48 ppapi/proxy/ppp_instance_private_proxy_unittest.cc const PPB_Var_Deprecated* plugin_var_deprecated_if() {
PPB_Var_Deprecated   52 ppapi/proxy/ppp_instance_private_proxy_unittest.cc   return static_cast<const PPB_Var_Deprecated*>(
PPB_Var_Deprecated  118 ppapi/proxy/ppp_instance_private_proxy_unittest.cc const PPB_Var_Deprecated ppb_var_deprecated_mock = {
PPB_Var_Deprecated   69 ppapi/tests/test_var_deprecated.cc   var_interface_ = static_cast<const PPB_Var_Deprecated*>(
PPB_Var_Deprecated   40 ppapi/tests/test_var_deprecated.h   const PPB_Var_Deprecated* var_interface_;