PP_Var            168 chrome/renderer/pepper/ppb_pdf_impl.cc PP_Var GetLocalizedString(PP_Instance instance_id,
PP_Var            323 chrome/renderer/pepper/ppb_pdf_impl.cc void UserMetricsRecordAction(PP_Instance instance, PP_Var action) {
PP_Var            409 chrome/renderer/pepper/ppb_pdf_impl.cc PP_Var ModalPromptForPassword(PP_Instance instance_id,
PP_Var            410 chrome/renderer/pepper/ppb_pdf_impl.cc                               PP_Var message) {
PP_Var            119 chrome/test/data/nacl/nonsfi/libc_free.c static void HandleMessage(PP_Instance instance, struct PP_Var message) {
PP_Var            374 components/nacl/renderer/nexe_load_manager.cc void NexeLoadManager::SetReadOnlyProperty(PP_Var key, PP_Var value) {
PP_Var             75 components/nacl/renderer/nexe_load_manager.h   void SetReadOnlyProperty(PP_Var key, PP_Var value);
PP_Var            118 components/nacl/renderer/ppb_nacl_private_impl.cc                   struct PP_Var* error_message,
PP_Var            514 components/nacl/renderer/ppb_nacl_private_impl.cc PP_UrlSchemeType GetUrlScheme(PP_Var url) {
PP_Var            106 content/public/renderer/pepper_plugin_instance.h   virtual void SetEmbedProperty(PP_Var key, PP_Var value) = 0;
PP_Var            293 content/renderer/pepper/content_decryptor_delegate.cc   PP_Var init_data_array =
PP_Var            314 content/renderer/pepper/content_decryptor_delegate.cc   PP_Var response_array =
PP_Var            579 content/renderer/pepper/content_decryptor_delegate.cc                                                 PP_Var web_session_id_var) {
PP_Var            594 content/renderer/pepper/content_decryptor_delegate.cc                                                 PP_Var message_var,
PP_Var            595 content/renderer/pepper/content_decryptor_delegate.cc                                                 PP_Var default_url_var) {
PP_Var             88 content/renderer/pepper/content_decryptor_delegate.h   void OnSessionCreated(uint32 session_id, PP_Var web_session_id_var);
PP_Var             90 content/renderer/pepper/content_decryptor_delegate.h                         PP_Var message,
PP_Var             91 content/renderer/pepper/content_decryptor_delegate.h                         PP_Var destination_url);
PP_Var             79 content/renderer/pepper/fake_pepper_plugin_instance.cc void FakePepperPluginInstance::SetEmbedProperty(PP_Var key, PP_Var value) {}
PP_Var             41 content/renderer/pepper/fake_pepper_plugin_instance.h   virtual void SetEmbedProperty(PP_Var key, PP_Var value) OVERRIDE;
PP_Var            106 content/renderer/pepper/host_var_tracker.cc PP_Var HostVarTracker::MakeResourcePPVarFromMessage(
PP_Var             58 content/renderer/pepper/host_var_tracker.h   virtual PP_Var MakeResourcePPVarFromMessage(
PP_Var            104 content/renderer/pepper/host_var_tracker_unittest.cc   PP_Var pp_object1 = NPObjectToPPVarForTest(instance(), npobject.get());
PP_Var            105 content/renderer/pepper/host_var_tracker_unittest.cc   PP_Var pp_object2 = NPObjectToPPVarForTest(instance(), npobject.get());
PP_Var            128 content/renderer/pepper/host_var_tracker_unittest.cc   PP_Var pp_object3 = NPObjectToPPVarForTest(instance(), npobject.get());
PP_Var             74 content/renderer/pepper/message_channel.cc PP_Var CopyPPVar(const PP_Var& var) {
PP_Var             92 content/renderer/pepper/message_channel.cc       PP_Var new_buffer_var = PpapiGlobals::Get()->GetVarTracker()->
PP_Var            382 content/renderer/pepper/message_channel.cc void MessageChannel::PostMessageToJavaScript(PP_Var message_data) {
PP_Var            519 content/renderer/pepper/message_channel.cc void MessageChannel::PostMessageToNative(PP_Var message_data) {
PP_Var            527 content/renderer/pepper/message_channel.cc     PP_Var var_copy(CopyPPVar(message_data));
PP_Var            537 content/renderer/pepper/message_channel.cc void MessageChannel::PostMessageToNativeImpl(PP_Var message_data) {
PP_Var            575 content/renderer/pepper/message_channel.cc void MessageChannel::SetReadOnlyProperty(PP_Var key, PP_Var value) {
PP_Var             17 content/renderer/pepper/message_channel.h struct PP_Var;
PP_Var             62 content/renderer/pepper/message_channel.h   void PostMessageToJavaScript(PP_Var message_data);
PP_Var             65 content/renderer/pepper/message_channel.h   void PostMessageToNative(PP_Var message_data);
PP_Var             89 content/renderer/pepper/message_channel.h   void SetReadOnlyProperty(PP_Var key, PP_Var value);
PP_Var            121 content/renderer/pepper/message_channel.h   void PostMessageToNativeImpl(PP_Var message_data);
PP_Var             42 content/renderer/pepper/npapi_glue.cc PP_Var NPObjectToPPVarImpl(PepperPluginInstanceImpl* instance,
PP_Var             73 content/renderer/pepper/npapi_glue.cc bool PPVarToNPVariant(PP_Var var, NPVariant* result) {
PP_Var            126 content/renderer/pepper/npapi_glue.cc PP_Var NPVariantToPPVar(PepperPluginInstanceImpl* instance,
PP_Var            150 content/renderer/pepper/npapi_glue.cc NPIdentifier PPVarToNPIdentifier(PP_Var var) {
PP_Var            165 content/renderer/pepper/npapi_glue.cc PP_Var NPIdentifierToPPVar(NPIdentifier id) {
PP_Var            176 content/renderer/pepper/npapi_glue.cc PP_Var NPObjectToPPVar(PepperPluginInstanceImpl* instance, NPObject* object) {
PP_Var            191 content/renderer/pepper/npapi_glue.cc PP_Var NPObjectToPPVarForTest(PepperPluginInstanceImpl* instance,
PP_Var            194 content/renderer/pepper/npapi_glue.cc   PP_Var result = PP_MakeUndefined();
PP_Var            229 content/renderer/pepper/npapi_glue.cc bool PPResultAndExceptionToNPResult::SetResult(PP_Var result) {
PP_Var            293 content/renderer/pepper/npapi_glue.cc     array_.reset(new PP_Var[size_]);
PP_Var            337 content/renderer/pepper/npapi_glue.cc TryCatch::TryCatch(PP_Var* exception)
PP_Var             31 content/renderer/pepper/npapi_glue.h bool PPVarToNPVariant(PP_Var var, NPVariant* result);
PP_Var             40 content/renderer/pepper/npapi_glue.h PP_Var NPVariantToPPVar(PepperPluginInstanceImpl* instance,
PP_Var             46 content/renderer/pepper/npapi_glue.h NPIdentifier PPVarToNPIdentifier(PP_Var var);
PP_Var             50 content/renderer/pepper/npapi_glue.h PP_Var NPIdentifierToPPVar(NPIdentifier id);
PP_Var             67 content/renderer/pepper/npapi_glue.h CONTENT_EXPORT PP_Var NPObjectToPPVar(PepperPluginInstanceImpl* instance,
PP_Var             73 content/renderer/pepper/npapi_glue.h CONTENT_EXPORT PP_Var NPObjectToPPVarForTest(PepperPluginInstanceImpl* instance,
PP_Var            111 content/renderer/pepper/npapi_glue.h   PP_Var* exception() { return &exception_; }
PP_Var            122 content/renderer/pepper/npapi_glue.h   bool SetResult(PP_Var result);
PP_Var            141 content/renderer/pepper/npapi_glue.h   PP_Var exception_;  // Exception set by the PPAPI call. We own a ref to it.
PP_Var            160 content/renderer/pepper/npapi_glue.h   PP_Var* array() { return array_.get(); }
PP_Var            164 content/renderer/pepper/npapi_glue.h   scoped_ptr<PP_Var[]> array_;
PP_Var            178 content/renderer/pepper/npapi_glue.h   PP_Var var() const { return var_; }
PP_Var            181 content/renderer/pepper/npapi_glue.h   const PP_Var var_;
PP_Var            220 content/renderer/pepper/npapi_glue.h   PP_Var identifier() const { return identifier_; }
PP_Var            224 content/renderer/pepper/npapi_glue.h   PP_Var identifier_;
PP_Var            238 content/renderer/pepper/npapi_glue.h   TryCatch(PP_Var* exception);
PP_Var            259 content/renderer/pepper/npapi_glue.h   PP_Var* exception_;
PP_Var             48 content/renderer/pepper/npobject_var.cc scoped_refptr<NPObjectVar> NPObjectVar::FromPPVar(PP_Var var) {
PP_Var             54 content/renderer/pepper/npobject_var.h   CONTENT_EXPORT static scoped_refptr<NPObjectVar> FromPPVar(PP_Var var);
PP_Var             70 content/renderer/pepper/pepper_in_process_resource_creation.cc     const PP_Var& accept_types) {
PP_Var             50 content/renderer/pepper/pepper_in_process_resource_creation.h       const PP_Var& accept_types) OVERRIDE;
PP_Var           1106 content/renderer/pepper/pepper_plugin_instance_impl.cc void PepperPluginInstanceImpl::HandleMessage(PP_Var message) {
PP_Var           1115 content/renderer/pepper/pepper_plugin_instance_impl.cc PP_Var PepperPluginInstanceImpl::GetInstanceObject() {
PP_Var           1304 content/renderer/pepper/pepper_plugin_instance_impl.cc   PP_Var rv = plugin_selection_interface_->GetSelectedText(pp_instance(),
PP_Var           1329 content/renderer/pepper/pepper_plugin_instance_impl.cc   PP_Var rv = plugin_pdf_interface_->GetLinkAtPosition(pp_instance(), p);
PP_Var           2251 content/renderer/pepper/pepper_plugin_instance_impl.cc PP_Var PepperPluginInstanceImpl::GetWindowObject(PP_Instance instance) {
PP_Var           2262 content/renderer/pepper/pepper_plugin_instance_impl.cc PP_Var PepperPluginInstanceImpl::GetOwnerElementObject(PP_Instance instance) {
PP_Var           2268 content/renderer/pepper/pepper_plugin_instance_impl.cc PP_Var PepperPluginInstanceImpl::ExecuteScript(PP_Instance instance,
PP_Var           2269 content/renderer/pepper/pepper_plugin_instance_impl.cc                                                PP_Var script,
PP_Var           2270 content/renderer/pepper/pepper_plugin_instance_impl.cc                                                PP_Var* exception) {
PP_Var           2314 content/renderer/pepper/pepper_plugin_instance_impl.cc   PP_Var ret = NPVariantToPPVar(this, &result);
PP_Var           2331 content/renderer/pepper/pepper_plugin_instance_impl.cc PP_Var PepperPluginInstanceImpl::GetDefaultCharSet(PP_Instance instance) {
PP_Var           2344 content/renderer/pepper/pepper_plugin_instance_impl.cc                                               PP_Var web_session_id_var) {
PP_Var           2350 content/renderer/pepper/pepper_plugin_instance_impl.cc                                               PP_Var message_var,
PP_Var           2351 content/renderer/pepper/pepper_plugin_instance_impl.cc                                               PP_Var destination_url) {
PP_Var           2572 content/renderer/pepper/pepper_plugin_instance_impl.cc                                            PP_Var message) {
PP_Var           2704 content/renderer/pepper/pepper_plugin_instance_impl.cc PP_Var PepperPluginInstanceImpl::ResolveRelativeToDocument(
PP_Var           2706 content/renderer/pepper/pepper_plugin_instance_impl.cc     PP_Var relative,
PP_Var           2720 content/renderer/pepper/pepper_plugin_instance_impl.cc                                                      PP_Var url) {
PP_Var           2750 content/renderer/pepper/pepper_plugin_instance_impl.cc PP_Var PepperPluginInstanceImpl::GetDocumentURL(
PP_Var           2758 content/renderer/pepper/pepper_plugin_instance_impl.cc PP_Var PepperPluginInstanceImpl::GetPluginInstanceURL(
PP_Var           2765 content/renderer/pepper/pepper_plugin_instance_impl.cc PP_Var PepperPluginInstanceImpl::GetPluginReferrerURL(
PP_Var           3079 content/renderer/pepper/pepper_plugin_instance_impl.cc void PepperPluginInstanceImpl::SetEmbedProperty(PP_Var key,
PP_Var           3080 content/renderer/pepper/pepper_plugin_instance_impl.cc                                                 PP_Var value) {
PP_Var            190 content/renderer/pepper/pepper_plugin_instance_impl.h   PP_Var GetInstanceObject();
PP_Var            312 content/renderer/pepper/pepper_plugin_instance_impl.h   void HandleMessage(PP_Var message);
PP_Var            375 content/renderer/pepper/pepper_plugin_instance_impl.h   virtual void SetEmbedProperty(PP_Var key, PP_Var value) OVERRIDE;
PP_Var            385 content/renderer/pepper/pepper_plugin_instance_impl.h   virtual PP_Var GetWindowObject(PP_Instance instance) OVERRIDE;
PP_Var            386 content/renderer/pepper/pepper_plugin_instance_impl.h   virtual PP_Var GetOwnerElementObject(PP_Instance instance) OVERRIDE;
PP_Var            387 content/renderer/pepper/pepper_plugin_instance_impl.h   virtual PP_Var ExecuteScript(PP_Instance instance,
PP_Var            388 content/renderer/pepper/pepper_plugin_instance_impl.h                                PP_Var script,
PP_Var            389 content/renderer/pepper/pepper_plugin_instance_impl.h                                PP_Var* exception) OVERRIDE;
PP_Var            394 content/renderer/pepper/pepper_plugin_instance_impl.h   virtual PP_Var GetDefaultCharSet(PP_Instance instance) OVERRIDE;
PP_Var            421 content/renderer/pepper/pepper_plugin_instance_impl.h   virtual void PostMessage(PP_Instance instance, PP_Var message) OVERRIDE;
PP_Var            441 content/renderer/pepper/pepper_plugin_instance_impl.h   virtual PP_Var ResolveRelativeToDocument(
PP_Var            443 content/renderer/pepper/pepper_plugin_instance_impl.h       PP_Var relative,
PP_Var            445 content/renderer/pepper/pepper_plugin_instance_impl.h   virtual PP_Bool DocumentCanRequest(PP_Instance instance, PP_Var url) OVERRIDE;
PP_Var            448 content/renderer/pepper/pepper_plugin_instance_impl.h   virtual PP_Var GetDocumentURL(PP_Instance instance,
PP_Var            450 content/renderer/pepper/pepper_plugin_instance_impl.h   virtual PP_Var GetPluginInstanceURL(
PP_Var            453 content/renderer/pepper/pepper_plugin_instance_impl.h   virtual PP_Var GetPluginReferrerURL(
PP_Var            460 content/renderer/pepper/pepper_plugin_instance_impl.h                               PP_Var web_session_id_var) OVERRIDE;
PP_Var            463 content/renderer/pepper/pepper_plugin_instance_impl.h                               PP_Var message,
PP_Var            464 content/renderer/pepper/pepper_plugin_instance_impl.h                               PP_Var destination_url) OVERRIDE;
PP_Var            100 content/renderer/pepper/pepper_webplugin_impl.h   PP_Var instance_object_;
PP_Var            267 content/renderer/pepper/plugin_module.cc PP_Var GetDocumentURL(PP_Instance instance, PP_URLComponents_Dev* components) {
PP_Var            275 content/renderer/pepper/plugin_module.cc uint32_t GetLiveVars(PP_Var live_vars[], uint32_t array_size) {
PP_Var            276 content/renderer/pepper/plugin_module.cc   std::vector<PP_Var> vars =
PP_Var            148 content/renderer/pepper/plugin_object.cc   PP_Var value_var = NPVariantToPPVar(accessor.object()->instance(), value);
PP_Var            178 content/renderer/pepper/plugin_object.cc   PP_Var* properties = NULL;  // Must be freed!
PP_Var            290 content/renderer/pepper/plugin_object.cc PP_Var PluginObject::Create(PepperPluginInstanceImpl* instance,
PP_Var            309 content/renderer/pepper/plugin_object.cc   PP_Var obj_var(NPObjectToPPVar(instance, wrapper));
PP_Var             12 content/renderer/pepper/plugin_object.h struct PP_Var;
PP_Var             31 content/renderer/pepper/plugin_object.h   static PP_Var Create(PepperPluginInstanceImpl* instance,
PP_Var             54 content/renderer/pepper/ppb_var_deprecated_impl.cc bool PPVarToNPVariantNoCopy(PP_Var var, NPVariant* result) {
PP_Var            111 content/renderer/pepper/ppb_var_deprecated_impl.cc   ObjectAccessorTryCatch(PP_Var object, PP_Var* exception)
PP_Var            145 content/renderer/pepper/ppb_var_deprecated_impl.cc   ObjectAccessorWithIdentifierTryCatch(PP_Var object,
PP_Var            146 content/renderer/pepper/ppb_var_deprecated_impl.cc                                        PP_Var identifier,
PP_Var            147 content/renderer/pepper/ppb_var_deprecated_impl.cc                                        PP_Var* exception)
PP_Var            165 content/renderer/pepper/ppb_var_deprecated_impl.cc PP_Bool HasProperty(PP_Var var,
PP_Var            166 content/renderer/pepper/ppb_var_deprecated_impl.cc                     PP_Var name,
PP_Var            167 content/renderer/pepper/ppb_var_deprecated_impl.cc                     PP_Var* exception) {
PP_Var            176 content/renderer/pepper/ppb_var_deprecated_impl.cc bool HasPropertyDeprecated(PP_Var var,
PP_Var            177 content/renderer/pepper/ppb_var_deprecated_impl.cc                            PP_Var name,
PP_Var            178 content/renderer/pepper/ppb_var_deprecated_impl.cc                            PP_Var* exception) {
PP_Var            182 content/renderer/pepper/ppb_var_deprecated_impl.cc bool HasMethodDeprecated(PP_Var var,
PP_Var            183 content/renderer/pepper/ppb_var_deprecated_impl.cc                          PP_Var name,
PP_Var            184 content/renderer/pepper/ppb_var_deprecated_impl.cc                          PP_Var* exception) {
PP_Var            192 content/renderer/pepper/ppb_var_deprecated_impl.cc PP_Var GetProperty(PP_Var var,
PP_Var            193 content/renderer/pepper/ppb_var_deprecated_impl.cc                    PP_Var name,
PP_Var            194 content/renderer/pepper/ppb_var_deprecated_impl.cc                    PP_Var* exception) {
PP_Var            207 content/renderer/pepper/ppb_var_deprecated_impl.cc   PP_Var ret = NPVariantToPPVar(accessor.GetPluginInstance(), &result);
PP_Var            212 content/renderer/pepper/ppb_var_deprecated_impl.cc void EnumerateProperties(PP_Var var,
PP_Var            214 content/renderer/pepper/ppb_var_deprecated_impl.cc                          PP_Var** properties,
PP_Var            215 content/renderer/pepper/ppb_var_deprecated_impl.cc                          PP_Var* exception) {
PP_Var            235 content/renderer/pepper/ppb_var_deprecated_impl.cc   *properties = static_cast<PP_Var*>(malloc(sizeof(PP_Var) * count));
PP_Var            242 content/renderer/pepper/ppb_var_deprecated_impl.cc void SetPropertyDeprecated(PP_Var var,
PP_Var            243 content/renderer/pepper/ppb_var_deprecated_impl.cc                            PP_Var name,
PP_Var            244 content/renderer/pepper/ppb_var_deprecated_impl.cc                            PP_Var value,
PP_Var            245 content/renderer/pepper/ppb_var_deprecated_impl.cc                            PP_Var* exception) {
PP_Var            260 content/renderer/pepper/ppb_var_deprecated_impl.cc void DeletePropertyDeprecated(PP_Var var,
PP_Var            261 content/renderer/pepper/ppb_var_deprecated_impl.cc                               PP_Var name,
PP_Var            262 content/renderer/pepper/ppb_var_deprecated_impl.cc                               PP_Var* exception) {
PP_Var            272 content/renderer/pepper/ppb_var_deprecated_impl.cc PP_Var InternalCallDeprecated(ObjectAccessorTryCatch* accessor,
PP_Var            273 content/renderer/pepper/ppb_var_deprecated_impl.cc                               PP_Var method_name,
PP_Var            275 content/renderer/pepper/ppb_var_deprecated_impl.cc                               PP_Var* argv,
PP_Var            276 content/renderer/pepper/ppb_var_deprecated_impl.cc                               PP_Var* exception) {
PP_Var            321 content/renderer/pepper/ppb_var_deprecated_impl.cc   PP_Var ret = NPVariantToPPVar(accessor->GetPluginInstance(), &result);
PP_Var            326 content/renderer/pepper/ppb_var_deprecated_impl.cc PP_Var CallDeprecated(PP_Var var,
PP_Var            327 content/renderer/pepper/ppb_var_deprecated_impl.cc                       PP_Var method_name,
PP_Var            329 content/renderer/pepper/ppb_var_deprecated_impl.cc                       PP_Var* argv,
PP_Var            330 content/renderer/pepper/ppb_var_deprecated_impl.cc                       PP_Var* exception) {
PP_Var            344 content/renderer/pepper/ppb_var_deprecated_impl.cc PP_Var Construct(PP_Var var,
PP_Var            346 content/renderer/pepper/ppb_var_deprecated_impl.cc                  PP_Var* argv,
PP_Var            347 content/renderer/pepper/ppb_var_deprecated_impl.cc                  PP_Var* exception) {
PP_Var            372 content/renderer/pepper/ppb_var_deprecated_impl.cc   PP_Var ret = NPVariantToPPVar(accessor.GetPluginInstance(), &result);
PP_Var            377 content/renderer/pepper/ppb_var_deprecated_impl.cc bool IsInstanceOfDeprecated(PP_Var var,
PP_Var            388 content/renderer/pepper/ppb_var_deprecated_impl.cc PP_Var CreateObjectDeprecated(PP_Instance pp_instance,
PP_Var            400 content/renderer/pepper/ppb_var_deprecated_impl.cc PP_Var CreateObjectWithModuleDeprecated(PP_Module pp_module,
PP_Var            201 content/renderer/pepper/resource_converter.cc                                         PP_Var* result,
PP_Var            261 content/renderer/pepper/resource_converter.cc bool ResourceConverterImpl::ToV8Value(const PP_Var& var,
PP_Var             47 content/renderer/pepper/resource_converter.h                            PP_Var* result,
PP_Var             53 content/renderer/pepper/resource_converter.h   virtual bool ToV8Value(const PP_Var& var,
PP_Var             67 content/renderer/pepper/resource_converter.h                            PP_Var* result,
PP_Var             69 content/renderer/pepper/resource_converter.h   virtual bool ToV8Value(const PP_Var& var,
PP_Var            145 content/renderer/pepper/resource_creation_impl.cc     struct PP_Var text,
PP_Var            162 content/renderer/pepper/resource_creation_impl.cc     struct PP_Var character_text) {
PP_Var            163 content/renderer/pepper/resource_creation_impl.cc   PP_Var code = StringVar::StringToPPVar("");
PP_Var            175 content/renderer/pepper/resource_creation_impl.cc     struct PP_Var character_text,
PP_Var            176 content/renderer/pepper/resource_creation_impl.cc     struct PP_Var code) {
PP_Var             69 content/renderer/pepper/resource_creation_impl.h                                           struct PP_Var text,
PP_Var             81 content/renderer/pepper/resource_creation_impl.h       PP_Var character_text) OVERRIDE;
PP_Var             88 content/renderer/pepper/resource_creation_impl.h       PP_Var character_text,
PP_Var             89 content/renderer/pepper/resource_creation_impl.h       PP_Var code) OVERRIDE;
PP_Var             86 content/renderer/pepper/v8_var_converter.cc                         const PP_Var& var,
PP_Var            184 content/renderer/pepper/v8_var_converter.cc                     PP_Var* result,
PP_Var            254 content/renderer/pepper/v8_var_converter.cc bool CanHaveChildren(PP_Var var) {
PP_Var            286 content/renderer/pepper/v8_var_converter.cc bool V8VarConverter::ToV8Value(const PP_Var& var,
PP_Var            296 content/renderer/pepper/v8_var_converter.cc   std::stack<StackEntry<PP_Var> > stack;
PP_Var            297 content/renderer/pepper/v8_var_converter.cc   stack.push(StackEntry<PP_Var>(var));
PP_Var            302 content/renderer/pepper/v8_var_converter.cc     const PP_Var& current_var = stack.top().val;
PP_Var            338 content/renderer/pepper/v8_var_converter.cc         const PP_Var& child_var = array_var->elements()[i].get();
PP_Var            369 content/renderer/pepper/v8_var_converter.cc         const PP_Var& child_var = iter->second.get();
PP_Var            414 content/renderer/pepper/v8_var_converter.cc     PP_Var current_var;
PP_Var            465 content/renderer/pepper/v8_var_converter.cc         PP_Var child_var;
PP_Var            518 content/renderer/pepper/v8_var_converter.cc         PP_Var child_var;
PP_Var             36 content/renderer/pepper/v8_var_converter.h   bool ToV8Value(const PP_Var& var,
PP_Var             54 content/renderer/pepper/v8_var_converter_unittest.cc                            PP_Var* result,
PP_Var             59 content/renderer/pepper/v8_var_converter_unittest.cc   virtual bool ToV8Value(const PP_Var& var,
PP_Var             69 content/renderer/pepper/v8_var_converter_unittest.cc bool Equals(const PP_Var& var,
PP_Var            151 content/renderer/pepper/v8_var_converter_unittest.cc bool Equals(const PP_Var& var,
PP_Var            185 content/renderer/pepper/v8_var_converter_unittest.cc                        PP_Var* result) {
PP_Var            207 content/renderer/pepper/v8_var_converter_unittest.cc   bool RoundTrip(const PP_Var& var, PP_Var* result) {
PP_Var            223 content/renderer/pepper/v8_var_converter_unittest.cc   bool RoundTripAndCompare(const PP_Var& var) {
PP_Var            225 content/renderer/pepper/v8_var_converter_unittest.cc     PP_Var actual_var;
PP_Var            242 content/renderer/pepper/v8_var_converter_unittest.cc   PP_Var conversion_result_;
PP_Var            376 content/renderer/pepper/v8_var_converter_unittest.cc     PP_Var var_result;
PP_Var            426 content/renderer/pepper/v8_var_converter_unittest.cc     PP_Var actual;
PP_Var            113 mojo/examples/pepper_container_app/plugin_instance.cc PP_Var PluginInstance::GetWindowObject(PP_Instance instance) {
PP_Var            118 mojo/examples/pepper_container_app/plugin_instance.cc PP_Var PluginInstance::GetOwnerElementObject(PP_Instance instance) {
PP_Var            123 mojo/examples/pepper_container_app/plugin_instance.cc PP_Var PluginInstance::ExecuteScript(PP_Instance instance,
PP_Var            124 mojo/examples/pepper_container_app/plugin_instance.cc                                      PP_Var script,
PP_Var            125 mojo/examples/pepper_container_app/plugin_instance.cc                                      PP_Var* exception) {
PP_Var            142 mojo/examples/pepper_container_app/plugin_instance.cc PP_Var PluginInstance::GetDefaultCharSet(PP_Instance instance) {
PP_Var            149 mojo/examples/pepper_container_app/plugin_instance.cc                          PP_Var value) {
PP_Var            155 mojo/examples/pepper_container_app/plugin_instance.cc                                    PP_Var source,
PP_Var            156 mojo/examples/pepper_container_app/plugin_instance.cc                                    PP_Var value) {
PP_Var            221 mojo/examples/pepper_container_app/plugin_instance.cc void PluginInstance::PostMessage(PP_Instance instance, PP_Var message) {
PP_Var            280 mojo/examples/pepper_container_app/plugin_instance.cc PP_Var PluginInstance::GetDocumentURL(PP_Instance instance,
PP_Var            288 mojo/examples/pepper_container_app/plugin_instance.cc                                     PP_Var web_session_id) {
PP_Var            294 mojo/examples/pepper_container_app/plugin_instance.cc                                     PP_Var message,
PP_Var            295 mojo/examples/pepper_container_app/plugin_instance.cc                                     PP_Var destination_url) {
PP_Var            352 mojo/examples/pepper_container_app/plugin_instance.cc PP_Var PluginInstance::ResolveRelativeToDocument(
PP_Var            354 mojo/examples/pepper_container_app/plugin_instance.cc     PP_Var relative,
PP_Var            360 mojo/examples/pepper_container_app/plugin_instance.cc PP_Bool PluginInstance::DocumentCanRequest(PP_Instance instance, PP_Var url) {
PP_Var            371 mojo/examples/pepper_container_app/plugin_instance.cc PP_Var PluginInstance::GetPluginInstanceURL(PP_Instance instance,
PP_Var            377 mojo/examples/pepper_container_app/plugin_instance.cc PP_Var PluginInstance::GetPluginReferrerURL(PP_Instance instance,
PP_Var             46 mojo/examples/pepper_container_app/plugin_instance.h   virtual PP_Var GetWindowObject(PP_Instance instance) OVERRIDE;
PP_Var             47 mojo/examples/pepper_container_app/plugin_instance.h   virtual PP_Var GetOwnerElementObject(PP_Instance instance) OVERRIDE;
PP_Var             48 mojo/examples/pepper_container_app/plugin_instance.h   virtual PP_Var ExecuteScript(PP_Instance instance,
PP_Var             49 mojo/examples/pepper_container_app/plugin_instance.h                                PP_Var script,
PP_Var             50 mojo/examples/pepper_container_app/plugin_instance.h                                PP_Var* exception) OVERRIDE;
PP_Var             55 mojo/examples/pepper_container_app/plugin_instance.h   virtual PP_Var GetDefaultCharSet(PP_Instance instance) OVERRIDE;
PP_Var             58 mojo/examples/pepper_container_app/plugin_instance.h                    PP_Var value) OVERRIDE;
PP_Var             61 mojo/examples/pepper_container_app/plugin_instance.h                              PP_Var source,
PP_Var             62 mojo/examples/pepper_container_app/plugin_instance.h                              PP_Var value) OVERRIDE;
PP_Var             84 mojo/examples/pepper_container_app/plugin_instance.h   virtual void PostMessage(PP_Instance instance, PP_Var message) OVERRIDE;
PP_Var            108 mojo/examples/pepper_container_app/plugin_instance.h   virtual PP_Var GetDocumentURL(PP_Instance instance,
PP_Var            112 mojo/examples/pepper_container_app/plugin_instance.h                               PP_Var web_session_id) OVERRIDE;
PP_Var            115 mojo/examples/pepper_container_app/plugin_instance.h                               PP_Var message,
PP_Var            116 mojo/examples/pepper_container_app/plugin_instance.h                               PP_Var destination_url) OVERRIDE;
PP_Var            144 mojo/examples/pepper_container_app/plugin_instance.h   virtual PP_Var ResolveRelativeToDocument(
PP_Var            146 mojo/examples/pepper_container_app/plugin_instance.h       PP_Var relative,
PP_Var            148 mojo/examples/pepper_container_app/plugin_instance.h   virtual PP_Bool DocumentCanRequest(PP_Instance instance, PP_Var url) OVERRIDE;
PP_Var            151 mojo/examples/pepper_container_app/plugin_instance.h   virtual PP_Var GetPluginInstanceURL(
PP_Var            154 mojo/examples/pepper_container_app/plugin_instance.h   virtual PP_Var GetPluginReferrerURL(
PP_Var             40 mojo/examples/pepper_container_app/resource_creation_impl.cc     struct PP_Var text,
PP_Var             56 mojo/examples/pepper_container_app/resource_creation_impl.cc     struct PP_Var character_text) {
PP_Var             67 mojo/examples/pepper_container_app/resource_creation_impl.cc     struct PP_Var character_text,
PP_Var             68 mojo/examples/pepper_container_app/resource_creation_impl.cc     struct PP_Var code) {
PP_Var            158 mojo/examples/pepper_container_app/resource_creation_impl.cc     const PP_Var& accept_types) {
PP_Var             31 mojo/examples/pepper_container_app/resource_creation_impl.h                                           struct PP_Var text,
PP_Var             43 mojo/examples/pepper_container_app/resource_creation_impl.h       PP_Var character_text) OVERRIDE;
PP_Var             50 mojo/examples/pepper_container_app/resource_creation_impl.h       PP_Var character_text,
PP_Var             51 mojo/examples/pepper_container_app/resource_creation_impl.h       PP_Var code) OVERRIDE;
PP_Var             93 mojo/examples/pepper_container_app/resource_creation_impl.h                                         const PP_Var& accept_types) OVERRIDE;
PP_Var             77 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c struct PP_Var CStrToVar(const char* str) {
PP_Var            127 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c struct PP_Var PrintfToVar(const char* format, ...) {
PP_Var            131 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c     struct PP_Var var;
PP_Var            153 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c uint32_t VarToCStr(struct PP_Var var, char* buffer, uint32_t length) {
PP_Var            266 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c     struct PP_Var var;
PP_Var            346 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c                                     struct PP_Var message) {
PP_Var            350 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c     struct PP_Var var;
PP_Var             11 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.h struct PP_Var CStrToVar(const char* str);
PP_Var             14 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.h struct PP_Var PrintfToVar(const char* format, ...);
PP_Var             15 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.h uint32_t VarToCStr(struct PP_Var var, char* buffer, uint32_t length);
PP_Var             94 native_client_sdk/src/examples/demo/pi_generator/pi_generator.cc     PP_Var var = PP_MakeDouble(g_pi);
PP_Var             80 native_client_sdk/src/examples/tutorial/debugging/debugging.c     struct PP_Var var = ppb_var_interface->VarFromUtf8(str, strlen(str));
PP_Var            137 native_client_sdk/src/examples/tutorial/debugging/debugging.c                                     struct PP_Var message) {
PP_Var            183 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc   struct PP_Var val = var_intr->VarFromUtf8(var_data, len);
PP_Var             39 native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.cc   PP_Var buffer = buffer_iface->Create(count);
PP_Var             44 native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.cc   PP_Var string = var_iface->VarFromUtf8(name_.c_str(), name_.size());
PP_Var             47 native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.cc   PP_Var array = array_iface->Create();
PP_Var            330 native_client_sdk/src/libraries/nacl_io/host_resolver.cc     PP_Var name_var = resolver_iface->GetCanonicalName(resolver);
PP_Var            112 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc     PP_Var file_name_var = filesystem_->ppapi()->GetFileRefInterface()->GetName(
PP_Var            324 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc   PP_Var statuscode = response_interface->GetProperty(
PP_Var            338 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc   PP_Var response_headers_var = response_interface->GetProperty(
PP_Var             25 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h   METHOD3(ConsoleInterface, void, Log, PP_Instance, PP_LogLevel, PP_Var)
PP_Var             57 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h   METHOD1(FileRefInterface, PP_Var, GetName, PP_Resource)
PP_Var             93 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h   METHOD2(MessagingInterface, void, PostMessage, PP_Instance, PP_Var)
PP_Var             99 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h   METHOD0(VarArrayInterface, PP_Var, Create)
PP_Var            100 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h   METHOD2(VarArrayInterface, PP_Var, Get, PP_Var, uint32_t)
PP_Var            101 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h   METHOD3(VarArrayInterface, PP_Bool, Set, PP_Var, uint32_t, PP_Var)
PP_Var            102 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h   METHOD1(VarArrayInterface, uint32_t, GetLength, PP_Var)
PP_Var            103 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h   METHOD2(VarArrayInterface, PP_Bool, SetLength, PP_Var, uint32_t)
PP_Var            109 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h   METHOD1(VarArrayBufferInterface, PP_Var, Create, uint32_t)
PP_Var            110 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h   METHOD2(VarArrayBufferInterface, PP_Bool, ByteLength, PP_Var, uint32_t*)
PP_Var            111 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h   METHOD1(VarArrayBufferInterface, void*, Map, PP_Var)
PP_Var            112 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h   METHOD1(VarArrayBufferInterface, void, Unmap, PP_Var)
PP_Var            117 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h   METHOD1(VarInterface, void, AddRef, PP_Var)
PP_Var            118 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h   METHOD1(VarInterface, void, Release, PP_Var)
PP_Var            119 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h   METHOD2(VarInterface, PP_Var, VarFromUtf8, const char *, uint32_t)
PP_Var            120 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h   METHOD2(VarInterface, const char*, VarToUtf8, PP_Var, uint32_t*)
PP_Var            130 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h   METHOD1(HostResolverInterface, PP_Var, GetCanonicalName, PP_Resource)
PP_Var            149 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h   METHOD2(NetAddressInterface, PP_Var, DescribeAsString, PP_Resource, PP_Bool)
PP_Var            169 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h           PP_URLRequestProperty, PP_Var)
PP_Var            175 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h   METHOD2(URLResponseInfoInterface, PP_Var, GetProperty, PP_Resource,
PP_Var            200 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h           PP_TCPSocket_Option, PP_Var, PP_CompletionCallback)
PP_Var            217 native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h           PP_UDPSocket_Option, PP_Var, PP_CompletionCallback)
PP_Var             21 native_client_sdk/src/libraries/ppapi_simple/ps_event.cc void PSEventPostVar(PSEventType type, struct PP_Var var) {
PP_Var             69 native_client_sdk/src/libraries/ppapi_simple/ps_event.h     struct PP_Var as_var;
PP_Var             88 native_client_sdk/src/libraries/ppapi_simple/ps_event.h void PSEventPostVar(PSEventType type, struct PP_Var var);
PP_Var            481 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc void PSInstance::PostEvent(PSEventType type, const PP_Var& var) {
PP_Var             78 native_client_sdk/src/libraries/ppapi_simple/ps_instance.h   void PostEvent(PSEventType type, const PP_Var& var);
PP_Var             65 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_host_resolver_interface.cc PP_Var FakeHostResolverInterface::GetCanonicalName(PP_Resource resource) {
PP_Var             69 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_host_resolver_interface.cc     return PP_Var();
PP_Var             32 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_host_resolver_interface.h   virtual PP_Var GetCanonicalName(PP_Resource);
PP_Var             14 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_messaging_interface.cc   for (std::vector<PP_Var>::iterator it = messages.begin();
PP_Var             22 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_messaging_interface.cc                                          PP_Var message) {
PP_Var             25 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_messaging_interface.h   virtual void PostMessage(PP_Instance instance, PP_Var message);
PP_Var             27 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_messaging_interface.h   std::vector<PP_Var> messages;
PP_Var            110 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_net_address_interface.cc PP_Var FakeNetAddressInterface::DescribeAsString(PP_Resource, PP_Bool) {
PP_Var            113 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_net_address_interface.cc   return PP_Var();
PP_Var             26 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_net_address_interface.h   virtual PP_Var DescribeAsString(PP_Resource, PP_Bool);
PP_Var            492 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc PP_Var FakeFileRefInterface::GetName(PP_Resource file_ref) {
PP_Var            140 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.h   virtual PP_Var GetName(PP_Resource file_ref);
PP_Var            399 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc                                                  PP_Var value) {
PP_Var            471 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc PP_Var FakeURLResponseInfoInterface::GetProperty(
PP_Var            478 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc     return PP_Var();
PP_Var            495 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc       return PP_Var();
PP_Var             99 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.h                               PP_Var value);
PP_Var            113 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.h   virtual PP_Var GetProperty(PP_Resource response,
PP_Var             13 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_buffer_interface.cc struct PP_Var FakeVarArrayBufferInterface::Create(uint32_t size_in_bytes) {
PP_Var             19 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_buffer_interface.cc   struct PP_Var result = {PP_VARTYPE_ARRAY_BUFFER, 0, {PP_FALSE}};
PP_Var             24 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_buffer_interface.cc PP_Bool FakeVarArrayBufferInterface::ByteLength(struct PP_Var var,
PP_Var             33 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_buffer_interface.cc void* FakeVarArrayBufferInterface::Map(struct PP_Var var) {
PP_Var             40 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_buffer_interface.cc void FakeVarArrayBufferInterface::Unmap(struct PP_Var var) {
PP_Var             22 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_buffer_interface.h   virtual struct PP_Var Create(uint32_t size_in_bytes);
PP_Var             23 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_buffer_interface.h   virtual PP_Bool ByteLength(struct PP_Var var, uint32_t* byte_length);
PP_Var             24 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_buffer_interface.h   virtual void* Map(struct PP_Var var);
PP_Var             25 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_buffer_interface.h   virtual void Unmap(struct PP_Var var);
PP_Var             14 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.cc PP_Var FakeVarArrayInterface::Create() {
PP_Var             18 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.cc   struct PP_Var result = {PP_VARTYPE_ARRAY, 0, {PP_FALSE}};
PP_Var             23 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.cc PP_Var FakeVarArrayInterface::Get(PP_Var var, uint32_t index) {
PP_Var             32 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.cc   PP_Var result = data->array_value[index];
PP_Var             37 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.cc PP_Bool FakeVarArrayInterface::Set(PP_Var var, uint32_t index, PP_Var value) {
PP_Var             50 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.cc uint32_t FakeVarArrayInterface::GetLength(PP_Var var) {
PP_Var             57 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.cc PP_Bool FakeVarArrayInterface::SetLength(PP_Var var, uint32_t length) {
PP_Var             22 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.h   virtual PP_Var Create();
PP_Var             23 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.h   virtual PP_Var Get(PP_Var array, uint32_t index);
PP_Var             24 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.h   virtual PP_Bool Set(PP_Var array, uint32_t index, PP_Var value);
PP_Var             25 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.h   virtual uint32_t GetLength(PP_Var array);
PP_Var             26 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_array_interface.h   virtual PP_Bool SetLength(PP_Var array, uint32_t length);
PP_Var             12 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_interface.cc PP_Var FakeVarInterface::VarFromUtf8(const char* data, uint32_t len) {
PP_Var             17 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_interface.cc   struct PP_Var result = {PP_VARTYPE_STRING, 0, {PP_FALSE}};
PP_Var             22 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_interface.cc void FakeVarInterface::AddRef(PP_Var var) {
PP_Var             26 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_interface.cc void FakeVarInterface::Release(PP_Var var) {
PP_Var             30 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_interface.cc const char* FakeVarInterface::VarToUtf8(PP_Var var, uint32_t* out_len) {
PP_Var             19 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_interface.h   virtual void AddRef(PP_Var var);
PP_Var             20 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_interface.h   virtual void Release(PP_Var var);
PP_Var             21 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_interface.h   virtual PP_Var VarFromUtf8(const char* data, uint32_t len);
PP_Var             22 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_interface.h   virtual const char* VarToUtf8(PP_Var var, uint32_t* out_len);
PP_Var             30 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.cc void FakeVarManager::AddRef(PP_Var var) {
PP_Var             77 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.cc       std::vector<PP_Var>& vector = var_data->array_value;
PP_Var             78 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.cc       for (std::vector<PP_Var>::iterator it = vector.begin();
PP_Var             94 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.cc FakeVarData* FakeVarManager::GetVarData(PP_Var var) {
PP_Var            101 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.cc void FakeVarManager::Release(PP_Var var) {
PP_Var             20 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.h   std::vector<PP_Var> array_value;
PP_Var             32 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.h   void AddRef(PP_Var var);
PP_Var             33 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.h   void Release(PP_Var var);
PP_Var             35 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_var_manager.h   FakeVarData* GetVarData(PP_Var var);
PP_Var            109 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc   PP_Var array = iface->messages[0];
PP_Var            115 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc   PP_Var item0 = array_iface->Get(array, 0);
PP_Var            116 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc   PP_Var item1 = array_iface->Get(array, 1);
PP_Var            151 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc   PP_Var array = iface->messages[0];
PP_Var            157 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc   PP_Var item0 = array_iface->Get(array, 0);
PP_Var            158 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc   PP_Var item1 = array_iface->Get(array, 1);
PP_Var             38 ppapi/c/dev/ppb_alarms_dev.h   struct PP_Var name;
PP_Var            136 ppapi/c/dev/ppb_alarms_dev.h                  struct PP_Var name,
PP_Var            152 ppapi/c/dev/ppb_alarms_dev.h                  struct PP_Var name,
PP_Var            179 ppapi/c/dev/ppb_alarms_dev.h   void (*Clear)(PP_Instance instance, struct PP_Var name);
PP_Var             80 ppapi/c/dev/ppb_char_set_dev.h   struct PP_Var (*GetDefaultCharSet)(PP_Instance instance);
PP_Var             99 ppapi/c/dev/ppb_device_ref_dev.h   struct PP_Var (*GetName)(PP_Resource device_ref);
PP_Var             81 ppapi/c/dev/ppb_file_chooser_dev.h                         struct PP_Var accept_types);
PP_Var            132 ppapi/c/dev/ppb_file_chooser_dev.h                         struct PP_Var accept_types);
PP_Var             82 ppapi/c/dev/ppb_font_dev.h   struct PP_Var face;
PP_Var            141 ppapi/c/dev/ppb_font_dev.h   struct PP_Var text;
PP_Var            188 ppapi/c/dev/ppb_font_dev.h   struct PP_Var (*GetFontFamilies)(PP_Instance instance);
PP_Var             74 ppapi/c/dev/ppb_ime_input_event_dev.h                         struct PP_Var text,
PP_Var             98 ppapi/c/dev/ppb_ime_input_event_dev.h   struct PP_Var (*GetText)(PP_Resource ime_event);
PP_Var            157 ppapi/c/dev/ppb_ime_input_event_dev.h   struct PP_Var (*GetText)(PP_Resource ime_event);
PP_Var            138 ppapi/c/dev/ppb_truetype_font_dev.h   struct PP_Var family;
PP_Var            204 ppapi/c/dev/ppb_truetype_font_dev.h                               struct PP_Var family,
PP_Var             91 ppapi/c/dev/ppb_url_util_dev.h   struct PP_Var (*Canonicalize)(struct PP_Var url,
PP_Var            109 ppapi/c/dev/ppb_url_util_dev.h   struct PP_Var (*ResolveRelativeToURL)(
PP_Var            110 ppapi/c/dev/ppb_url_util_dev.h       struct PP_Var base_url,
PP_Var            111 ppapi/c/dev/ppb_url_util_dev.h       struct PP_Var relative_string,
PP_Var            122 ppapi/c/dev/ppb_url_util_dev.h   struct PP_Var (*ResolveRelativeToDocument)(
PP_Var            124 ppapi/c/dev/ppb_url_util_dev.h       struct PP_Var relative_string,
PP_Var            130 ppapi/c/dev/ppb_url_util_dev.h   PP_Bool (*IsSameSecurityOrigin)(struct PP_Var url_a, struct PP_Var url_b);
PP_Var            136 ppapi/c/dev/ppb_url_util_dev.h   PP_Bool (*DocumentCanRequest)(PP_Instance instance, struct PP_Var url);
PP_Var            152 ppapi/c/dev/ppb_url_util_dev.h   struct PP_Var (*GetDocumentURL)(PP_Instance instance,
PP_Var            164 ppapi/c/dev/ppb_url_util_dev.h   struct PP_Var (*GetPluginInstanceURL)(
PP_Var            175 ppapi/c/dev/ppb_url_util_dev.h   struct PP_Var (*GetPluginReferrerURL)(
PP_Var            183 ppapi/c/dev/ppb_url_util_dev.h   struct PP_Var (*Canonicalize)(struct PP_Var url,
PP_Var            185 ppapi/c/dev/ppb_url_util_dev.h   struct PP_Var (*ResolveRelativeToURL)(
PP_Var            186 ppapi/c/dev/ppb_url_util_dev.h       struct PP_Var base_url,
PP_Var            187 ppapi/c/dev/ppb_url_util_dev.h       struct PP_Var relative_string,
PP_Var            189 ppapi/c/dev/ppb_url_util_dev.h   struct PP_Var (*ResolveRelativeToDocument)(
PP_Var            191 ppapi/c/dev/ppb_url_util_dev.h       struct PP_Var relative_string,
PP_Var            193 ppapi/c/dev/ppb_url_util_dev.h   PP_Bool (*IsSameSecurityOrigin)(struct PP_Var url_a, struct PP_Var url_b);
PP_Var            194 ppapi/c/dev/ppb_url_util_dev.h   PP_Bool (*DocumentCanRequest)(PP_Instance instance, struct PP_Var url);
PP_Var            196 ppapi/c/dev/ppb_url_util_dev.h   struct PP_Var (*GetDocumentURL)(PP_Instance instance,
PP_Var            198 ppapi/c/dev/ppb_url_util_dev.h   struct PP_Var (*GetPluginInstanceURL)(
PP_Var             36 ppapi/c/dev/ppb_var_deprecated.h   void (*AddRef)(struct PP_Var var);
PP_Var             43 ppapi/c/dev/ppb_var_deprecated.h   void (*Release)(struct PP_Var var);
PP_Var             62 ppapi/c/dev/ppb_var_deprecated.h   struct PP_Var (*VarFromUtf8)(PP_Module module,
PP_Var             78 ppapi/c/dev/ppb_var_deprecated.h   const char* (*VarToUtf8)(struct PP_Var var, uint32_t* len);
PP_Var             90 ppapi/c/dev/ppb_var_deprecated.h   bool (*HasProperty)(struct PP_Var object,
PP_Var             91 ppapi/c/dev/ppb_var_deprecated.h                       struct PP_Var name,
PP_Var             92 ppapi/c/dev/ppb_var_deprecated.h                       struct PP_Var* exception);
PP_Var             98 ppapi/c/dev/ppb_var_deprecated.h   bool (*HasMethod)(struct PP_Var object,
PP_Var             99 ppapi/c/dev/ppb_var_deprecated.h                     struct PP_Var name,
PP_Var            100 ppapi/c/dev/ppb_var_deprecated.h                     struct PP_Var* exception);
PP_Var            106 ppapi/c/dev/ppb_var_deprecated.h   struct PP_Var (*GetProperty)(struct PP_Var object,
PP_Var            107 ppapi/c/dev/ppb_var_deprecated.h                                struct PP_Var name,
PP_Var            108 ppapi/c/dev/ppb_var_deprecated.h                                struct PP_Var* exception);
PP_Var            138 ppapi/c/dev/ppb_var_deprecated.h   void (*GetAllPropertyNames)(struct PP_Var object,
PP_Var            140 ppapi/c/dev/ppb_var_deprecated.h                               struct PP_Var** properties,
PP_Var            141 ppapi/c/dev/ppb_var_deprecated.h                               struct PP_Var* exception);
PP_Var            147 ppapi/c/dev/ppb_var_deprecated.h   void (*SetProperty)(struct PP_Var object,
PP_Var            148 ppapi/c/dev/ppb_var_deprecated.h                       struct PP_Var name,
PP_Var            149 ppapi/c/dev/ppb_var_deprecated.h                       struct PP_Var value,
PP_Var            150 ppapi/c/dev/ppb_var_deprecated.h                       struct PP_Var* exception);
PP_Var            157 ppapi/c/dev/ppb_var_deprecated.h   void (*RemoveProperty)(struct PP_Var object,
PP_Var            158 ppapi/c/dev/ppb_var_deprecated.h                          struct PP_Var name,
PP_Var            159 ppapi/c/dev/ppb_var_deprecated.h                          struct PP_Var* exception);
PP_Var            180 ppapi/c/dev/ppb_var_deprecated.h   struct PP_Var (*Call)(struct PP_Var object,
PP_Var            181 ppapi/c/dev/ppb_var_deprecated.h                         struct PP_Var method_name,
PP_Var            183 ppapi/c/dev/ppb_var_deprecated.h                         struct PP_Var* argv,
PP_Var            184 ppapi/c/dev/ppb_var_deprecated.h                         struct PP_Var* exception);
PP_Var            192 ppapi/c/dev/ppb_var_deprecated.h   struct PP_Var (*Construct)(struct PP_Var object,
PP_Var            194 ppapi/c/dev/ppb_var_deprecated.h                              struct PP_Var* argv,
PP_Var            195 ppapi/c/dev/ppb_var_deprecated.h                              struct PP_Var* exception);
PP_Var            202 ppapi/c/dev/ppb_var_deprecated.h   bool (*IsInstanceOf)(struct PP_Var var,
PP_Var            237 ppapi/c/dev/ppb_var_deprecated.h   struct PP_Var (*CreateObject)(PP_Instance instance,
PP_Var            243 ppapi/c/dev/ppb_var_deprecated.h   struct PP_Var (*CreateObjectWithModuleDeprecated)(
PP_Var             20 ppapi/c/dev/ppp_class_deprecated.h struct PP_Var;
PP_Var             45 ppapi/c/dev/ppp_class_deprecated.h                       struct PP_Var name,
PP_Var             46 ppapi/c/dev/ppp_class_deprecated.h                       struct PP_Var* exception);
PP_Var             55 ppapi/c/dev/ppp_class_deprecated.h                     struct PP_Var name,
PP_Var             56 ppapi/c/dev/ppp_class_deprecated.h                     struct PP_Var* exception);
PP_Var             65 ppapi/c/dev/ppp_class_deprecated.h   struct PP_Var (*GetProperty)(void* object,
PP_Var             66 ppapi/c/dev/ppp_class_deprecated.h                                struct PP_Var name,
PP_Var             67 ppapi/c/dev/ppp_class_deprecated.h                                struct PP_Var* exception);
PP_Var             85 ppapi/c/dev/ppp_class_deprecated.h                               struct PP_Var** properties,
PP_Var             86 ppapi/c/dev/ppp_class_deprecated.h                               struct PP_Var* exception);
PP_Var             93 ppapi/c/dev/ppp_class_deprecated.h                       struct PP_Var name,
PP_Var             94 ppapi/c/dev/ppp_class_deprecated.h                       struct PP_Var value,
PP_Var             95 ppapi/c/dev/ppp_class_deprecated.h                       struct PP_Var* exception);
PP_Var            102 ppapi/c/dev/ppp_class_deprecated.h                          struct PP_Var name,
PP_Var            103 ppapi/c/dev/ppp_class_deprecated.h                          struct PP_Var* exception);
PP_Var            111 ppapi/c/dev/ppp_class_deprecated.h   struct PP_Var (*Call)(void* object,
PP_Var            112 ppapi/c/dev/ppp_class_deprecated.h                         struct PP_Var method_name,
PP_Var            114 ppapi/c/dev/ppp_class_deprecated.h                         struct PP_Var* argv,
PP_Var            115 ppapi/c/dev/ppp_class_deprecated.h                         struct PP_Var* exception);
PP_Var            118 ppapi/c/dev/ppp_class_deprecated.h   struct PP_Var (*Construct)(void* object,
PP_Var            120 ppapi/c/dev/ppp_class_deprecated.h                              struct PP_Var* argv,
PP_Var            121 ppapi/c/dev/ppp_class_deprecated.h                              struct PP_Var* exception);
PP_Var             36 ppapi/c/dev/ppp_selection_dev.h   struct PP_Var (*GetSelectedText)(PP_Instance instance, PP_Bool html);
PP_Var             40 ppapi/c/extensions/dev/ppb_ext_socket_dev.h typedef struct PP_Var PP_Ext_Socket_SocketType_Dev;
PP_Var             45 ppapi/c/extensions/dev/ppb_ext_socket_dev.h typedef struct PP_Var PP_Ext_Socket_CreateOptions_Dev;
PP_Var             52 ppapi/c/extensions/dev/ppb_ext_socket_dev.h typedef struct PP_Var PP_Ext_Socket_CreateInfo_Dev;
PP_Var             60 ppapi/c/extensions/dev/ppb_ext_socket_dev.h typedef struct PP_Var PP_Ext_Socket_AcceptInfo_Dev;
PP_Var             68 ppapi/c/extensions/dev/ppb_ext_socket_dev.h typedef struct PP_Var PP_Ext_Socket_ReadInfo_Dev;
PP_Var             75 ppapi/c/extensions/dev/ppb_ext_socket_dev.h typedef struct PP_Var PP_Ext_Socket_WriteInfo_Dev;
PP_Var             86 ppapi/c/extensions/dev/ppb_ext_socket_dev.h typedef struct PP_Var PP_Ext_Socket_RecvFromInfo_Dev;
PP_Var            116 ppapi/c/extensions/dev/ppb_ext_socket_dev.h typedef struct PP_Var PP_Ext_Socket_SocketInfo_Dev;
PP_Var            126 ppapi/c/extensions/dev/ppb_ext_socket_dev.h typedef struct PP_Var PP_Ext_Socket_NetworkInterface_Dev;
PP_Var            132 ppapi/c/extensions/dev/ppb_ext_socket_dev.h typedef struct PP_Var PP_Ext_Socket_NetworkInterface_Dev_Array;
PP_Var            168 ppapi/c/extensions/dev/ppb_ext_socket_dev.h   void (*Destroy)(PP_Instance instance, struct PP_Var socket_id);
PP_Var            188 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                      struct PP_Var socket_id,
PP_Var            189 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                      struct PP_Var hostname,
PP_Var            190 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                      struct PP_Var port,
PP_Var            191 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                      struct PP_Var* result,
PP_Var            210 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                   struct PP_Var socket_id,
PP_Var            211 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                   struct PP_Var address,
PP_Var            212 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                   struct PP_Var port,
PP_Var            213 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                   struct PP_Var* result,
PP_Var            222 ppapi/c/extensions/dev/ppb_ext_socket_dev.h   void (*Disconnect)(PP_Instance instance, struct PP_Var socket_id);
PP_Var            237 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                   struct PP_Var socket_id,
PP_Var            238 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                   struct PP_Var buffer_size,
PP_Var            254 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                    struct PP_Var socket_id,
PP_Var            255 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                    struct PP_Var data,
PP_Var            272 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                       struct PP_Var socket_id,
PP_Var            273 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                       struct PP_Var buffer_size,
PP_Var            293 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var socket_id,
PP_Var            294 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var data,
PP_Var            295 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var address,
PP_Var            296 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var port,
PP_Var            320 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var socket_id,
PP_Var            321 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var address,
PP_Var            322 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var port,
PP_Var            323 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var backlog,
PP_Var            324 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var* result,
PP_Var            342 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var socket_id,
PP_Var            362 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                           struct PP_Var socket_id,
PP_Var            363 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                           struct PP_Var enable,
PP_Var            364 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                           struct PP_Var delay,
PP_Var            365 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                           struct PP_Var* result,
PP_Var            381 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                         struct PP_Var socket_id,
PP_Var            382 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                         struct PP_Var no_delay,
PP_Var            383 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                         struct PP_Var* result,
PP_Var            397 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                      struct PP_Var socket_id,
PP_Var            429 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                        struct PP_Var socket_id,
PP_Var            430 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                        struct PP_Var address,
PP_Var            431 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                        struct PP_Var* result,
PP_Var            453 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                         struct PP_Var socket_id,
PP_Var            454 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                         struct PP_Var address,
PP_Var            455 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                         struct PP_Var* result,
PP_Var            472 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                                     struct PP_Var socket_id,
PP_Var            473 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                                     struct PP_Var ttl,
PP_Var            474 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                                     struct PP_Var* result,
PP_Var            502 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                                       struct PP_Var socket_id,
PP_Var            503 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                                       struct PP_Var enabled,
PP_Var            504 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                                       struct PP_Var* result,
PP_Var            519 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                              struct PP_Var socket_id,
PP_Var            520 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                              struct PP_Var* groups,
PP_Var            532 ppapi/c/extensions/dev/ppb_ext_socket_dev.h   void (*Destroy)(PP_Instance instance, struct PP_Var socket_id);
PP_Var            534 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                      struct PP_Var socket_id,
PP_Var            535 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                      struct PP_Var hostname,
PP_Var            536 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                      struct PP_Var port,
PP_Var            537 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                      struct PP_Var* result,
PP_Var            540 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                   struct PP_Var socket_id,
PP_Var            541 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                   struct PP_Var address,
PP_Var            542 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                   struct PP_Var port,
PP_Var            543 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                   struct PP_Var* result,
PP_Var            545 ppapi/c/extensions/dev/ppb_ext_socket_dev.h   void (*Disconnect)(PP_Instance instance, struct PP_Var socket_id);
PP_Var            547 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                   struct PP_Var socket_id,
PP_Var            548 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                   struct PP_Var buffer_size,
PP_Var            552 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                    struct PP_Var socket_id,
PP_Var            553 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                    struct PP_Var data,
PP_Var            557 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                       struct PP_Var socket_id,
PP_Var            558 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                       struct PP_Var buffer_size,
PP_Var            562 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var socket_id,
PP_Var            563 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var data,
PP_Var            564 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var address,
PP_Var            565 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var port,
PP_Var            569 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var socket_id,
PP_Var            570 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var address,
PP_Var            571 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var port,
PP_Var            572 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var backlog,
PP_Var            573 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var* result,
PP_Var            576 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var socket_id,
PP_Var            580 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                           struct PP_Var socket_id,
PP_Var            581 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                           struct PP_Var enable,
PP_Var            582 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                           struct PP_Var delay,
PP_Var            583 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                           struct PP_Var* result,
PP_Var            586 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                         struct PP_Var socket_id,
PP_Var            587 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                         struct PP_Var no_delay,
PP_Var            588 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                         struct PP_Var* result,
PP_Var            591 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                      struct PP_Var socket_id,
PP_Var            171 ppapi/c/pp_var.h PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_Var, 16);
PP_Var            187 ppapi/c/pp_var.h PP_INLINE struct PP_Var PP_MakeUndefined(void) {
PP_Var            188 ppapi/c/pp_var.h   struct PP_Var result = { PP_VARTYPE_UNDEFINED, 0, {PP_FALSE} };
PP_Var            198 ppapi/c/pp_var.h PP_INLINE struct PP_Var PP_MakeNull(void) {
PP_Var            199 ppapi/c/pp_var.h   struct PP_Var result = { PP_VARTYPE_NULL, 0, {PP_FALSE} };
PP_Var            212 ppapi/c/pp_var.h PP_INLINE struct PP_Var PP_MakeBool(PP_Bool value) {
PP_Var            213 ppapi/c/pp_var.h   struct PP_Var result = { PP_VARTYPE_BOOL, 0, {PP_FALSE} };
PP_Var            226 ppapi/c/pp_var.h PP_INLINE struct PP_Var PP_MakeInt32(int32_t value) {
PP_Var            227 ppapi/c/pp_var.h   struct PP_Var result = { PP_VARTYPE_INT32, 0, {PP_FALSE} };
PP_Var            240 ppapi/c/pp_var.h PP_INLINE struct PP_Var PP_MakeDouble(double value) {
PP_Var            241 ppapi/c/pp_var.h   struct PP_Var result = { PP_VARTYPE_DOUBLE, 0, {PP_FALSE} };
PP_Var             52 ppapi/c/ppb_console.h   void (*Log)(PP_Instance instance, PP_LogLevel level, struct PP_Var value);
PP_Var             65 ppapi/c/ppb_console.h                         struct PP_Var source,
PP_Var             66 ppapi/c/ppb_console.h                         struct PP_Var value);
PP_Var            110 ppapi/c/ppb_file_ref.h   struct PP_Var (*GetName)(PP_Resource file_ref);
PP_Var            121 ppapi/c/ppb_file_ref.h   struct PP_Var (*GetPath)(PP_Resource file_ref);
PP_Var            242 ppapi/c/ppb_file_ref.h   struct PP_Var (*GetName)(PP_Resource file_ref);
PP_Var            243 ppapi/c/ppb_file_ref.h   struct PP_Var (*GetPath)(PP_Resource file_ref);
PP_Var            263 ppapi/c/ppb_file_ref.h   struct PP_Var (*GetName)(PP_Resource file_ref);
PP_Var            264 ppapi/c/ppb_file_ref.h   struct PP_Var (*GetPath)(PP_Resource file_ref);
PP_Var            142 ppapi/c/ppb_host_resolver.h   struct PP_Var (*GetCanonicalName)(PP_Resource host_resolver);
PP_Var            735 ppapi/c/ppb_input_event.h                         struct PP_Var character_text,
PP_Var            736 ppapi/c/ppb_input_event.h                         struct PP_Var code);
PP_Var            766 ppapi/c/ppb_input_event.h   struct PP_Var (*GetCharacterText)(PP_Resource character_event);
PP_Var            776 ppapi/c/ppb_input_event.h   struct PP_Var (*GetCode)(PP_Resource key_event);
PP_Var            787 ppapi/c/ppb_input_event.h                         struct PP_Var character_text);
PP_Var            790 ppapi/c/ppb_input_event.h   struct PP_Var (*GetCharacterText)(PP_Resource character_event);
PP_Var            963 ppapi/c/ppb_input_event.h                         struct PP_Var text,
PP_Var            987 ppapi/c/ppb_input_event.h   struct PP_Var (*GetText)(PP_Resource ime_event);
PP_Var            148 ppapi/c/ppb_media_stream_audio_track.h   struct PP_Var (*GetId)(PP_Resource audio_track);
PP_Var            163 ppapi/c/ppb_media_stream_video_track.h   struct PP_Var (*GetId)(PP_Resource video_track);
PP_Var             98 ppapi/c/ppb_messaging.h   void (*PostMessage)(PP_Instance instance, struct PP_Var message);
PP_Var            160 ppapi/c/ppb_net_address.h   struct PP_Var (*DescribeAsString)(PP_Resource addr, PP_Bool include_port);
PP_Var            114 ppapi/c/ppb_network_list.h   struct PP_Var (*GetName)(PP_Resource resource, uint32_t index);
PP_Var            163 ppapi/c/ppb_network_list.h   struct PP_Var (*GetDisplayName)(PP_Resource resource, uint32_t index);
PP_Var             64 ppapi/c/ppb_network_proxy.h                             struct PP_Var url,
PP_Var             65 ppapi/c/ppb_network_proxy.h                             struct PP_Var* proxy_string,
PP_Var            272 ppapi/c/ppb_tcp_socket.h                        struct PP_Var value,
PP_Var            297 ppapi/c/ppb_tcp_socket.h                        struct PP_Var value,
PP_Var            114 ppapi/c/ppb_text_input_controller.h                                 struct PP_Var text,
PP_Var            207 ppapi/c/ppb_udp_socket.h                        struct PP_Var value,
PP_Var            214 ppapi/c/ppb_url_request_info.h                          struct PP_Var value);
PP_Var            123 ppapi/c/ppb_url_response_info.h   struct PP_Var (*GetProperty)(PP_Resource response,
PP_Var             44 ppapi/c/ppb_var.h   void (*AddRef)(struct PP_Var var);
PP_Var             53 ppapi/c/ppb_var.h   void (*Release)(struct PP_Var var);
PP_Var             78 ppapi/c/ppb_var.h   struct PP_Var (*VarFromUtf8)(const char* data, uint32_t len);
PP_Var             97 ppapi/c/ppb_var.h   const char* (*VarToUtf8)(struct PP_Var var, uint32_t* len);
PP_Var            107 ppapi/c/ppb_var.h   PP_Resource (*VarToResource)(struct PP_Var var);
PP_Var            117 ppapi/c/ppb_var.h   struct PP_Var (*VarFromResource)(PP_Resource resource);
PP_Var            123 ppapi/c/ppb_var.h   void (*AddRef)(struct PP_Var var);
PP_Var            124 ppapi/c/ppb_var.h   void (*Release)(struct PP_Var var);
PP_Var            125 ppapi/c/ppb_var.h   struct PP_Var (*VarFromUtf8)(PP_Module module,
PP_Var            128 ppapi/c/ppb_var.h   const char* (*VarToUtf8)(struct PP_Var var, uint32_t* len);
PP_Var            132 ppapi/c/ppb_var.h   void (*AddRef)(struct PP_Var var);
PP_Var            133 ppapi/c/ppb_var.h   void (*Release)(struct PP_Var var);
PP_Var            134 ppapi/c/ppb_var.h   struct PP_Var (*VarFromUtf8)(const char* data, uint32_t len);
PP_Var            135 ppapi/c/ppb_var.h   const char* (*VarToUtf8)(struct PP_Var var, uint32_t* len);
PP_Var             38 ppapi/c/ppb_var_array.h   struct PP_Var (*Create)(void);
PP_Var             50 ppapi/c/ppb_var_array.h   struct PP_Var (*Get)(struct PP_Var array, uint32_t index);
PP_Var             65 ppapi/c/ppb_var_array.h   PP_Bool (*Set)(struct PP_Var array, uint32_t index, struct PP_Var value);
PP_Var             73 ppapi/c/ppb_var_array.h   uint32_t (*GetLength)(struct PP_Var array);
PP_Var             86 ppapi/c/ppb_var_array.h   PP_Bool (*SetLength)(struct PP_Var array, uint32_t length);
PP_Var             49 ppapi/c/ppb_var_array_buffer.h   struct PP_Var (*Create)(uint32_t size_in_bytes);
PP_Var             68 ppapi/c/ppb_var_array_buffer.h   PP_Bool (*ByteLength)(struct PP_Var array, uint32_t* byte_length);
PP_Var            100 ppapi/c/ppb_var_array_buffer.h   void* (*Map)(struct PP_Var array);
PP_Var            110 ppapi/c/ppb_var_array_buffer.h   void (*Unmap)(struct PP_Var array);
PP_Var             43 ppapi/c/ppb_var_dictionary.h   struct PP_Var (*Create)(void);
PP_Var             55 ppapi/c/ppb_var_dictionary.h   struct PP_Var (*Get)(struct PP_Var dict, struct PP_Var key);
PP_Var             68 ppapi/c/ppb_var_dictionary.h   PP_Bool (*Set)(struct PP_Var dict, struct PP_Var key, struct PP_Var value);
PP_Var             76 ppapi/c/ppb_var_dictionary.h   void (*Delete)(struct PP_Var dict, struct PP_Var key);
PP_Var             85 ppapi/c/ppb_var_dictionary.h   PP_Bool (*HasKey)(struct PP_Var dict, struct PP_Var key);
PP_Var             98 ppapi/c/ppb_var_dictionary.h   struct PP_Var (*GetKeys)(struct PP_Var dict);
PP_Var            246 ppapi/c/ppb_websocket.h                      struct PP_Var url,
PP_Var            247 ppapi/c/ppb_websocket.h                      const struct PP_Var protocols[],
PP_Var            288 ppapi/c/ppb_websocket.h                    struct PP_Var reason,
PP_Var            315 ppapi/c/ppb_websocket.h                             struct PP_Var* message,
PP_Var            340 ppapi/c/ppb_websocket.h   int32_t (*SendMessage)(PP_Resource web_socket, struct PP_Var message);
PP_Var            373 ppapi/c/ppb_websocket.h   struct PP_Var (*GetCloseReason)(PP_Resource web_socket);
PP_Var            398 ppapi/c/ppb_websocket.h   struct PP_Var (*GetExtensions)(PP_Resource web_socket);
PP_Var            410 ppapi/c/ppb_websocket.h   struct PP_Var (*GetProtocol)(PP_Resource web_socket);
PP_Var            434 ppapi/c/ppb_websocket.h   struct PP_Var (*GetURL)(PP_Resource web_socket);
PP_Var             78 ppapi/c/ppp_messaging.h   void (*HandleMessage)(PP_Instance instance, struct PP_Var message);
PP_Var             59 ppapi/c/private/ppb_content_decryptor_private.h                          struct PP_Var web_session_id);
PP_Var             86 ppapi/c/private/ppb_content_decryptor_private.h                          struct PP_Var message,
PP_Var             87 ppapi/c/private/ppb_content_decryptor_private.h                          struct PP_Var destination_url);
PP_Var             39 ppapi/c/private/ppb_file_ref_private.h   struct PP_Var (*GetAbsolutePath)(PP_Resource file_ref);
PP_Var            171 ppapi/c/private/ppb_flash.h   struct PP_Var (*GetProxyForURL)(PP_Instance instance, const char* url);
PP_Var            187 ppapi/c/private/ppb_flash.h   struct PP_Var (*GetCommandLineArgs)(PP_Module module);
PP_Var            212 ppapi/c/private/ppb_flash.h   struct PP_Var (*GetSetting)(PP_Instance instance, PP_FlashSetting setting);
PP_Var            219 ppapi/c/private/ppb_flash.h                           struct PP_Var value);
PP_Var            254 ppapi/c/private/ppb_flash.h   struct PP_Var (*GetProxyForURL)(PP_Instance instance, const char* url);
PP_Var            261 ppapi/c/private/ppb_flash.h   struct PP_Var (*GetCommandLineArgs)(PP_Module module);
PP_Var            266 ppapi/c/private/ppb_flash.h   struct PP_Var (*GetDeviceID)(PP_Instance instance);
PP_Var            268 ppapi/c/private/ppb_flash.h   struct PP_Var (*GetSetting)(PP_Instance instance, PP_FlashSetting setting);
PP_Var            285 ppapi/c/private/ppb_flash.h   struct PP_Var (*GetProxyForURL)(PP_Instance instance, const char* url);
PP_Var            292 ppapi/c/private/ppb_flash.h   struct PP_Var (*GetCommandLineArgs)(PP_Module module);
PP_Var            297 ppapi/c/private/ppb_flash.h   struct PP_Var (*GetDeviceID)(PP_Instance instance);
PP_Var            299 ppapi/c/private/ppb_flash.h   struct PP_Var (*GetSetting)(PP_Instance instance, PP_FlashSetting setting);
PP_Var            302 ppapi/c/private/ppb_flash.h                           struct PP_Var value);
PP_Var            319 ppapi/c/private/ppb_flash.h   struct PP_Var (*GetProxyForURL)(PP_Instance instance, const char* url);
PP_Var            326 ppapi/c/private/ppb_flash.h   struct PP_Var (*GetCommandLineArgs)(PP_Module module);
PP_Var            331 ppapi/c/private/ppb_flash.h   struct PP_Var (*GetDeviceID)(PP_Instance instance);
PP_Var            333 ppapi/c/private/ppb_flash.h   struct PP_Var (*GetSetting)(PP_Instance instance, PP_FlashSetting setting);
PP_Var            336 ppapi/c/private/ppb_flash.h                           struct PP_Var value);
PP_Var            111 ppapi/c/private/ppb_flash_clipboard.h   struct PP_Var (*ReadData)(PP_Instance instance_id,
PP_Var            132 ppapi/c/private/ppb_flash_clipboard.h                        const struct PP_Var data_items[]);
PP_Var            150 ppapi/c/private/ppb_flash_clipboard.h   struct PP_Var (*ReadData)(PP_Instance instance_id,
PP_Var            157 ppapi/c/private/ppb_flash_clipboard.h                        const struct PP_Var data_items[]);
PP_Var            166 ppapi/c/private/ppb_flash_clipboard.h   struct PP_Var (*ReadData)(PP_Instance instance_id,
PP_Var            173 ppapi/c/private/ppb_flash_clipboard.h                        const struct PP_Var data_items[]);
PP_Var             42 ppapi/c/private/ppb_flash_device_id.h                          struct PP_Var* id,
PP_Var             48 ppapi/c/private/ppb_flash_drm.h                          struct PP_Var* id,
PP_Var             81 ppapi/c/private/ppb_flash_drm.h                          struct PP_Var* id,
PP_Var             96 ppapi/c/private/ppb_host_resolver_private.h   struct PP_Var (*GetCanonicalName)(PP_Resource host_resolver);
PP_Var             68 ppapi/c/private/ppb_instance_private.h   struct PP_Var (*GetWindowObject)(PP_Instance instance);
PP_Var             76 ppapi/c/private/ppb_instance_private.h   struct PP_Var (*GetOwnerElementObject)(PP_Instance instance);
PP_Var             95 ppapi/c/private/ppb_instance_private.h   struct PP_Var (*ExecuteScript)(PP_Instance instance,
PP_Var             96 ppapi/c/private/ppb_instance_private.h                                  struct PP_Var script,
PP_Var             97 ppapi/c/private/ppb_instance_private.h                                  struct PP_Var* exception);
PP_Var            190 ppapi/c/private/ppb_nacl_private.h                        struct PP_Var* error_message,
PP_Var            314 ppapi/c/private/ppb_nacl_private.h   PP_UrlSchemeType (*GetUrlScheme)(struct PP_Var url);
PP_Var             94 ppapi/c/private/ppb_net_address_private.h   struct PP_Var (*Describe)(PP_Module module,
PP_Var            154 ppapi/c/private/ppb_net_address_private.h   struct PP_Var (*Describe)(PP_Module module,
PP_Var            168 ppapi/c/private/ppb_net_address_private.h   struct PP_Var (*Describe)(PP_Module module,
PP_Var             94 ppapi/c/private/ppb_pdf.h   struct PP_Var (*GetLocalizedString)(PP_Instance instance,
PP_Var            141 ppapi/c/private/ppb_pdf.h   void (*UserMetricsRecordAction)(PP_Instance instance, struct PP_Var action);
PP_Var            161 ppapi/c/private/ppb_pdf.h  struct PP_Var (*ModalPromptForPassword)(PP_Instance instance,
PP_Var            162 ppapi/c/private/ppb_pdf.h                                          struct PP_Var message);
PP_Var             95 ppapi/c/private/ppb_platform_verification_private.h                                struct PP_Var service_id,
PP_Var             96 ppapi/c/private/ppb_platform_verification_private.h                                struct PP_Var challenge,
PP_Var             97 ppapi/c/private/ppb_platform_verification_private.h                                struct PP_Var* signed_data,
PP_Var             98 ppapi/c/private/ppb_platform_verification_private.h                                struct PP_Var* signed_data_signature,
PP_Var             99 ppapi/c/private/ppb_platform_verification_private.h                                struct PP_Var* platform_key_certificate,
PP_Var            169 ppapi/c/private/ppb_tcp_socket_private.h                        struct PP_Var value,
PP_Var            123 ppapi/c/private/ppb_testing_private.h   struct PP_Var (*GetDocumentURL)(PP_Instance instance,
PP_Var            133 ppapi/c/private/ppb_testing_private.h   uint32_t (*GetLiveVars)(struct PP_Var live_vars[], uint32_t array_size);
PP_Var             76 ppapi/c/private/ppb_udp_socket_private.h                               struct PP_Var value);
PP_Var             41 ppapi/c/private/ppb_uma_private.h                                struct PP_Var name,
PP_Var             52 ppapi/c/private/ppb_uma_private.h                                 struct PP_Var name,
PP_Var             64 ppapi/c/private/ppb_uma_private.h                                struct PP_Var name,
PP_Var             84 ppapi/c/private/ppb_video_destination_private.h                   struct PP_Var stream_url,
PP_Var             80 ppapi/c/private/ppb_video_source_private.h                   struct PP_Var stream_url,
PP_Var            172 ppapi/c/private/ppb_x509_certificate_private.h   struct PP_Var (*GetField)(PP_Resource resource,
PP_Var             52 ppapi/c/private/ppp_content_decryptor_private.h   void (*Initialize)(PP_Instance instance, struct PP_Var key_system);
PP_Var             74 ppapi/c/private/ppp_content_decryptor_private.h                         struct PP_Var content_type,
PP_Var             75 ppapi/c/private/ppp_content_decryptor_private.h                         struct PP_Var init_data);
PP_Var             92 ppapi/c/private/ppp_content_decryptor_private.h                       struct PP_Var web_session_id);
PP_Var            113 ppapi/c/private/ppp_content_decryptor_private.h                         struct PP_Var response);
PP_Var             52 ppapi/c/private/ppp_instance_private.h   struct PP_Var (*GetInstanceObject)(PP_Instance instance);
PP_Var             25 ppapi/c/private/ppp_pdf.h   PP_Var (*GetLinkAtPosition)(PP_Instance instance,
PP_Var             84 ppapi/c/trusted/ppb_browser_font_trusted.h   struct PP_Var face;
PP_Var            143 ppapi/c/trusted/ppb_browser_font_trusted.h   struct PP_Var text;
PP_Var            184 ppapi/c/trusted/ppb_browser_font_trusted.h   struct PP_Var (*GetFontFamilies)(PP_Instance instance);
PP_Var            115 ppapi/c/trusted/ppb_char_set_trusted.h   struct PP_Var (*GetDefaultCharSet)(PP_Instance instance);
PP_Var             56 ppapi/c/trusted/ppb_file_chooser_trusted.h                                     struct PP_Var suggested_file_name,
PP_Var             66 ppapi/c/trusted/ppb_file_chooser_trusted.h                                     struct PP_Var suggested_file_name,
PP_Var             20 ppapi/cpp/array_output.cc     : ArrayOutputAdapter<PP_Var>() {
PP_Var            201 ppapi/cpp/array_output.h class VarArrayOutputAdapterWithStorage : public ArrayOutputAdapter<PP_Var> {
PP_Var            215 ppapi/cpp/array_output.h   std::vector<PP_Var> temp_storage_;
PP_Var             74 ppapi/cpp/dev/optional_dev.h   typedef const PP_Var& CInputType;
PP_Var             87 ppapi/cpp/dev/optional_dev.h   Optional(PP_Var* storage, NotOwned) : wrapper_(storage, NOT_OWNED) {}
PP_Var             96 ppapi/cpp/dev/optional_dev.h   Optional<std::string>& operator=(const PP_Var& other) {
PP_Var            106 ppapi/cpp/dev/optional_dev.h   const PP_Var& ToCInput() const { return wrapper_.ToVar(); }
PP_Var            108 ppapi/cpp/dev/optional_dev.h   PP_Var* StartRawUpdate() { return wrapper_.StartRawUpdate(); }
PP_Var             22 ppapi/cpp/dev/scriptable_object_deprecated.cc   ExceptionConverter(PP_Var* out) : out_(out) {
PP_Var             32 ppapi/cpp/dev/scriptable_object_deprecated.cc   PP_Var* out_;
PP_Var             37 ppapi/cpp/dev/scriptable_object_deprecated.cc void ArgListToVector(uint32_t argc, PP_Var* argv, std::vector<Var>* output) {
PP_Var             43 ppapi/cpp/dev/scriptable_object_deprecated.cc bool HasProperty(void* object, PP_Var name, PP_Var* exception) {
PP_Var             49 ppapi/cpp/dev/scriptable_object_deprecated.cc bool HasMethod(void* object, PP_Var name, PP_Var* exception) {
PP_Var             55 ppapi/cpp/dev/scriptable_object_deprecated.cc PP_Var GetProperty(void* object,
PP_Var             56 ppapi/cpp/dev/scriptable_object_deprecated.cc                    PP_Var name,
PP_Var             57 ppapi/cpp/dev/scriptable_object_deprecated.cc                    PP_Var* exception) {
PP_Var             65 ppapi/cpp/dev/scriptable_object_deprecated.cc                          PP_Var** properties,
PP_Var             66 ppapi/cpp/dev/scriptable_object_deprecated.cc                          PP_Var* exception) {
PP_Var             76 ppapi/cpp/dev/scriptable_object_deprecated.cc   *properties = static_cast<PP_Var*>(
PP_Var             77 ppapi/cpp/dev/scriptable_object_deprecated.cc       memory_if->MemAlloc(sizeof(PP_Var) * props.size()));
PP_Var             84 ppapi/cpp/dev/scriptable_object_deprecated.cc                  PP_Var name,
PP_Var             85 ppapi/cpp/dev/scriptable_object_deprecated.cc                  PP_Var value,
PP_Var             86 ppapi/cpp/dev/scriptable_object_deprecated.cc                  PP_Var* exception) {
PP_Var             93 ppapi/cpp/dev/scriptable_object_deprecated.cc                     PP_Var name,
PP_Var             94 ppapi/cpp/dev/scriptable_object_deprecated.cc                     PP_Var* exception) {
PP_Var            100 ppapi/cpp/dev/scriptable_object_deprecated.cc PP_Var Call(void* object,
PP_Var            101 ppapi/cpp/dev/scriptable_object_deprecated.cc             PP_Var method_name,
PP_Var            103 ppapi/cpp/dev/scriptable_object_deprecated.cc             PP_Var* argv,
PP_Var            104 ppapi/cpp/dev/scriptable_object_deprecated.cc             PP_Var* exception) {
PP_Var            113 ppapi/cpp/dev/scriptable_object_deprecated.cc PP_Var Construct(void* object,
PP_Var            115 ppapi/cpp/dev/scriptable_object_deprecated.cc                  PP_Var* argv,
PP_Var            116 ppapi/cpp/dev/scriptable_object_deprecated.cc                  PP_Var* exception) {
PP_Var             18 ppapi/cpp/dev/selection_dev.cc PP_Var GetSelectedText(PP_Instance instance, PP_Bool html) {
PP_Var             20 ppapi/cpp/dev/string_wrapper_dev.cc OptionalStringWrapper::OptionalStringWrapper(PP_Var* storage, NotOwned)
PP_Var             41 ppapi/cpp/dev/string_wrapper_dev.cc OptionalStringWrapper& OptionalStringWrapper::operator=(const PP_Var& other) {
PP_Var             78 ppapi/cpp/dev/string_wrapper_dev.cc PP_Var* OptionalStringWrapper::StartRawUpdate() {
PP_Var             94 ppapi/cpp/dev/string_wrapper_dev.cc StringWrapper::StringWrapper(PP_Var* storage, NotOwned)
PP_Var            112 ppapi/cpp/dev/string_wrapper_dev.cc StringWrapper& StringWrapper::operator=(const PP_Var& other) {
PP_Var            118 ppapi/cpp/dev/string_wrapper_dev.cc PP_Var* StringWrapper::StartRawUpdate() {
PP_Var             30 ppapi/cpp/dev/string_wrapper_dev.h   OptionalStringWrapper(PP_Var* storage, NotOwned);
PP_Var             37 ppapi/cpp/dev/string_wrapper_dev.h   OptionalStringWrapper& operator=(const PP_Var& other);
PP_Var             44 ppapi/cpp/dev/string_wrapper_dev.h   const PP_Var& ToVar() const { return *storage_; }
PP_Var             47 ppapi/cpp/dev/string_wrapper_dev.h   PP_Var* StartRawUpdate();
PP_Var             51 ppapi/cpp/dev/string_wrapper_dev.h   MayOwnPtr<PP_Var> storage_;
PP_Var             66 ppapi/cpp/dev/string_wrapper_dev.h   StringWrapper(PP_Var* storage, NotOwned);
PP_Var             73 ppapi/cpp/dev/string_wrapper_dev.h   StringWrapper& operator=(const PP_Var& other);
PP_Var             78 ppapi/cpp/dev/string_wrapper_dev.h   const PP_Var& ToVar() const { return storage_.ToVar(); }
PP_Var             81 ppapi/cpp/dev/string_wrapper_dev.h   PP_Var* StartRawUpdate();
PP_Var             45 ppapi/cpp/dev/to_c_type_converter_dev.h   const PP_Var& ToCInput() const { return wrapper_.ToVar(); }
PP_Var             38 ppapi/cpp/extensions/dev/socket_dev.cc bool SocketType_Dev::Populate(const PP_Var& var_value) {
PP_Var             43 ppapi/cpp/extensions/dev/socket_dev.h   bool Populate(const PP_Var& var_value);
PP_Var             31 ppapi/cpp/extensions/ext_output_traits.h   PP_Var& pp_var() { return pp_var_; }
PP_Var             41 ppapi/cpp/extensions/ext_output_traits.h   PP_Var pp_var_;
PP_Var             59 ppapi/cpp/extensions/ext_output_traits.h   typedef PP_Var* APIArgType;
PP_Var             89 ppapi/cpp/extensions/ext_output_traits.h   PP_Var& pp_var() { return pp_var_; }
PP_Var            111 ppapi/cpp/extensions/ext_output_traits.h   PP_Var pp_var_;
PP_Var            122 ppapi/cpp/extensions/ext_output_traits.h   typedef PP_Var* APIArgType;
PP_Var             46 ppapi/cpp/extensions/from_var_converter.h   explicit FromVarConverter(const PP_Var& var) {
PP_Var             53 ppapi/cpp/extensions/from_var_converter.h   void Set(const PP_Var& var) {
PP_Var             68 ppapi/cpp/extensions/from_var_converter.h   explicit FromVarConverter(const PP_Var& var) {
PP_Var             75 ppapi/cpp/extensions/from_var_converter.h   void Set(const PP_Var& var) {
PP_Var             91 ppapi/cpp/extensions/from_var_converter.h   explicit FromVarConverter(const PP_Var& var) {
PP_Var             98 ppapi/cpp/extensions/from_var_converter.h   void Set(const PP_Var& var) {
PP_Var            109 ppapi/cpp/extensions/from_var_converter.h   explicit FromVarConverter(const PP_Var& var) {
PP_Var            116 ppapi/cpp/extensions/from_var_converter.h   void Set(const PP_Var& var) {
PP_Var            127 ppapi/cpp/extensions/from_var_converter.h   explicit FromVarConverter(const PP_Var& var) {
PP_Var            134 ppapi/cpp/extensions/from_var_converter.h   void Set(const PP_Var& var) {
PP_Var            145 ppapi/cpp/extensions/from_var_converter.h   explicit FromVarConverter(const PP_Var& var) {
PP_Var            152 ppapi/cpp/extensions/from_var_converter.h   void Set(const PP_Var& var) {
PP_Var            163 ppapi/cpp/extensions/from_var_converter.h   explicit FromVarConverter(const PP_Var& var) {
PP_Var            170 ppapi/cpp/extensions/from_var_converter.h   void Set(const PP_Var& var) {
PP_Var            182 ppapi/cpp/extensions/from_var_converter.h   explicit FromVarConverter(const PP_Var& var) {
PP_Var            189 ppapi/cpp/extensions/from_var_converter.h   void Set(const PP_Var& var) {
PP_Var            201 ppapi/cpp/extensions/from_var_converter.h   explicit FromVarConverter(const PP_Var& var) {
PP_Var            208 ppapi/cpp/extensions/from_var_converter.h   void Set(const PP_Var& var) {
PP_Var            220 ppapi/cpp/extensions/from_var_converter.h   explicit FromVarConverter(const PP_Var& var) {
PP_Var            227 ppapi/cpp/extensions/from_var_converter.h   void Set(const PP_Var& var) {
PP_Var             23 ppapi/cpp/extensions/to_var_converter.h   PP_Var pp_var() const {
PP_Var             35 ppapi/cpp/extensions/to_var_converter.h   explicit ToVarConverterBase(const PP_Var& var) : var_(var) {
PP_Var            134 ppapi/cpp/module.cc void Messaging_HandleMessage(PP_Instance pp_instance, PP_Var var) {
PP_Var             22 ppapi/cpp/output_traits.h struct PP_Var;
PP_Var            145 ppapi/cpp/output_traits.h   typedef PP_Var* APIArgType;
PP_Var            146 ppapi/cpp/output_traits.h   typedef PP_Var StorageType;
PP_Var             27 ppapi/cpp/private/content_decryptor_private.cc                 PP_Var key_system_arg) {
PP_Var             43 ppapi/cpp/private/content_decryptor_private.cc                    PP_Var type_arg,
PP_Var             44 ppapi/cpp/private/content_decryptor_private.cc                    PP_Var init_data_arg) {
PP_Var             65 ppapi/cpp/private/content_decryptor_private.cc                  PP_Var web_session_id_arg) {
PP_Var             81 ppapi/cpp/private/content_decryptor_private.cc                    PP_Var response_arg) {
PP_Var             83 ppapi/cpp/private/flash_clipboard.cc     PP_Var result = get_interface<PPB_Flash_Clipboard_5_1>()->ReadData(
PP_Var             90 ppapi/cpp/private/flash_clipboard.cc     PP_Var result = get_interface<PPB_Flash_Clipboard_5_0>()->ReadData(
PP_Var             97 ppapi/cpp/private/flash_clipboard.cc     PP_Var result = get_interface<PPB_Flash_Clipboard_4_0>()->ReadData(
PP_Var            119 ppapi/cpp/private/flash_clipboard.cc     std::vector<PP_Var> data_items_vector;
PP_Var            127 ppapi/cpp/private/flash_clipboard.cc     const PP_Var* data_items_ptr(NULL);
PP_Var            141 ppapi/cpp/private/flash_clipboard.cc     std::vector<PP_Var> data_items_vector;
PP_Var            149 ppapi/cpp/private/flash_clipboard.cc     const PP_Var* data_items_ptr(NULL);
PP_Var            163 ppapi/cpp/private/flash_clipboard.cc     std::vector<PP_Var> data_items_vector;
PP_Var            174 ppapi/cpp/private/flash_clipboard.cc     const PP_Var* data_items_ptr(NULL);
PP_Var             56 ppapi/cpp/private/host_resolver_private.cc   PP_Var pp_canonical_name =
PP_Var             20 ppapi/cpp/private/instance_private.cc PP_Var GetInstanceObject(PP_Instance pp_instance) {
PP_Var             80 ppapi/cpp/private/net_address_private.cc   PP_Var result_pp_var = PP_MakeUndefined();
PP_Var             51 ppapi/cpp/private/platform_verification.cc       const_cast<PP_Var*>(&signed_data->pp_var()),
PP_Var             52 ppapi/cpp/private/platform_verification.cc       const_cast<PP_Var*>(&signed_data_signature->pp_var()),
PP_Var             53 ppapi/cpp/private/platform_verification.cc       const_cast<PP_Var*>(&platform_key_certificate->pp_var()),
PP_Var             77 ppapi/cpp/private/var_private.cc   PP_Var* props = NULL;
PP_Var            113 ppapi/cpp/private/var_private.cc     std::vector<PP_Var> args;
PP_Var            133 ppapi/cpp/private/var_private.cc     std::vector<PP_Var> args;
PP_Var            157 ppapi/cpp/private/var_private.cc   PP_Var args[1] = {arg1.pp_var()};
PP_Var            166 ppapi/cpp/private/var_private.cc   PP_Var args[2] = {arg1.pp_var(), arg2.pp_var()};
PP_Var            175 ppapi/cpp/private/var_private.cc   PP_Var args[3] = {arg1.pp_var(), arg2.pp_var(), arg3.pp_var()};
PP_Var            185 ppapi/cpp/private/var_private.cc   PP_Var args[4] = {arg1.pp_var(), arg2.pp_var(), arg3.pp_var(), arg4.pp_var()};
PP_Var             30 ppapi/cpp/private/var_private.h   VarPrivate(PassRef, PP_Var var) : Var(PassRef(), var) {}
PP_Var             31 ppapi/cpp/private/var_private.h   VarPrivate(DontManage, PP_Var var) : Var(DontManage(), var) {}
PP_Var            103 ppapi/cpp/private/var_private.h     PP_Var* get() {
PP_Var            112 ppapi/cpp/private/var_private.h     PP_Var temp_;
PP_Var             41 ppapi/cpp/var.cc inline bool NeedsRefcounting(const PP_Var& var) {
PP_Var             47 ppapi/cpp/var.cc PP_Var VarFromUtf8Helper(const char* utf8_str, uint32_t len) {
PP_Var             62 ppapi/cpp/var.cc bool AddRefHelper(const PP_Var& var) {
PP_Var             78 ppapi/cpp/var.cc bool ReleaseHelper(const PP_Var& var) {
PP_Var            153 ppapi/cpp/var.cc Var::Var(const PP_Var& var) {
PP_Var             62 ppapi/cpp/var.h   Var(PassRef, const PP_Var& var) {
PP_Var             68 ppapi/cpp/var.h   explicit Var(const PP_Var& var);
PP_Var             78 ppapi/cpp/var.h   Var(DontManage, const PP_Var& var) {
PP_Var            226 ppapi/cpp/var.h   const PP_Var& pp_var() const {
PP_Var            237 ppapi/cpp/var.h   PP_Var Detach() {
PP_Var            238 ppapi/cpp/var.h     PP_Var ret = var_;
PP_Var            295 ppapi/cpp/var.h     PP_Var* get() {
PP_Var            304 ppapi/cpp/var.h     PP_Var temp_;
PP_Var            308 ppapi/cpp/var.h   PP_Var var_;
PP_Var             37 ppapi/cpp/var_array.cc VarArray::VarArray(const PP_Var& var) : Var(var) {
PP_Var             33 ppapi/cpp/var_array.h   explicit VarArray(const PP_Var& var);
PP_Var             37 ppapi/cpp/var_dictionary.cc VarDictionary::VarDictionary(const PP_Var& var) : Var(var) {
PP_Var             33 ppapi/cpp/var_dictionary.h   explicit VarDictionary(const PP_Var& var);
PP_Var             41 ppapi/cpp/websocket.cc   PP_Var *c_protocols = NULL;
PP_Var             43 ppapi/cpp/websocket.cc     c_protocols = new PP_Var[protocol_count];
PP_Var             75 ppapi/cpp/websocket.cc       pp_resource(), const_cast<PP_Var*>(&message->pp_var()),
PP_Var             35 ppapi/generators/test_thunk/simple_thunk.cc void PostMessage(PP_Instance instance, PP_Var message) {
PP_Var             31 ppapi/native_client/src/trusted/plugin/nacl_entry_points.h     struct PP_Var* error_message,
PP_Var             29 ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc                                  PP_Var* error_message,
PP_Var             27 ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h                      PP_Var* error_message,
PP_Var            287 ppapi/native_client/src/trusted/plugin/service_runtime.h   PP_Var start_sel_ldr_error_message_;
PP_Var            215 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M25_PPB_Console_Log(PP_Instance instance, PP_LogLevel level, struct PP_Var* value) {
PP_Var            220 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M25_PPB_Console_LogWithSource(PP_Instance instance, PP_LogLevel level, struct PP_Var* source, struct PP_Var* value) {
PP_Var            410 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M14_PPB_FileRef_GetName(struct PP_Var* _struct_result, PP_Resource file_ref) {
PP_Var            415 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M14_PPB_FileRef_GetPath(struct PP_Var* _struct_result, PP_Resource file_ref) {
PP_Var            464 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M28_PPB_FileRef_GetName(struct PP_Var* _struct_result, PP_Resource file_ref) {
PP_Var            469 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M28_PPB_FileRef_GetPath(struct PP_Var* _struct_result, PP_Resource file_ref) {
PP_Var            528 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M34_PPB_FileRef_GetName(struct PP_Var* _struct_result, PP_Resource file_ref) {
PP_Var            533 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M34_PPB_FileRef_GetPath(struct PP_Var* _struct_result, PP_Resource file_ref) {
PP_Var            752 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M29_PPB_HostResolver_GetCanonicalName(struct PP_Var* _struct_result, PP_Resource host_resolver) {
PP_Var            867 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Resource Pnacl_M13_PPB_KeyboardInputEvent_Create(PP_Instance instance, PP_InputEvent_Type type, PP_TimeTicks time_stamp, uint32_t modifiers, uint32_t key_code, struct PP_Var* character_text) {
PP_Var            882 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M13_PPB_KeyboardInputEvent_GetCharacterText(struct PP_Var* _struct_result, PP_Resource character_event) {
PP_Var            891 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Resource Pnacl_M34_PPB_KeyboardInputEvent_Create(PP_Instance instance, PP_InputEvent_Type type, PP_TimeTicks time_stamp, uint32_t modifiers, uint32_t key_code, struct PP_Var* character_text, struct PP_Var* code) {
PP_Var            906 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M34_PPB_KeyboardInputEvent_GetCharacterText(struct PP_Var* _struct_result, PP_Resource character_event) {
PP_Var            911 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M34_PPB_KeyboardInputEvent_GetCode(struct PP_Var* _struct_result, PP_Resource key_event) {
PP_Var            954 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Resource Pnacl_M13_PPB_IMEInputEvent_Create(PP_Instance instance, PP_InputEvent_Type type, PP_TimeTicks time_stamp, struct PP_Var* text, uint32_t segment_number, const uint32_t segment_offsets[], int32_t target_segment, uint32_t selection_start, uint32_t selection_end) {
PP_Var            964 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M13_PPB_IMEInputEvent_GetText(struct PP_Var* _struct_result, PP_Resource ime_event) {
PP_Var           1010 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M35_PPB_MediaStreamAudioTrack_GetId(struct PP_Var* _struct_result, PP_Resource audio_track) {
PP_Var           1054 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M35_PPB_MediaStreamVideoTrack_GetId(struct PP_Var* _struct_result, PP_Resource video_track) {
PP_Var           1122 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M14_PPB_Messaging_PostMessage(PP_Instance instance, struct PP_Var* message) {
PP_Var           1167 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M29_PPB_NetAddress_DescribeAsString(struct PP_Var* _struct_result, PP_Resource addr, PP_Bool include_port) {
PP_Var           1196 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M31_PPB_NetworkList_GetName(struct PP_Var* _struct_result, PP_Resource resource, uint32_t index) {
PP_Var           1216 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M31_PPB_NetworkList_GetDisplayName(struct PP_Var* _struct_result, PP_Resource resource, uint32_t index) {
PP_Var           1249 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_NetworkProxy_GetProxyForURL(PP_Instance instance, struct PP_Var* url, struct PP_Var* proxy_string, struct PP_CompletionCallback* callback) {
PP_Var           1298 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_TCPSocket_SetOption(PP_Resource tcp_socket, PP_TCPSocket_Option name, struct PP_Var* value, struct PP_CompletionCallback* callback) {
PP_Var           1362 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M31_PPB_TCPSocket_SetOption(PP_Resource tcp_socket, PP_TCPSocket_Option name, struct PP_Var* value, struct PP_CompletionCallback* callback) {
PP_Var           1386 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M30_PPB_TextInputController_UpdateSurroundingText(PP_Instance instance, struct PP_Var* text, uint32_t caret, uint32_t anchor) {
PP_Var           1430 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_UDPSocket_SetOption(PP_Resource udp_socket, PP_UDPSocket_Option name, struct PP_Var* value, struct PP_CompletionCallback* callback) {
PP_Var           1503 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M14_PPB_URLRequestInfo_SetProperty(PP_Resource request, PP_URLRequestProperty property, struct PP_Var* value) {
PP_Var           1527 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M14_PPB_URLResponseInfo_GetProperty(struct PP_Var* _struct_result, PP_Resource response, PP_URLResponseProperty property) {
PP_Var           1541 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M14_PPB_Var_AddRef(struct PP_Var* var) {
PP_Var           1546 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M14_PPB_Var_Release(struct PP_Var* var) {
PP_Var           1551 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M14_PPB_Var_VarFromUtf8(struct PP_Var* _struct_result, PP_Module module, const char* data, uint32_t len) {
PP_Var           1556 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static const char* Pnacl_M14_PPB_Var_VarToUtf8(struct PP_Var* var, uint32_t* len) {
PP_Var           1565 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M18_PPB_Var_AddRef(struct PP_Var* var) {
PP_Var           1570 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M18_PPB_Var_Release(struct PP_Var* var) {
PP_Var           1575 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M18_PPB_Var_VarFromUtf8(struct PP_Var* _struct_result, const char* data, uint32_t len) {
PP_Var           1580 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static const char* Pnacl_M18_PPB_Var_VarToUtf8(struct PP_Var* var, uint32_t* len) {
PP_Var           1589 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M34_PPB_Var_AddRef(struct PP_Var* var) {
PP_Var           1594 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M34_PPB_Var_Release(struct PP_Var* var) {
PP_Var           1599 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M34_PPB_Var_VarFromUtf8(struct PP_Var* _struct_result, const char* data, uint32_t len) {
PP_Var           1604 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static const char* Pnacl_M34_PPB_Var_VarToUtf8(struct PP_Var* var, uint32_t* len) {
PP_Var           1609 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Resource Pnacl_M34_PPB_Var_VarToResource(struct PP_Var* var) {
PP_Var           1614 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M34_PPB_Var_VarFromResource(struct PP_Var* _struct_result, PP_Resource resource) {
PP_Var           1623 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M29_PPB_VarArray_Create(struct PP_Var* _struct_result) {
PP_Var           1628 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M29_PPB_VarArray_Get(struct PP_Var* _struct_result, struct PP_Var* array, uint32_t index) {
PP_Var           1633 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M29_PPB_VarArray_Set(struct PP_Var* array, uint32_t index, struct PP_Var* value) {
PP_Var           1638 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static uint32_t Pnacl_M29_PPB_VarArray_GetLength(struct PP_Var* array) {
PP_Var           1643 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M29_PPB_VarArray_SetLength(struct PP_Var* array, uint32_t length) {
PP_Var           1652 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M18_PPB_VarArrayBuffer_Create(struct PP_Var* _struct_result, uint32_t size_in_bytes) {
PP_Var           1657 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M18_PPB_VarArrayBuffer_ByteLength(struct PP_Var* array, uint32_t* byte_length) {
PP_Var           1662 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void* Pnacl_M18_PPB_VarArrayBuffer_Map(struct PP_Var* array) {
PP_Var           1667 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M18_PPB_VarArrayBuffer_Unmap(struct PP_Var* array) {
PP_Var           1676 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M29_PPB_VarDictionary_Create(struct PP_Var* _struct_result) {
PP_Var           1681 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M29_PPB_VarDictionary_Get(struct PP_Var* _struct_result, struct PP_Var* dict, struct PP_Var* key) {
PP_Var           1686 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M29_PPB_VarDictionary_Set(struct PP_Var* dict, struct PP_Var* key, struct PP_Var* value) {
PP_Var           1691 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M29_PPB_VarDictionary_Delete(struct PP_Var* dict, struct PP_Var* key) {
PP_Var           1696 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M29_PPB_VarDictionary_HasKey(struct PP_Var* dict, struct PP_Var* key) {
PP_Var           1701 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M29_PPB_VarDictionary_GetKeys(struct PP_Var* _struct_result, struct PP_Var* dict) {
PP_Var           1726 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M18_PPB_WebSocket_Connect(PP_Resource web_socket, struct PP_Var* url, const struct PP_Var protocols[], uint32_t protocol_count, struct PP_CompletionCallback* callback) {
PP_Var           1731 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M18_PPB_WebSocket_Close(PP_Resource web_socket, uint16_t code, struct PP_Var* reason, struct PP_CompletionCallback* callback) {
PP_Var           1736 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M18_PPB_WebSocket_ReceiveMessage(PP_Resource web_socket, struct PP_Var* message, struct PP_CompletionCallback* callback) {
PP_Var           1741 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M18_PPB_WebSocket_SendMessage(PP_Resource web_socket, struct PP_Var* message) {
PP_Var           1756 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M18_PPB_WebSocket_GetCloseReason(struct PP_Var* _struct_result, PP_Resource web_socket) {
PP_Var           1766 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M18_PPB_WebSocket_GetExtensions(struct PP_Var* _struct_result, PP_Resource web_socket) {
PP_Var           1771 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M18_PPB_WebSocket_GetProtocol(struct PP_Var* _struct_result, PP_Resource web_socket) {
PP_Var           1781 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M18_PPB_WebSocket_GetURL(struct PP_Var* _struct_result, PP_Resource web_socket) {
PP_Var           1798 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M14_PPP_Messaging_HandleMessage(PP_Instance instance, struct PP_Var message) {
PP_Var           1800 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   void (*temp_fp)(PP_Instance instance, struct PP_Var* message) =
PP_Var           1801 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     ((void (*)(PP_Instance instance, struct PP_Var* message))iface->HandleMessage);
PP_Var           1825 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M33_PPB_Alarms_Dev_Create(PP_Instance instance, struct PP_Var* name, const struct PP_Alarms_AlarmCreateInfo_Dev* alarm_info) {
PP_Var           1830 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M33_PPB_Alarms_Dev_Get(PP_Instance instance, struct PP_Var* name, struct PP_Alarms_Alarm_Dev* alarm, struct PP_CompletionCallback* callback) {
PP_Var           1840 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M33_PPB_Alarms_Dev_Clear(PP_Instance instance, struct PP_Var* name) {
PP_Var           1973 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M18_PPB_DeviceRef_Dev_GetName(struct PP_Var* _struct_result, PP_Resource device_ref) {
PP_Var           1982 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Resource Pnacl_M16_PPB_FileChooser_Dev_Create(PP_Instance instance, PP_FileChooserMode_Dev mode, struct PP_Var* accept_types) {
PP_Var           2006 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Resource Pnacl_M19_PPB_FileChooser_Dev_Create(PP_Instance instance, PP_FileChooserMode_Dev mode, struct PP_Var* accept_types) {
PP_Var           2025 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M14_PPB_Font_Dev_GetFontFamilies(struct PP_Var* _struct_result, PP_Instance instance) {
PP_Var           2074 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M16_PPB_IMEInputEvent_Dev_GetText(struct PP_Var* _struct_result, PP_Resource ime_event) {
PP_Var           2103 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Resource Pnacl_M21_PPB_IMEInputEvent_Dev_Create(PP_Instance instance, PP_InputEvent_Type type, PP_TimeTicks time_stamp, struct PP_Var* text, uint32_t segment_number, const uint32_t segment_offsets[], int32_t target_segment, uint32_t selection_start, uint32_t selection_end) {
PP_Var           2113 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M21_PPB_IMEInputEvent_Dev_GetText(struct PP_Var* _struct_result, PP_Resource ime_event) {
PP_Var           2173 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M26_PPB_TrueTypeFont_Dev_GetFontsInFamily(PP_Instance instance, struct PP_Var* family, struct PP_ArrayOutput* output, struct PP_CompletionCallback* callback) {
PP_Var           2207 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M17_PPB_URLUtil_Dev_Canonicalize(struct PP_Var* _struct_result, struct PP_Var* url, struct PP_URLComponents_Dev* components) {
PP_Var           2212 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M17_PPB_URLUtil_Dev_ResolveRelativeToURL(struct PP_Var* _struct_result, struct PP_Var* base_url, struct PP_Var* relative_string, struct PP_URLComponents_Dev* components) {
PP_Var           2217 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M17_PPB_URLUtil_Dev_ResolveRelativeToDocument(struct PP_Var* _struct_result, PP_Instance instance, struct PP_Var* relative_string, struct PP_URLComponents_Dev* components) {
PP_Var           2222 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M17_PPB_URLUtil_Dev_IsSameSecurityOrigin(struct PP_Var* url_a, struct PP_Var* url_b) {
PP_Var           2227 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M17_PPB_URLUtil_Dev_DocumentCanRequest(PP_Instance instance, struct PP_Var* url) {
PP_Var           2237 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M17_PPB_URLUtil_Dev_GetDocumentURL(struct PP_Var* _struct_result, PP_Instance instance, struct PP_URLComponents_Dev* components) {
PP_Var           2242 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M17_PPB_URLUtil_Dev_GetPluginInstanceURL(struct PP_Var* _struct_result, PP_Instance instance, struct PP_URLComponents_Dev* components) {
PP_Var           2251 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M31_PPB_URLUtil_Dev_Canonicalize(struct PP_Var* _struct_result, struct PP_Var* url, struct PP_URLComponents_Dev* components) {
PP_Var           2256 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M31_PPB_URLUtil_Dev_ResolveRelativeToURL(struct PP_Var* _struct_result, struct PP_Var* base_url, struct PP_Var* relative_string, struct PP_URLComponents_Dev* components) {
PP_Var           2261 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M31_PPB_URLUtil_Dev_ResolveRelativeToDocument(struct PP_Var* _struct_result, PP_Instance instance, struct PP_Var* relative_string, struct PP_URLComponents_Dev* components) {
PP_Var           2266 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M31_PPB_URLUtil_Dev_IsSameSecurityOrigin(struct PP_Var* url_a, struct PP_Var* url_b) {
PP_Var           2271 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M31_PPB_URLUtil_Dev_DocumentCanRequest(PP_Instance instance, struct PP_Var* url) {
PP_Var           2281 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M31_PPB_URLUtil_Dev_GetDocumentURL(struct PP_Var* _struct_result, PP_Instance instance, struct PP_URLComponents_Dev* components) {
PP_Var           2286 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M31_PPB_URLUtil_Dev_GetPluginInstanceURL(struct PP_Var* _struct_result, PP_Instance instance, struct PP_URLComponents_Dev* components) {
PP_Var           2291 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M31_PPB_URLUtil_Dev_GetPluginReferrerURL(struct PP_Var* _struct_result, PP_Instance instance, struct PP_URLComponents_Dev* components) {
PP_Var           2409 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static struct PP_Var Pnacl_M13_PPP_Selection_Dev_GetSelectedText(PP_Instance instance, PP_Bool html) {
PP_Var           2411 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   void (*temp_fp)(struct PP_Var* _struct_result, PP_Instance instance, PP_Bool html) =
PP_Var           2412 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     ((void (*)(struct PP_Var* _struct_result, PP_Instance instance, PP_Bool html))iface->GetSelectedText);
PP_Var           2413 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   struct PP_Var _struct_result;
PP_Var           2432 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M35_PPB_ContentDecryptor_Private_SessionCreated(PP_Instance instance, uint32_t session_id, struct PP_Var* web_session_id) {
PP_Var           2437 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M35_PPB_ContentDecryptor_Private_SessionMessage(PP_Instance instance, uint32_t session_id, struct PP_Var* message, struct PP_Var* destination_url) {
PP_Var           2533 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M15_PPB_FileRefPrivate_GetAbsolutePath(struct PP_Var* _struct_result, PP_Resource file_ref) {
PP_Var           2554 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M21_PPB_Flash_GetProxyForURL(struct PP_Var* _struct_result, PP_Instance instance, const char* url) {
PP_Var           2579 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M21_PPB_Flash_GetCommandLineArgs(struct PP_Var* _struct_result, PP_Module module) {
PP_Var           2604 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M21_PPB_Flash_GetDeviceID(struct PP_Var* _struct_result, PP_Instance instance) {
PP_Var           2614 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M21_PPB_Flash_GetSetting(struct PP_Var* _struct_result, PP_Instance instance, PP_FlashSetting setting) {
PP_Var           2633 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M22_PPB_Flash_GetProxyForURL(struct PP_Var* _struct_result, PP_Instance instance, const char* url) {
PP_Var           2658 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M22_PPB_Flash_GetCommandLineArgs(struct PP_Var* _struct_result, PP_Module module) {
PP_Var           2683 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M22_PPB_Flash_GetDeviceID(struct PP_Var* _struct_result, PP_Instance instance) {
PP_Var           2693 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M22_PPB_Flash_GetSetting(struct PP_Var* _struct_result, PP_Instance instance, PP_FlashSetting setting) {
PP_Var           2698 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M22_PPB_Flash_SetCrashData(PP_Instance instance, PP_FlashCrashKey key, struct PP_Var* value) {
PP_Var           2717 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M24_0_PPB_Flash_GetProxyForURL(struct PP_Var* _struct_result, PP_Instance instance, const char* url) {
PP_Var           2742 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M24_0_PPB_Flash_GetCommandLineArgs(struct PP_Var* _struct_result, PP_Module module) {
PP_Var           2767 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M24_0_PPB_Flash_GetDeviceID(struct PP_Var* _struct_result, PP_Instance instance) {
PP_Var           2777 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M24_0_PPB_Flash_GetSetting(struct PP_Var* _struct_result, PP_Instance instance, PP_FlashSetting setting) {
PP_Var           2782 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M24_0_PPB_Flash_SetCrashData(PP_Instance instance, PP_FlashCrashKey key, struct PP_Var* value) {
PP_Var           2806 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M24_1_PPB_Flash_GetProxyForURL(struct PP_Var* _struct_result, PP_Instance instance, const char* url) {
PP_Var           2821 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M24_1_PPB_Flash_GetCommandLineArgs(struct PP_Var* _struct_result, PP_Module module) {
PP_Var           2841 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M24_1_PPB_Flash_GetSetting(struct PP_Var* _struct_result, PP_Instance instance, PP_FlashSetting setting) {
PP_Var           2846 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Bool Pnacl_M24_1_PPB_Flash_SetCrashData(PP_Instance instance, PP_FlashCrashKey key, struct PP_Var* value) {
PP_Var           2865 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M19_PPB_Flash_Clipboard_ReadData(struct PP_Var* _struct_result, PP_Instance instance_id, PP_Flash_Clipboard_Type clipboard_type, PP_Flash_Clipboard_Format format) {
PP_Var           2870 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M19_PPB_Flash_Clipboard_WriteData(PP_Instance instance_id, PP_Flash_Clipboard_Type clipboard_type, uint32_t data_item_count, const PP_Flash_Clipboard_Format formats[], const struct PP_Var data_items[]) {
PP_Var           2889 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M24_PPB_Flash_Clipboard_ReadData(struct PP_Var* _struct_result, PP_Instance instance_id, PP_Flash_Clipboard_Type clipboard_type, uint32_t format) {
PP_Var           2894 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M24_PPB_Flash_Clipboard_WriteData(PP_Instance instance_id, PP_Flash_Clipboard_Type clipboard_type, uint32_t data_item_count, const uint32_t formats[], const struct PP_Var data_items[]) {
PP_Var           2913 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M34_PPB_Flash_Clipboard_ReadData(struct PP_Var* _struct_result, PP_Instance instance_id, PP_Flash_Clipboard_Type clipboard_type, uint32_t format) {
PP_Var           2918 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M34_PPB_Flash_Clipboard_WriteData(PP_Instance instance_id, PP_Flash_Clipboard_Type clipboard_type, uint32_t data_item_count, const uint32_t formats[], const struct PP_Var data_items[]) {
PP_Var           2937 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M21_PPB_Flash_DeviceID_GetDeviceID(PP_Resource device_id, struct PP_Var* id, struct PP_CompletionCallback* callback) {
PP_Var           2951 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Flash_DRM_GetDeviceID(PP_Resource drm, struct PP_Var* id, struct PP_CompletionCallback* callback) {
PP_Var           2975 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M33_PPB_Flash_DRM_GetDeviceID(PP_Resource drm, struct PP_Var* id, struct PP_CompletionCallback* callback) {
PP_Var           3043 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M19_PPB_HostResolver_Private_GetCanonicalName(struct PP_Var* _struct_result, PP_Resource host_resolver) {
PP_Var           3062 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M13_PPB_Instance_Private_GetWindowObject(struct PP_Var* _struct_result, PP_Instance instance) {
PP_Var           3067 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M13_PPB_Instance_Private_GetOwnerElementObject(struct PP_Var* _struct_result, PP_Instance instance) {
PP_Var           3072 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M13_PPB_Instance_Private_ExecuteScript(struct PP_Var* _struct_result, PP_Instance instance, struct PP_Var* script, struct PP_Var* exception) {
PP_Var           3090 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M25_PPB_NaCl_Private_LaunchSelLdr(PP_Instance instance, const char* alleged_url, PP_Bool uses_irt, PP_Bool uses_ppapi, PP_Bool uses_nonsfi_mode, PP_Bool enable_ppapi_dev, PP_Bool enable_dyncode_syscalls, PP_Bool enable_exception_handling, PP_Bool enable_crash_throttling, void* imc_handle, struct PP_Var* error_message, struct PP_CompletionCallback* callback) {
PP_Var           3195 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_UrlSchemeType Pnacl_M25_PPB_NaCl_Private_GetUrlScheme(struct PP_Var* url) {
PP_Var           3254 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M17_PPB_NetAddress_Private_Describe(struct PP_Var* _struct_result, PP_Module module, const struct PP_NetAddress_Private* addr, PP_Bool include_port) {
PP_Var           3283 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M19_0_PPB_NetAddress_Private_Describe(struct PP_Var* _struct_result, PP_Module module, const struct PP_NetAddress_Private* addr, PP_Bool include_port) {
PP_Var           3327 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M19_1_PPB_NetAddress_Private_Describe(struct PP_Var* _struct_result, PP_Module module, const struct PP_NetAddress_Private* addr, PP_Bool include_port) {
PP_Var           3410 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M32_PPB_PlatformVerification_Private_ChallengePlatform(PP_Resource instance, struct PP_Var* service_id, struct PP_Var* challenge, struct PP_Var* signed_data, struct PP_Var* signed_data_signature, struct PP_Var* platform_key_certificate, struct PP_CompletionCallback* callback) {
PP_Var           3698 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M27_PPB_TCPSocket_Private_SetOption(PP_Resource tcp_socket, PP_TCPSocketOption_Private name, struct PP_Var* value, struct PP_CompletionCallback* callback) {
PP_Var           3737 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M33_PPB_Testing_Private_GetDocumentURL(struct PP_Var* _struct_result, PP_Instance instance, struct PP_URLComponents_Dev* components) {
PP_Var           3742 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static uint32_t Pnacl_M33_PPB_Testing_Private_GetLiveVars(struct PP_Var live_vars[], uint32_t array_size) {
PP_Var           3849 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M23_PPB_UDPSocket_Private_SetSocketFeature(PP_Resource udp_socket, PP_UDPSocketFeature_Private name, struct PP_Var* value) {
PP_Var           3888 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M35_PPB_UMA_Private_HistogramCustomTimes(PP_Instance instance, struct PP_Var* name, int64_t sample, int64_t min, int64_t max, uint32_t bucket_count) {
PP_Var           3893 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M35_PPB_UMA_Private_HistogramCustomCounts(PP_Instance instance, struct PP_Var* name, int32_t sample, int32_t min, int32_t max, uint32_t bucket_count) {
PP_Var           3898 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M35_PPB_UMA_Private_HistogramEnumeration(PP_Instance instance, struct PP_Var* name, int32_t sample, int32_t boundary_value) {
PP_Var           3922 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_VideoDestination_Private_Open(PP_Resource destination, struct PP_Var* stream_url, struct PP_CompletionCallback* callback) {
PP_Var           3951 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_VideoSource_Private_Open(PP_Resource source, struct PP_Var* stream_url, struct PP_CompletionCallback* callback) {
PP_Var           3985 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M19_PPB_X509Certificate_Private_GetField(struct PP_Var* _struct_result, PP_Resource resource, PP_X509Certificate_Private_Field field) {
PP_Var           3994 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M34_PPP_ContentDecryptor_Private_Initialize(PP_Instance instance, struct PP_Var key_system) {
PP_Var           3996 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   void (*temp_fp)(PP_Instance instance, struct PP_Var* key_system) =
PP_Var           3997 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     ((void (*)(PP_Instance instance, struct PP_Var* key_system))iface->Initialize);
PP_Var           4001 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M34_PPP_ContentDecryptor_Private_CreateSession(PP_Instance instance, uint32_t session_id, struct PP_Var content_type, struct PP_Var init_data) {
PP_Var           4003 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   void (*temp_fp)(PP_Instance instance, uint32_t session_id, struct PP_Var* content_type, struct PP_Var* init_data) =
PP_Var           4004 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     ((void (*)(PP_Instance instance, uint32_t session_id, struct PP_Var* content_type, struct PP_Var* init_data))iface->CreateSession);
PP_Var           4008 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M34_PPP_ContentDecryptor_Private_LoadSession(PP_Instance instance, uint32_t session_id, struct PP_Var web_session_id) {
PP_Var           4010 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   void (*temp_fp)(PP_Instance instance, uint32_t session_id, struct PP_Var* web_session_id) =
PP_Var           4011 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     ((void (*)(PP_Instance instance, uint32_t session_id, struct PP_Var* web_session_id))iface->LoadSession);
PP_Var           4015 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M34_PPP_ContentDecryptor_Private_UpdateSession(PP_Instance instance, uint32_t session_id, struct PP_Var response) {
PP_Var           4017 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   void (*temp_fp)(PP_Instance instance, uint32_t session_id, struct PP_Var* response) =
PP_Var           4018 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     ((void (*)(PP_Instance instance, uint32_t session_id, struct PP_Var* response))iface->UpdateSession);
PP_Var           4083 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static struct PP_Var Pnacl_M18_PPP_Instance_Private_GetInstanceObject(PP_Instance instance) {
PP_Var           4085 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   void (*temp_fp)(struct PP_Var* _struct_result, PP_Instance instance) =
PP_Var           4086 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     ((void (*)(struct PP_Var* _struct_result, PP_Instance instance))iface->GetInstanceObject);
PP_Var           4087 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   struct PP_Var _struct_result;
PP_Var           4101 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M28_PPB_Ext_Socket_Dev_Destroy(PP_Instance instance, struct PP_Var* socket_id) {
PP_Var           4106 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_Connect(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* hostname, struct PP_Var* port, struct PP_Var* result, struct PP_CompletionCallback* callback) {
PP_Var           4111 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_Bind(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* address, struct PP_Var* port, struct PP_Var* result, struct PP_CompletionCallback* callback) {
PP_Var           4116 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M28_PPB_Ext_Socket_Dev_Disconnect(PP_Instance instance, struct PP_Var* socket_id) {
PP_Var           4121 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_Read(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* buffer_size, PP_Ext_Socket_ReadInfo_Dev* read_info, struct PP_CompletionCallback* callback) {
PP_Var           4126 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_Write(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* data, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback* callback) {
PP_Var           4131 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_RecvFrom(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* buffer_size, PP_Ext_Socket_RecvFromInfo_Dev* recv_from_info, struct PP_CompletionCallback* callback) {
PP_Var           4136 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_SendTo(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* data, struct PP_Var* address, struct PP_Var* port, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback* callback) {
PP_Var           4141 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_Listen(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* address, struct PP_Var* port, struct PP_Var* backlog, struct PP_Var* result, struct PP_CompletionCallback* callback) {
PP_Var           4146 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_Accept(PP_Instance instance, struct PP_Var* socket_id, PP_Ext_Socket_AcceptInfo_Dev* accept_info, struct PP_CompletionCallback* callback) {
PP_Var           4151 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_SetKeepAlive(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* enable, struct PP_Var* delay, struct PP_Var* result, struct PP_CompletionCallback* callback) {
PP_Var           4156 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_SetNoDelay(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* no_delay, struct PP_Var* result, struct PP_CompletionCallback* callback) {
PP_Var           4161 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_GetInfo(PP_Instance instance, struct PP_Var* socket_id, PP_Ext_Socket_SocketInfo_Dev* result, struct PP_CompletionCallback* callback) {
PP_Var           4180 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M29_PPB_Ext_Socket_Dev_Destroy(PP_Instance instance, struct PP_Var* socket_id) {
PP_Var           4185 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_Connect(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* hostname, struct PP_Var* port, struct PP_Var* result, struct PP_CompletionCallback* callback) {
PP_Var           4190 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_Bind(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* address, struct PP_Var* port, struct PP_Var* result, struct PP_CompletionCallback* callback) {
PP_Var           4195 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M29_PPB_Ext_Socket_Dev_Disconnect(PP_Instance instance, struct PP_Var* socket_id) {
PP_Var           4200 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_Read(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* buffer_size, PP_Ext_Socket_ReadInfo_Dev* read_info, struct PP_CompletionCallback* callback) {
PP_Var           4205 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_Write(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* data, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback* callback) {
PP_Var           4210 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_RecvFrom(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* buffer_size, PP_Ext_Socket_RecvFromInfo_Dev* recv_from_info, struct PP_CompletionCallback* callback) {
PP_Var           4215 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_SendTo(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* data, struct PP_Var* address, struct PP_Var* port, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback* callback) {
PP_Var           4220 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_Listen(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* address, struct PP_Var* port, struct PP_Var* backlog, struct PP_Var* result, struct PP_CompletionCallback* callback) {
PP_Var           4225 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_Accept(PP_Instance instance, struct PP_Var* socket_id, PP_Ext_Socket_AcceptInfo_Dev* accept_info, struct PP_CompletionCallback* callback) {
PP_Var           4230 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_SetKeepAlive(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* enable, struct PP_Var* delay, struct PP_Var* result, struct PP_CompletionCallback* callback) {
PP_Var           4235 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_SetNoDelay(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* no_delay, struct PP_Var* result, struct PP_CompletionCallback* callback) {
PP_Var           4240 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_GetInfo(PP_Instance instance, struct PP_Var* socket_id, PP_Ext_Socket_SocketInfo_Dev* result, struct PP_CompletionCallback* callback) {
PP_Var           4250 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_JoinGroup(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* address, struct PP_Var* result, struct PP_CompletionCallback* callback) {
PP_Var           4255 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_LeaveGroup(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* address, struct PP_Var* result, struct PP_CompletionCallback* callback) {
PP_Var           4260 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_SetMulticastTimeToLive(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* ttl, struct PP_Var* result, struct PP_CompletionCallback* callback) {
PP_Var           4265 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_SetMulticastLoopbackMode(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* enabled, struct PP_Var* result, struct PP_CompletionCallback* callback) {
PP_Var           4270 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_GetJoinedGroups(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* groups, struct PP_CompletionCallback* callback) {
PP_Var           4288 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Log = (void (*)(PP_Instance instance, PP_LogLevel level, struct PP_Var value))&Pnacl_M25_PPB_Console_Log,
PP_Var           4289 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .LogWithSource = (void (*)(PP_Instance instance, PP_LogLevel level, struct PP_Var source, struct PP_Var value))&Pnacl_M25_PPB_Console_LogWithSource
PP_Var           4338 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetName = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M14_PPB_FileRef_GetName,
PP_Var           4339 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetPath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M14_PPB_FileRef_GetPath,
PP_Var           4351 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetName = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M28_PPB_FileRef_GetName,
PP_Var           4352 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetPath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M28_PPB_FileRef_GetPath,
PP_Var           4366 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetName = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M34_PPB_FileRef_GetName,
PP_Var           4367 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetPath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M34_PPB_FileRef_GetPath,
PP_Var           4425 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetCanonicalName = (struct PP_Var (*)(PP_Resource host_resolver))&Pnacl_M29_PPB_HostResolver_GetCanonicalName,
PP_Var           4460 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Create = (PP_Resource (*)(PP_Instance instance, PP_InputEvent_Type type, PP_TimeTicks time_stamp, uint32_t modifiers, uint32_t key_code, struct PP_Var character_text))&Pnacl_M13_PPB_KeyboardInputEvent_Create,
PP_Var           4463 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetCharacterText = (struct PP_Var (*)(PP_Resource character_event))&Pnacl_M13_PPB_KeyboardInputEvent_GetCharacterText
PP_Var           4467 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Create = (PP_Resource (*)(PP_Instance instance, PP_InputEvent_Type type, PP_TimeTicks time_stamp, uint32_t modifiers, uint32_t key_code, struct PP_Var character_text, struct PP_Var code))&Pnacl_M34_PPB_KeyboardInputEvent_Create,
PP_Var           4470 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetCharacterText = (struct PP_Var (*)(PP_Resource character_event))&Pnacl_M34_PPB_KeyboardInputEvent_GetCharacterText,
PP_Var           4471 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetCode = (struct PP_Var (*)(PP_Resource key_event))&Pnacl_M34_PPB_KeyboardInputEvent_GetCode
PP_Var           4484 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Create = (PP_Resource (*)(PP_Instance instance, PP_InputEvent_Type type, PP_TimeTicks time_stamp, struct PP_Var text, uint32_t segment_number, const uint32_t segment_offsets[], int32_t target_segment, uint32_t selection_start, uint32_t selection_end))&Pnacl_M13_PPB_IMEInputEvent_Create,
PP_Var           4486 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetText = (struct PP_Var (*)(PP_Resource ime_event))&Pnacl_M13_PPB_IMEInputEvent_GetText,
PP_Var           4499 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetId = (struct PP_Var (*)(PP_Resource audio_track))&Pnacl_M35_PPB_MediaStreamAudioTrack_GetId,
PP_Var           4510 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetId = (struct PP_Var (*)(PP_Resource video_track))&Pnacl_M35_PPB_MediaStreamVideoTrack_GetId,
PP_Var           4528 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .PostMessage = (void (*)(PP_Instance instance, struct PP_Var message))&Pnacl_M14_PPB_Messaging_PostMessage
PP_Var           4543 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .DescribeAsString = (struct PP_Var (*)(PP_Resource addr, PP_Bool include_port))&Pnacl_M29_PPB_NetAddress_DescribeAsString,
PP_Var           4551 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetName = (struct PP_Var (*)(PP_Resource resource, uint32_t index))&Pnacl_M31_PPB_NetworkList_GetName,
PP_Var           4555 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetDisplayName = (struct PP_Var (*)(PP_Resource resource, uint32_t index))&Pnacl_M31_PPB_NetworkList_GetDisplayName,
PP_Var           4566 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetProxyForURL = (int32_t (*)(PP_Instance instance, struct PP_Var url, struct PP_Var* proxy_string, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_NetworkProxy_GetProxyForURL
PP_Var           4578 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetOption = (int32_t (*)(PP_Resource tcp_socket, PP_TCPSocket_Option name, struct PP_Var value, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_TCPSocket_SetOption
PP_Var           4593 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetOption = (int32_t (*)(PP_Resource tcp_socket, PP_TCPSocket_Option name, struct PP_Var value, struct PP_CompletionCallback callback))&Pnacl_M31_PPB_TCPSocket_SetOption
PP_Var           4600 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .UpdateSurroundingText = (void (*)(PP_Instance instance, struct PP_Var text, uint32_t caret, uint32_t anchor))&Pnacl_M30_PPB_TextInputController_UpdateSurroundingText
PP_Var           4611 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetOption = (int32_t (*)(PP_Resource udp_socket, PP_UDPSocket_Option name, struct PP_Var value, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_UDPSocket_SetOption
PP_Var           4630 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetProperty = (PP_Bool (*)(PP_Resource request, PP_URLRequestProperty property, struct PP_Var value))&Pnacl_M14_PPB_URLRequestInfo_SetProperty,
PP_Var           4637 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetProperty = (struct PP_Var (*)(PP_Resource response, PP_URLResponseProperty property))&Pnacl_M14_PPB_URLResponseInfo_GetProperty,
PP_Var           4642 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .AddRef = (void (*)(struct PP_Var var))&Pnacl_M14_PPB_Var_AddRef,
PP_Var           4643 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Release = (void (*)(struct PP_Var var))&Pnacl_M14_PPB_Var_Release,
PP_Var           4644 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .VarFromUtf8 = (struct PP_Var (*)(PP_Module module, const char* data, uint32_t len))&Pnacl_M14_PPB_Var_VarFromUtf8,
PP_Var           4645 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .VarToUtf8 = (const char* (*)(struct PP_Var var, uint32_t* len))&Pnacl_M14_PPB_Var_VarToUtf8
PP_Var           4649 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .AddRef = (void (*)(struct PP_Var var))&Pnacl_M18_PPB_Var_AddRef,
PP_Var           4650 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Release = (void (*)(struct PP_Var var))&Pnacl_M18_PPB_Var_Release,
PP_Var           4651 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .VarFromUtf8 = (struct PP_Var (*)(const char* data, uint32_t len))&Pnacl_M18_PPB_Var_VarFromUtf8,
PP_Var           4652 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .VarToUtf8 = (const char* (*)(struct PP_Var var, uint32_t* len))&Pnacl_M18_PPB_Var_VarToUtf8
PP_Var           4656 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .AddRef = (void (*)(struct PP_Var var))&Pnacl_M34_PPB_Var_AddRef,
PP_Var           4657 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Release = (void (*)(struct PP_Var var))&Pnacl_M34_PPB_Var_Release,
PP_Var           4658 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .VarFromUtf8 = (struct PP_Var (*)(const char* data, uint32_t len))&Pnacl_M34_PPB_Var_VarFromUtf8,
PP_Var           4659 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .VarToUtf8 = (const char* (*)(struct PP_Var var, uint32_t* len))&Pnacl_M34_PPB_Var_VarToUtf8,
PP_Var           4660 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .VarToResource = (PP_Resource (*)(struct PP_Var var))&Pnacl_M34_PPB_Var_VarToResource,
PP_Var           4661 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .VarFromResource = (struct PP_Var (*)(PP_Resource resource))&Pnacl_M34_PPB_Var_VarFromResource
PP_Var           4665 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Create = (struct PP_Var (*)(void))&Pnacl_M29_PPB_VarArray_Create,
PP_Var           4666 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Get = (struct PP_Var (*)(struct PP_Var array, uint32_t index))&Pnacl_M29_PPB_VarArray_Get,
PP_Var           4667 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Set = (PP_Bool (*)(struct PP_Var array, uint32_t index, struct PP_Var value))&Pnacl_M29_PPB_VarArray_Set,
PP_Var           4668 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetLength = (uint32_t (*)(struct PP_Var array))&Pnacl_M29_PPB_VarArray_GetLength,
PP_Var           4669 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetLength = (PP_Bool (*)(struct PP_Var array, uint32_t length))&Pnacl_M29_PPB_VarArray_SetLength
PP_Var           4673 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Create = (struct PP_Var (*)(uint32_t size_in_bytes))&Pnacl_M18_PPB_VarArrayBuffer_Create,
PP_Var           4674 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .ByteLength = (PP_Bool (*)(struct PP_Var array, uint32_t* byte_length))&Pnacl_M18_PPB_VarArrayBuffer_ByteLength,
PP_Var           4675 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Map = (void* (*)(struct PP_Var array))&Pnacl_M18_PPB_VarArrayBuffer_Map,
PP_Var           4676 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Unmap = (void (*)(struct PP_Var array))&Pnacl_M18_PPB_VarArrayBuffer_Unmap
PP_Var           4680 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Create = (struct PP_Var (*)(void))&Pnacl_M29_PPB_VarDictionary_Create,
PP_Var           4681 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Get = (struct PP_Var (*)(struct PP_Var dict, struct PP_Var key))&Pnacl_M29_PPB_VarDictionary_Get,
PP_Var           4682 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Set = (PP_Bool (*)(struct PP_Var dict, struct PP_Var key, struct PP_Var value))&Pnacl_M29_PPB_VarDictionary_Set,
PP_Var           4683 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Delete = (void (*)(struct PP_Var dict, struct PP_Var key))&Pnacl_M29_PPB_VarDictionary_Delete,
PP_Var           4684 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .HasKey = (PP_Bool (*)(struct PP_Var dict, struct PP_Var key))&Pnacl_M29_PPB_VarDictionary_HasKey,
PP_Var           4685 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetKeys = (struct PP_Var (*)(struct PP_Var dict))&Pnacl_M29_PPB_VarDictionary_GetKeys
PP_Var           4697 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Connect = (int32_t (*)(PP_Resource web_socket, struct PP_Var url, const struct PP_Var protocols[], uint32_t protocol_count, struct PP_CompletionCallback callback))&Pnacl_M18_PPB_WebSocket_Connect,
PP_Var           4698 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Close = (int32_t (*)(PP_Resource web_socket, uint16_t code, struct PP_Var reason, struct PP_CompletionCallback callback))&Pnacl_M18_PPB_WebSocket_Close,
PP_Var           4699 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .ReceiveMessage = (int32_t (*)(PP_Resource web_socket, struct PP_Var* message, struct PP_CompletionCallback callback))&Pnacl_M18_PPB_WebSocket_ReceiveMessage,
PP_Var           4700 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SendMessage = (int32_t (*)(PP_Resource web_socket, struct PP_Var message))&Pnacl_M18_PPB_WebSocket_SendMessage,
PP_Var           4703 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetCloseReason = (struct PP_Var (*)(PP_Resource web_socket))&Pnacl_M18_PPB_WebSocket_GetCloseReason,
PP_Var           4705 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetExtensions = (struct PP_Var (*)(PP_Resource web_socket))&Pnacl_M18_PPB_WebSocket_GetExtensions,
PP_Var           4706 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetProtocol = (struct PP_Var (*)(PP_Resource web_socket))&Pnacl_M18_PPB_WebSocket_GetProtocol,
PP_Var           4708 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetURL = (struct PP_Var (*)(PP_Resource web_socket))&Pnacl_M18_PPB_WebSocket_GetURL
PP_Var           4740 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Create = (void (*)(PP_Instance instance, struct PP_Var name, const struct PP_Alarms_AlarmCreateInfo_Dev* alarm_info))&Pnacl_M33_PPB_Alarms_Dev_Create,
PP_Var           4741 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Get = (int32_t (*)(PP_Instance instance, struct PP_Var name, struct PP_Alarms_Alarm_Dev* alarm, struct PP_CompletionCallback callback))&Pnacl_M33_PPB_Alarms_Dev_Get,
PP_Var           4743 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Clear = (void (*)(PP_Instance instance, struct PP_Var name))&Pnacl_M33_PPB_Alarms_Dev_Clear,
PP_Var           4781 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetName = (struct PP_Var (*)(PP_Resource device_ref))&Pnacl_M18_PPB_DeviceRef_Dev_GetName
PP_Var           4785 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Create = (PP_Resource (*)(PP_Instance instance, PP_FileChooserMode_Dev mode, struct PP_Var accept_types))&Pnacl_M16_PPB_FileChooser_Dev_Create,
PP_Var           4792 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Create = (PP_Resource (*)(PP_Instance instance, PP_FileChooserMode_Dev mode, struct PP_Var accept_types))&Pnacl_M19_PPB_FileChooser_Dev_Create,
PP_Var           4798 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetFontFamilies = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M14_PPB_Font_Dev_GetFontFamilies,
PP_Var           4810 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetText = (struct PP_Var (*)(PP_Resource ime_event))&Pnacl_M16_PPB_IMEInputEvent_Dev_GetText,
PP_Var           4818 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Create = (PP_Resource (*)(PP_Instance instance, PP_InputEvent_Type type, PP_TimeTicks time_stamp, struct PP_Var text, uint32_t segment_number, const uint32_t segment_offsets[], int32_t target_segment, uint32_t selection_start, uint32_t selection_end))&Pnacl_M21_PPB_IMEInputEvent_Dev_Create,
PP_Var           4820 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetText = (struct PP_Var (*)(PP_Resource ime_event))&Pnacl_M21_PPB_IMEInputEvent_Dev_GetText,
PP_Var           4846 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetFontsInFamily = (int32_t (*)(PP_Instance instance, struct PP_Var family, struct PP_ArrayOutput output, struct PP_CompletionCallback callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_GetFontsInFamily,
PP_Var           4855 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Canonicalize = (struct PP_Var (*)(struct PP_Var url, struct PP_URLComponents_Dev* components))&Pnacl_M17_PPB_URLUtil_Dev_Canonicalize,
PP_Var           4856 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .ResolveRelativeToURL = (struct PP_Var (*)(struct PP_Var base_url, struct PP_Var relative_string, struct PP_URLComponents_Dev* components))&Pnacl_M17_PPB_URLUtil_Dev_ResolveRelativeToURL,
PP_Var           4857 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .ResolveRelativeToDocument = (struct PP_Var (*)(PP_Instance instance, struct PP_Var relative_string, struct PP_URLComponents_Dev* components))&Pnacl_M17_PPB_URLUtil_Dev_ResolveRelativeToDocument,
PP_Var           4858 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .IsSameSecurityOrigin = (PP_Bool (*)(struct PP_Var url_a, struct PP_Var url_b))&Pnacl_M17_PPB_URLUtil_Dev_IsSameSecurityOrigin,
PP_Var           4859 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .DocumentCanRequest = (PP_Bool (*)(PP_Instance instance, struct PP_Var url))&Pnacl_M17_PPB_URLUtil_Dev_DocumentCanRequest,
PP_Var           4861 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetDocumentURL = (struct PP_Var (*)(PP_Instance instance, struct PP_URLComponents_Dev* components))&Pnacl_M17_PPB_URLUtil_Dev_GetDocumentURL,
PP_Var           4862 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetPluginInstanceURL = (struct PP_Var (*)(PP_Instance instance, struct PP_URLComponents_Dev* components))&Pnacl_M17_PPB_URLUtil_Dev_GetPluginInstanceURL
PP_Var           4866 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Canonicalize = (struct PP_Var (*)(struct PP_Var url, struct PP_URLComponents_Dev* components))&Pnacl_M31_PPB_URLUtil_Dev_Canonicalize,
PP_Var           4867 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .ResolveRelativeToURL = (struct PP_Var (*)(struct PP_Var base_url, struct PP_Var relative_string, struct PP_URLComponents_Dev* components))&Pnacl_M31_PPB_URLUtil_Dev_ResolveRelativeToURL,
PP_Var           4868 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .ResolveRelativeToDocument = (struct PP_Var (*)(PP_Instance instance, struct PP_Var relative_string, struct PP_URLComponents_Dev* components))&Pnacl_M31_PPB_URLUtil_Dev_ResolveRelativeToDocument,
PP_Var           4869 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .IsSameSecurityOrigin = (PP_Bool (*)(struct PP_Var url_a, struct PP_Var url_b))&Pnacl_M31_PPB_URLUtil_Dev_IsSameSecurityOrigin,
PP_Var           4870 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .DocumentCanRequest = (PP_Bool (*)(PP_Instance instance, struct PP_Var url))&Pnacl_M31_PPB_URLUtil_Dev_DocumentCanRequest,
PP_Var           4872 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetDocumentURL = (struct PP_Var (*)(PP_Instance instance, struct PP_URLComponents_Dev* components))&Pnacl_M31_PPB_URLUtil_Dev_GetDocumentURL,
PP_Var           4873 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetPluginInstanceURL = (struct PP_Var (*)(PP_Instance instance, struct PP_URLComponents_Dev* components))&Pnacl_M31_PPB_URLUtil_Dev_GetPluginInstanceURL,
PP_Var           4874 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetPluginReferrerURL = (struct PP_Var (*)(PP_Instance instance, struct PP_URLComponents_Dev* components))&Pnacl_M31_PPB_URLUtil_Dev_GetPluginReferrerURL
PP_Var           4931 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SessionCreated = (void (*)(PP_Instance instance, uint32_t session_id, struct PP_Var web_session_id))&Pnacl_M35_PPB_ContentDecryptor_Private_SessionCreated,
PP_Var           4932 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SessionMessage = (void (*)(PP_Instance instance, uint32_t session_id, struct PP_Var message, struct PP_Var destination_url))&Pnacl_M35_PPB_ContentDecryptor_Private_SessionMessage,
PP_Var           4960 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetAbsolutePath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M15_PPB_FileRefPrivate_GetAbsolutePath
PP_Var           4968 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetProxyForURL = (struct PP_Var (*)(PP_Instance instance, const char* url))&Pnacl_M21_PPB_Flash_GetProxyForURL,
PP_Var           4973 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M21_PPB_Flash_GetCommandLineArgs,
PP_Var           4978 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetDeviceID = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M21_PPB_Flash_GetDeviceID,
PP_Var           4980 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetSetting = (struct PP_Var (*)(PP_Instance instance, PP_FlashSetting setting))&Pnacl_M21_PPB_Flash_GetSetting
PP_Var           4986 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetProxyForURL = (struct PP_Var (*)(PP_Instance instance, const char* url))&Pnacl_M22_PPB_Flash_GetProxyForURL,
PP_Var           4991 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M22_PPB_Flash_GetCommandLineArgs,
PP_Var           4996 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetDeviceID = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M22_PPB_Flash_GetDeviceID,
PP_Var           4998 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetSetting = (struct PP_Var (*)(PP_Instance instance, PP_FlashSetting setting))&Pnacl_M22_PPB_Flash_GetSetting,
PP_Var           4999 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetCrashData = (PP_Bool (*)(PP_Instance instance, PP_FlashCrashKey key, struct PP_Var value))&Pnacl_M22_PPB_Flash_SetCrashData
PP_Var           5005 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetProxyForURL = (struct PP_Var (*)(PP_Instance instance, const char* url))&Pnacl_M24_0_PPB_Flash_GetProxyForURL,
PP_Var           5010 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M24_0_PPB_Flash_GetCommandLineArgs,
PP_Var           5015 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetDeviceID = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M24_0_PPB_Flash_GetDeviceID,
PP_Var           5017 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetSetting = (struct PP_Var (*)(PP_Instance instance, PP_FlashSetting setting))&Pnacl_M24_0_PPB_Flash_GetSetting,
PP_Var           5018 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetCrashData = (PP_Bool (*)(PP_Instance instance, PP_FlashCrashKey key, struct PP_Var value))&Pnacl_M24_0_PPB_Flash_SetCrashData,
PP_Var           5025 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetProxyForURL = (struct PP_Var (*)(PP_Instance instance, const char* url))&Pnacl_M24_1_PPB_Flash_GetProxyForURL,
PP_Var           5028 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M24_1_PPB_Flash_GetCommandLineArgs,
PP_Var           5032 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetSetting = (struct PP_Var (*)(PP_Instance instance, PP_FlashSetting setting))&Pnacl_M24_1_PPB_Flash_GetSetting,
PP_Var           5033 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetCrashData = (PP_Bool (*)(PP_Instance instance, PP_FlashCrashKey key, struct PP_Var value))&Pnacl_M24_1_PPB_Flash_SetCrashData,
PP_Var           5039 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .ReadData = (struct PP_Var (*)(PP_Instance instance_id, PP_Flash_Clipboard_Type clipboard_type, PP_Flash_Clipboard_Format format))&Pnacl_M19_PPB_Flash_Clipboard_ReadData,
PP_Var           5040 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .WriteData = (int32_t (*)(PP_Instance instance_id, PP_Flash_Clipboard_Type clipboard_type, uint32_t data_item_count, const PP_Flash_Clipboard_Format formats[], const struct PP_Var data_items[]))&Pnacl_M19_PPB_Flash_Clipboard_WriteData
PP_Var           5046 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .ReadData = (struct PP_Var (*)(PP_Instance instance_id, PP_Flash_Clipboard_Type clipboard_type, uint32_t format))&Pnacl_M24_PPB_Flash_Clipboard_ReadData,
PP_Var           5047 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .WriteData = (int32_t (*)(PP_Instance instance_id, PP_Flash_Clipboard_Type clipboard_type, uint32_t data_item_count, const uint32_t formats[], const struct PP_Var data_items[]))&Pnacl_M24_PPB_Flash_Clipboard_WriteData
PP_Var           5053 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .ReadData = (struct PP_Var (*)(PP_Instance instance_id, PP_Flash_Clipboard_Type clipboard_type, uint32_t format))&Pnacl_M34_PPB_Flash_Clipboard_ReadData,
PP_Var           5054 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .WriteData = (int32_t (*)(PP_Instance instance_id, PP_Flash_Clipboard_Type clipboard_type, uint32_t data_item_count, const uint32_t formats[], const struct PP_Var data_items[]))&Pnacl_M34_PPB_Flash_Clipboard_WriteData,
PP_Var           5060 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetDeviceID = (int32_t (*)(PP_Resource device_id, struct PP_Var* id, struct PP_CompletionCallback callback))&Pnacl_M21_PPB_Flash_DeviceID_GetDeviceID
PP_Var           5065 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetDeviceID = (int32_t (*)(PP_Resource drm, struct PP_Var* id, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Flash_DRM_GetDeviceID,
PP_Var           5072 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetDeviceID = (int32_t (*)(PP_Resource drm, struct PP_Var* id, struct PP_CompletionCallback callback))&Pnacl_M33_PPB_Flash_DRM_GetDeviceID,
PP_Var           5098 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetCanonicalName = (struct PP_Var (*)(PP_Resource host_resolver))&Pnacl_M19_PPB_HostResolver_Private_GetCanonicalName,
PP_Var           5104 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetWindowObject = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M13_PPB_Instance_Private_GetWindowObject,
PP_Var           5105 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetOwnerElementObject = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M13_PPB_Instance_Private_GetOwnerElementObject,
PP_Var           5106 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .ExecuteScript = (struct PP_Var (*)(PP_Instance instance, struct PP_Var script, struct PP_Var* exception))&Pnacl_M13_PPB_Instance_Private_ExecuteScript
PP_Var           5114 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .LaunchSelLdr = (void (*)(PP_Instance instance, const char* alleged_url, PP_Bool uses_irt, PP_Bool uses_ppapi, PP_Bool uses_nonsfi_mode, PP_Bool enable_ppapi_dev, PP_Bool enable_dyncode_syscalls, PP_Bool enable_exception_handling, PP_Bool enable_crash_throttling, void* imc_handle, struct PP_Var* error_message, struct PP_CompletionCallback callback))&Pnacl_M25_PPB_NaCl_Private_LaunchSelLdr,
PP_Var           5135 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetUrlScheme = (PP_UrlSchemeType (*)(struct PP_Var url))&Pnacl_M25_PPB_NaCl_Private_GetUrlScheme,
PP_Var           5149 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Describe = (struct PP_Var (*)(PP_Module module, const struct PP_NetAddress_Private* addr, PP_Bool include_port))&Pnacl_M17_PPB_NetAddress_Private_Describe,
PP_Var           5157 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Describe = (struct PP_Var (*)(PP_Module module, const struct PP_NetAddress_Private* addr, PP_Bool include_port))&Pnacl_M19_0_PPB_NetAddress_Private_Describe,
PP_Var           5168 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Describe = (struct PP_Var (*)(PP_Module module, const struct PP_NetAddress_Private* addr, PP_Bool include_port))&Pnacl_M19_1_PPB_NetAddress_Private_Describe,
PP_Var           5189 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .ChallengePlatform = (int32_t (*)(PP_Resource instance, struct PP_Var service_id, struct PP_Var challenge, struct PP_Var* signed_data, struct PP_Var* signed_data_signature, struct PP_Var* platform_key_certificate, struct PP_CompletionCallback callback))&Pnacl_M32_PPB_PlatformVerification_Private_ChallengePlatform
PP_Var           5262 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetOption = (int32_t (*)(PP_Resource tcp_socket, PP_TCPSocketOption_Private name, struct PP_Var value, struct PP_CompletionCallback callback))&Pnacl_M27_PPB_TCPSocket_Private_SetOption
PP_Var           5272 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetDocumentURL = (struct PP_Var (*)(PP_Instance instance, struct PP_URLComponents_Dev* components))&Pnacl_M33_PPB_Testing_Private_GetDocumentURL,
PP_Var           5273 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetLiveVars = (uint32_t (*)(struct PP_Var live_vars[], uint32_t array_size))&Pnacl_M33_PPB_Testing_Private_GetLiveVars,
PP_Var           5301 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetSocketFeature = (int32_t (*)(PP_Resource udp_socket, PP_UDPSocketFeature_Private name, struct PP_Var value))&Pnacl_M23_PPB_UDPSocket_Private_SetSocketFeature,
PP_Var           5311 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .HistogramCustomTimes = (void (*)(PP_Instance instance, struct PP_Var name, int64_t sample, int64_t min, int64_t max, uint32_t bucket_count))&Pnacl_M35_PPB_UMA_Private_HistogramCustomTimes,
PP_Var           5312 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .HistogramCustomCounts = (void (*)(PP_Instance instance, struct PP_Var name, int32_t sample, int32_t min, int32_t max, uint32_t bucket_count))&Pnacl_M35_PPB_UMA_Private_HistogramCustomCounts,
PP_Var           5313 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .HistogramEnumeration = (void (*)(PP_Instance instance, struct PP_Var name, int32_t sample, int32_t boundary_value))&Pnacl_M35_PPB_UMA_Private_HistogramEnumeration,
PP_Var           5320 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Open = (int32_t (*)(PP_Resource destination, struct PP_Var stream_url, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_VideoDestination_Private_Open,
PP_Var           5328 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Open = (int32_t (*)(PP_Resource source, struct PP_Var stream_url, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_VideoSource_Private_Open,
PP_Var           5337 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetField = (struct PP_Var (*)(PP_Resource resource, PP_X509Certificate_Private_Field field))&Pnacl_M19_PPB_X509Certificate_Private_GetField
PP_Var           5368 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Destroy = (void (*)(PP_Instance instance, struct PP_Var socket_id))&Pnacl_M28_PPB_Ext_Socket_Dev_Destroy,
PP_Var           5369 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Connect = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var hostname, struct PP_Var port, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Connect,
PP_Var           5370 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Bind = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var address, struct PP_Var port, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Bind,
PP_Var           5371 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Disconnect = (void (*)(PP_Instance instance, struct PP_Var socket_id))&Pnacl_M28_PPB_Ext_Socket_Dev_Disconnect,
PP_Var           5372 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Read = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var buffer_size, PP_Ext_Socket_ReadInfo_Dev* read_info, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Read,
PP_Var           5373 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Write = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var data, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Write,
PP_Var           5374 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .RecvFrom = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var buffer_size, PP_Ext_Socket_RecvFromInfo_Dev* recv_from_info, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_RecvFrom,
PP_Var           5375 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SendTo = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var data, struct PP_Var address, struct PP_Var port, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_SendTo,
PP_Var           5376 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Listen = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var address, struct PP_Var port, struct PP_Var backlog, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Listen,
PP_Var           5377 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Accept = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, PP_Ext_Socket_AcceptInfo_Dev* accept_info, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Accept,
PP_Var           5378 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetKeepAlive = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var enable, struct PP_Var delay, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_SetKeepAlive,
PP_Var           5379 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetNoDelay = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var no_delay, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_SetNoDelay,
PP_Var           5380 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetInfo = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, PP_Ext_Socket_SocketInfo_Dev* result, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_GetInfo,
PP_Var           5386 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Destroy = (void (*)(PP_Instance instance, struct PP_Var socket_id))&Pnacl_M29_PPB_Ext_Socket_Dev_Destroy,
PP_Var           5387 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Connect = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var hostname, struct PP_Var port, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Connect,
PP_Var           5388 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Bind = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var address, struct PP_Var port, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Bind,
PP_Var           5389 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Disconnect = (void (*)(PP_Instance instance, struct PP_Var socket_id))&Pnacl_M29_PPB_Ext_Socket_Dev_Disconnect,
PP_Var           5390 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Read = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var buffer_size, PP_Ext_Socket_ReadInfo_Dev* read_info, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Read,
PP_Var           5391 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Write = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var data, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Write,
PP_Var           5392 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .RecvFrom = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var buffer_size, PP_Ext_Socket_RecvFromInfo_Dev* recv_from_info, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_RecvFrom,
PP_Var           5393 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SendTo = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var data, struct PP_Var address, struct PP_Var port, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_SendTo,
PP_Var           5394 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Listen = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var address, struct PP_Var port, struct PP_Var backlog, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Listen,
PP_Var           5395 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Accept = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, PP_Ext_Socket_AcceptInfo_Dev* accept_info, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Accept,
PP_Var           5396 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetKeepAlive = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var enable, struct PP_Var delay, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_SetKeepAlive,
PP_Var           5397 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetNoDelay = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var no_delay, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_SetNoDelay,
PP_Var           5398 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetInfo = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, PP_Ext_Socket_SocketInfo_Dev* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_GetInfo,
PP_Var           5400 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .JoinGroup = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var address, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_JoinGroup,
PP_Var           5401 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .LeaveGroup = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var address, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_LeaveGroup,
PP_Var           5402 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetMulticastTimeToLive = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var ttl, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_SetMulticastTimeToLive,
PP_Var           5403 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetMulticastLoopbackMode = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var enabled, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_SetMulticastLoopbackMode,
PP_Var           5404 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetJoinedGroups = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var* groups, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_GetJoinedGroups
PP_Var             98 ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/test_runner_ppapi.c                                       struct PP_Var message) {
PP_Var            103 ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/test_runner_ppapi.c   struct PP_Var result;
PP_Var             25 ppapi/native_client/tests/ppapi_test_lib/internal_utils.h PP_Var GetScriptableObject(PP_Instance instance);
PP_Var             28 ppapi/native_client/tests/ppapi_test_lib/internal_utils.h PP_Var RunScriptableTest(nacl::string test_name);
PP_Var            126 ppapi/native_client/tests/ppapi_test_lib/module_instance.cc void HandleMessage(PP_Instance instance, PP_Var message) {
PP_Var             34 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc   PP_Var post_var = PPBVar()->VarFromUtf8(test_message.c_str(),
PP_Var             40 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc PP_Var PP_MakeString(const char* s) {
PP_Var             44 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc nacl::string StringifyVar(const PP_Var& var) {
PP_Var            123 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc   PP_Var callback_var = PPBVar()->VarFromUtf8(callback_name,
PP_Var            102 ppapi/native_client/tests/ppapi_test_lib/test_interface.h PP_Var PP_MakeString(const char* s);
PP_Var            105 ppapi/native_client/tests/ppapi_test_lib/test_interface.h nacl::string StringifyVar(const PP_Var& var);
PP_Var             28 ppapi/proxy/browser_font_singleton_resource.cc PP_Var BrowserFontSingletonResource::GetFontFamilies(PP_Instance instance) {
PP_Var             29 ppapi/proxy/browser_font_singleton_resource.h   virtual PP_Var GetFontFamilies(PP_Instance instance) OVERRIDE;
PP_Var             49 ppapi/proxy/device_enumeration_resource_helper_unittest.cc   PP_Var name_pp_var = enter.object()->GetName();
PP_Var             38 ppapi/proxy/extensions_common_resource.cc     const std::vector<PP_Var>& input_args,
PP_Var             39 ppapi/proxy/extensions_common_resource.cc     const std::vector<PP_Var*>& output_args,
PP_Var             45 ppapi/proxy/extensions_common_resource.cc                                             const std::vector<PP_Var>& args) {
PP_Var             51 ppapi/proxy/extensions_common_resource.cc     const std::vector<PP_Var>& input_args,
PP_Var             52 ppapi/proxy/extensions_common_resource.cc     const std::vector<PP_Var*>& output_args,
PP_Var             58 ppapi/proxy/extensions_common_resource.cc                                            const std::vector<PP_Var>& args) {
PP_Var             65 ppapi/proxy/extensions_common_resource.cc     const std::vector<PP_Var>& input_args,
PP_Var             66 ppapi/proxy/extensions_common_resource.cc     const std::vector<PP_Var*>& output_args,
PP_Var             90 ppapi/proxy/extensions_common_resource.cc                                           const std::vector<PP_Var>& args) {
PP_Var            102 ppapi/proxy/extensions_common_resource.cc     const std::vector<PP_Var*>& output_args,
PP_Var            116 ppapi/proxy/extensions_common_resource.cc   std::vector<PP_Var> output_vars;
PP_Var            119 ppapi/proxy/extensions_common_resource.cc     std::vector<PP_Var>::const_iterator src_iter = output_vars.begin();
PP_Var            120 ppapi/proxy/extensions_common_resource.cc     std::vector<PP_Var*>::const_iterator dest_iter = output_args.begin();
PP_Var            128 ppapi/proxy/extensions_common_resource.cc     for (std::vector<PP_Var*>::const_iterator dest_iter = output_args.begin();
PP_Var             35 ppapi/proxy/extensions_common_resource.h       const std::vector<PP_Var>& input_args,
PP_Var             36 ppapi/proxy/extensions_common_resource.h       const std::vector<PP_Var*>& output_args,
PP_Var             39 ppapi/proxy/extensions_common_resource.h                             const std::vector<PP_Var>& args) OVERRIDE;
PP_Var             41 ppapi/proxy/extensions_common_resource.h                               const std::vector<PP_Var>& input_args,
PP_Var             42 ppapi/proxy/extensions_common_resource.h                               const std::vector<PP_Var*>& output_args,
PP_Var             45 ppapi/proxy/extensions_common_resource.h                            const std::vector<PP_Var>& args) OVERRIDE;
PP_Var             50 ppapi/proxy/extensions_common_resource.h                      const std::vector<PP_Var>& input_args,
PP_Var             51 ppapi/proxy/extensions_common_resource.h                      const std::vector<PP_Var*>& output_args,
PP_Var             55 ppapi/proxy/extensions_common_resource.h                   const std::vector<PP_Var>& args);
PP_Var             57 ppapi/proxy/extensions_common_resource.h   void OnPluginMsgCallReply(const std::vector<PP_Var*>& output_args,
PP_Var             42 ppapi/proxy/file_chooser_resource.cc     PP_Var suggested_file_name,
PP_Var             69 ppapi/proxy/file_chooser_resource.cc     PP_Var suggested_file_name,
PP_Var            133 ppapi/proxy/file_chooser_resource.cc     const PP_Var& suggested_file_name,
PP_Var             42 ppapi/proxy/file_chooser_resource.h       PP_Var suggested_file_name,
PP_Var             49 ppapi/proxy/file_chooser_resource.h       PP_Var suggested_file_name,
PP_Var             62 ppapi/proxy/file_chooser_resource.h                        const PP_Var& suggested_file_name,
PP_Var            116 ppapi/proxy/file_chooser_resource_unittest.cc   PP_Var name_var(file_ref_iface->GetName(dest[0]));
PP_Var            122 ppapi/proxy/file_chooser_resource_unittest.cc   PP_Var path_var(file_ref_iface->GetPath(dest[0]));
PP_Var             99 ppapi/proxy/file_ref_resource.cc PP_Var FileRefResource::GetName() const {
PP_Var            103 ppapi/proxy/file_ref_resource.cc PP_Var FileRefResource::GetPath() const {
PP_Var            196 ppapi/proxy/file_ref_resource.cc PP_Var FileRefResource::GetAbsolutePath() {
PP_Var             41 ppapi/proxy/file_ref_resource.h   virtual PP_Var GetName() const OVERRIDE;
PP_Var             42 ppapi/proxy/file_ref_resource.h   virtual PP_Var GetPath() const OVERRIDE;
PP_Var             61 ppapi/proxy/file_ref_resource.h   virtual PP_Var GetAbsolutePath() OVERRIDE;
PP_Var             28 ppapi/proxy/flash_clipboard_resource.cc                             const PP_Var& var,
PP_Var             48 ppapi/proxy/flash_clipboard_resource.cc PP_Var ClipboardStringToPPVar(int32_t format,
PP_Var            107 ppapi/proxy/flash_clipboard_resource.cc PP_Var FlashClipboardResource::ReadData(
PP_Var            128 ppapi/proxy/flash_clipboard_resource.cc     const PP_Var data_items[]) {
PP_Var             32 ppapi/proxy/flash_clipboard_resource.h   virtual PP_Var ReadData(PP_Instance instance,
PP_Var             39 ppapi/proxy/flash_clipboard_resource.h                             const PP_Var data_items[]) OVERRIDE;
PP_Var             31 ppapi/proxy/flash_drm_resource.cc int32_t FlashDRMResource::GetDeviceID(PP_Var* id,
PP_Var             91 ppapi/proxy/flash_drm_resource.cc     PP_Var* dest,
PP_Var             32 ppapi/proxy/flash_drm_resource.h   virtual int32_t GetDeviceID(PP_Var* id,
PP_Var             43 ppapi/proxy/flash_drm_resource.h   void OnPluginMsgGetDeviceIDReply(PP_Var* dest,
PP_Var             69 ppapi/proxy/flash_resource.cc PP_Var FlashResource::GetProxyForURL(PP_Instance instance,
PP_Var             86 ppapi/proxy/flash_resource.cc                                     PP_Var value) {
PP_Var            148 ppapi/proxy/flash_resource.cc PP_Var FlashResource::GetSetting(PP_Instance instance,
PP_Var             33 ppapi/proxy/flash_resource.h   virtual PP_Var GetProxyForURL(PP_Instance instance,
PP_Var             38 ppapi/proxy/flash_resource.h                                PP_Var value) OVERRIDE;
PP_Var             41 ppapi/proxy/flash_resource.h   virtual PP_Var GetSetting(PP_Instance instance,
PP_Var             34 ppapi/proxy/host_resolver_private_resource.cc PP_Var HostResolverPrivateResource::GetCanonicalName() {
PP_Var             34 ppapi/proxy/host_resolver_private_resource.h   virtual PP_Var GetCanonicalName() OVERRIDE;
PP_Var             68 ppapi/proxy/host_resolver_resource.cc PP_Var HostResolverResource::GetCanonicalName() {
PP_Var             32 ppapi/proxy/host_resolver_resource.h   virtual PP_Var GetCanonicalName() OVERRIDE;
PP_Var             54 ppapi/proxy/host_resolver_resource_base.cc PP_Var HostResolverResourceBase::GetCanonicalNameImpl() {
PP_Var             42 ppapi/proxy/host_resolver_resource_base.h   PP_Var GetCanonicalNameImpl();
PP_Var             22 ppapi/proxy/host_var_serialization_rules.cc PP_Var HostVarSerializationRules::SendCallerOwned(const PP_Var& var) {
PP_Var             26 ppapi/proxy/host_var_serialization_rules.cc PP_Var HostVarSerializationRules::BeginReceiveCallerOwned(const PP_Var& var) {
PP_Var             30 ppapi/proxy/host_var_serialization_rules.cc void HostVarSerializationRules::EndReceiveCallerOwned(const PP_Var& var) {
PP_Var             37 ppapi/proxy/host_var_serialization_rules.cc PP_Var HostVarSerializationRules::ReceivePassRef(const PP_Var& var) {
PP_Var             44 ppapi/proxy/host_var_serialization_rules.cc PP_Var HostVarSerializationRules::BeginSendPassRef(const PP_Var& var) {
PP_Var             48 ppapi/proxy/host_var_serialization_rules.cc void HostVarSerializationRules::EndSendPassRef(const PP_Var& /* var */) {
PP_Var             53 ppapi/proxy/host_var_serialization_rules.cc void HostVarSerializationRules::ReleaseObjectRef(const PP_Var& var) {
PP_Var             24 ppapi/proxy/host_var_serialization_rules.h   virtual PP_Var SendCallerOwned(const PP_Var& var);
PP_Var             25 ppapi/proxy/host_var_serialization_rules.h   virtual PP_Var BeginReceiveCallerOwned(const PP_Var& var);
PP_Var             26 ppapi/proxy/host_var_serialization_rules.h   virtual void EndReceiveCallerOwned(const PP_Var& var);
PP_Var             27 ppapi/proxy/host_var_serialization_rules.h   virtual PP_Var ReceivePassRef(const PP_Var& var);
PP_Var             28 ppapi/proxy/host_var_serialization_rules.h   virtual PP_Var BeginSendPassRef(const PP_Var& var);
PP_Var             29 ppapi/proxy/host_var_serialization_rules.h   virtual void EndSendPassRef(const PP_Var& var);
PP_Var             30 ppapi/proxy/host_var_serialization_rules.h   virtual void ReleaseObjectRef(const PP_Var& var);
PP_Var             33 ppapi/proxy/media_stream_audio_track_resource.cc PP_Var MediaStreamAudioTrackResource::GetId() {
PP_Var             36 ppapi/proxy/media_stream_audio_track_resource.h   virtual PP_Var GetId() OVERRIDE;
PP_Var             36 ppapi/proxy/media_stream_video_track_resource.cc PP_Var MediaStreamVideoTrackResource::GetId() {
PP_Var             36 ppapi/proxy/media_stream_video_track_resource.h   virtual PP_Var GetId() OVERRIDE;
PP_Var             53 ppapi/proxy/net_address_resource.cc PP_Var NetAddressResource::DescribeAsString(PP_Bool include_port) {
PP_Var             38 ppapi/proxy/net_address_resource.h   virtual PP_Var DescribeAsString(PP_Bool include_port) OVERRIDE;
PP_Var             34 ppapi/proxy/network_list_resource.cc PP_Var NetworkListResource::GetName(uint32_t index) {
PP_Var             76 ppapi/proxy/network_list_resource.cc PP_Var NetworkListResource::GetDisplayName(uint32_t index) {
PP_Var             35 ppapi/proxy/network_list_resource.h   virtual PP_Var GetName(uint32_t index) OVERRIDE;
PP_Var             40 ppapi/proxy/network_list_resource.h   virtual PP_Var GetDisplayName(uint32_t index) OVERRIDE;
PP_Var             31 ppapi/proxy/network_proxy_resource.cc       PP_Var url,
PP_Var             32 ppapi/proxy/network_proxy_resource.cc       PP_Var* proxy_string,
PP_Var             48 ppapi/proxy/network_proxy_resource.cc     PP_Var* proxy_string_out_param,
PP_Var             30 ppapi/proxy/network_proxy_resource.h       PP_Var url,
PP_Var             31 ppapi/proxy/network_proxy_resource.h       PP_Var* proxy_string,
PP_Var             34 ppapi/proxy/network_proxy_resource.h   void OnPluginMsgGetProxyForURLReply(PP_Var* proxy_string_out_param,
PP_Var             50 ppapi/proxy/pdf_resource.cc PP_Var PDFResource::GetLocalizedString(PP_ResourceString string_id) {
PP_Var            127 ppapi/proxy/pdf_resource.cc void PDFResource::UserMetricsRecordAction(const PP_Var& action) {
PP_Var             39 ppapi/proxy/pdf_resource.h   PP_Var GetLocalizedString(PP_ResourceString string_id) OVERRIDE;
PP_Var             49 ppapi/proxy/pdf_resource.h   virtual void UserMetricsRecordAction(const PP_Var& action) OVERRIDE;
PP_Var             42 ppapi/proxy/pdf_resource_unittest.cc   PP_Var var = pdf_iface->GetLocalizedString(
PP_Var             34 ppapi/proxy/platform_verification_private_resource.cc     const PP_Var& service_id,
PP_Var             35 ppapi/proxy/platform_verification_private_resource.cc     const PP_Var& challenge,
PP_Var             36 ppapi/proxy/platform_verification_private_resource.cc     PP_Var* signed_data,
PP_Var             37 ppapi/proxy/platform_verification_private_resource.cc     PP_Var* signed_data_signature,
PP_Var             38 ppapi/proxy/platform_verification_private_resource.cc     PP_Var* platform_key_certificate,
PP_Var             24 ppapi/proxy/platform_verification_private_resource.h     PP_Var* signed_data;
PP_Var             25 ppapi/proxy/platform_verification_private_resource.h     PP_Var* signed_data_signature;
PP_Var             26 ppapi/proxy/platform_verification_private_resource.h     PP_Var* platform_key_certificate;
PP_Var             38 ppapi/proxy/platform_verification_private_resource.h       const PP_Var& service_id,
PP_Var             39 ppapi/proxy/platform_verification_private_resource.h       const PP_Var& challenge,
PP_Var             40 ppapi/proxy/platform_verification_private_resource.h       PP_Var* signed_data,
PP_Var             41 ppapi/proxy/platform_verification_private_resource.h       PP_Var* signed_data_signature,
PP_Var             42 ppapi/proxy/platform_verification_private_resource.h       PP_Var* platform_key_certificate,
PP_Var             27 ppapi/proxy/plugin_var_serialization_rules.cc PP_Var PluginVarSerializationRules::SendCallerOwned(const PP_Var& var) {
PP_Var             34 ppapi/proxy/plugin_var_serialization_rules.cc PP_Var PluginVarSerializationRules::BeginReceiveCallerOwned(const PP_Var& var) {
PP_Var             44 ppapi/proxy/plugin_var_serialization_rules.cc void PluginVarSerializationRules::EndReceiveCallerOwned(const PP_Var& var) {
PP_Var             53 ppapi/proxy/plugin_var_serialization_rules.cc PP_Var PluginVarSerializationRules::ReceivePassRef(const PP_Var& var) {
PP_Var             80 ppapi/proxy/plugin_var_serialization_rules.cc PP_Var PluginVarSerializationRules::BeginSendPassRef(const PP_Var& var) {
PP_Var            102 ppapi/proxy/plugin_var_serialization_rules.cc void PluginVarSerializationRules::EndSendPassRef(const PP_Var& var) {
PP_Var            115 ppapi/proxy/plugin_var_serialization_rules.cc void PluginVarSerializationRules::ReleaseObjectRef(const PP_Var& var) {
PP_Var             28 ppapi/proxy/plugin_var_serialization_rules.h   virtual PP_Var SendCallerOwned(const PP_Var& var);
PP_Var             29 ppapi/proxy/plugin_var_serialization_rules.h   virtual PP_Var BeginReceiveCallerOwned(const PP_Var& var);
PP_Var             30 ppapi/proxy/plugin_var_serialization_rules.h   virtual void EndReceiveCallerOwned(const PP_Var& var);
PP_Var             31 ppapi/proxy/plugin_var_serialization_rules.h   virtual PP_Var ReceivePassRef(const PP_Var& var);
PP_Var             32 ppapi/proxy/plugin_var_serialization_rules.h   virtual PP_Var BeginSendPassRef(const PP_Var& var);
PP_Var             33 ppapi/proxy/plugin_var_serialization_rules.h   virtual void EndSendPassRef(const PP_Var& var);
PP_Var             34 ppapi/proxy/plugin_var_serialization_rules.h   virtual void ReleaseObjectRef(const PP_Var& var);
PP_Var             59 ppapi/proxy/plugin_var_tracker.cc PP_Var PluginVarTracker::ReceiveObjectPassRef(const PP_Var& host_var,
PP_Var             70 ppapi/proxy/plugin_var_tracker.cc   PP_Var ret = GetOrCreateObjectVarID(object.get());
PP_Var             84 ppapi/proxy/plugin_var_tracker.cc PP_Var PluginVarTracker::TrackObjectWithNoReference(
PP_Var             85 ppapi/proxy/plugin_var_tracker.cc     const PP_Var& host_var,
PP_Var             96 ppapi/proxy/plugin_var_tracker.cc   PP_Var ret = GetOrCreateObjectVarID(object.get());
PP_Var            104 ppapi/proxy/plugin_var_tracker.cc     const PP_Var& plugin_var) {
PP_Var            119 ppapi/proxy/plugin_var_tracker.cc PP_Var PluginVarTracker::GetHostObject(const PP_Var& plugin_object) const {
PP_Var            134 ppapi/proxy/plugin_var_tracker.cc   PP_Var ret = { PP_VARTYPE_OBJECT };
PP_Var            140 ppapi/proxy/plugin_var_tracker.cc     const PP_Var& plugin_object) const {
PP_Var            156 ppapi/proxy/plugin_var_tracker.cc                                          const PP_Var& host_object) {
PP_Var            172 ppapi/proxy/plugin_var_tracker.cc PP_Var PluginVarTracker::MakeResourcePPVarFromMessage(
PP_Var            318 ppapi/proxy/plugin_var_tracker.cc     const PP_Var& created_var,
PP_Var            443 ppapi/proxy/plugin_var_tracker.cc PP_Var PluginVarTracker::GetOrCreateObjectVarID(ProxyObjectVar* object) {
PP_Var            452 ppapi/proxy/plugin_var_tracker.cc   PP_Var ret = { PP_VARTYPE_OBJECT };
PP_Var            475 ppapi/proxy/plugin_var_tracker.cc     const PP_Var& var,
PP_Var             40 ppapi/proxy/plugin_var_tracker.h   PP_Var ReceiveObjectPassRef(const PP_Var& var, PluginDispatcher* dispatcher);
PP_Var             45 ppapi/proxy/plugin_var_tracker.h   PP_Var TrackObjectWithNoReference(const PP_Var& host_var,
PP_Var             47 ppapi/proxy/plugin_var_tracker.h   void StopTrackingObjectWithNoReference(const PP_Var& plugin_var);
PP_Var             51 ppapi/proxy/plugin_var_tracker.h   PP_Var GetHostObject(const PP_Var& plugin_object) const;
PP_Var             54 ppapi/proxy/plugin_var_tracker.h       const PP_Var& plugin_object) const;
PP_Var             59 ppapi/proxy/plugin_var_tracker.h                          const PP_Var& host_object);
PP_Var             62 ppapi/proxy/plugin_var_tracker.h   virtual PP_Var MakeResourcePPVarFromMessage(
PP_Var             80 ppapi/proxy/plugin_var_tracker.h                                       const PP_Var& created_var,
PP_Var            160 ppapi/proxy/plugin_var_tracker.h   PP_Var GetOrCreateObjectVarID(ProxyObjectVar* object);
PP_Var            170 ppapi/proxy/plugin_var_tracker.h       const PP_Var& var,
PP_Var             18 ppapi/proxy/plugin_var_tracker_unittest.cc PP_Var MakeObject(int32 object_id) {
PP_Var             19 ppapi/proxy/plugin_var_tracker_unittest.cc   PP_Var ret;
PP_Var             67 ppapi/proxy/plugin_var_tracker_unittest.cc   PP_Var host_object = MakeObject(12345);
PP_Var             71 ppapi/proxy/plugin_var_tracker_unittest.cc   PP_Var plugin_object = var_tracker().ReceiveObjectPassRef(
PP_Var             73 ppapi/proxy/plugin_var_tracker_unittest.cc   PP_Var host_object2 = var_tracker().GetHostObject(plugin_object);
PP_Var             82 ppapi/proxy/plugin_var_tracker_unittest.cc   PP_Var host_object = MakeObject(12345);
PP_Var             85 ppapi/proxy/plugin_var_tracker_unittest.cc   PP_Var plugin_object = var_tracker().ReceiveObjectPassRef(
PP_Var             93 ppapi/proxy/plugin_var_tracker_unittest.cc   PP_Var plugin_object2 = var_tracker().ReceiveObjectPassRef(
PP_Var            118 ppapi/proxy/plugin_var_tracker_unittest.cc   PP_Var host_object = MakeObject(12345);
PP_Var            121 ppapi/proxy/plugin_var_tracker_unittest.cc   PP_Var plugin_var = var_tracker().ReceiveObjectPassRef(
PP_Var            123 ppapi/proxy/plugin_var_tracker_unittest.cc   PP_Var plugin_var2 = var_tracker().TrackObjectWithNoReference(
PP_Var            166 ppapi/proxy/plugin_var_tracker_unittest.cc   PP_Var host_object = MakeObject(12345);
PP_Var            169 ppapi/proxy/plugin_var_tracker_unittest.cc   PP_Var plugin_var = var_tracker().TrackObjectWithNoReference(
PP_Var            173 ppapi/proxy/plugin_var_tracker_unittest.cc   PP_Var plugin_var2 = var_tracker().TrackObjectWithNoReference(
PP_Var            193 ppapi/proxy/plugin_var_tracker_unittest.cc   PP_Var host_object = MakeObject(12345);
PP_Var            202 ppapi/proxy/plugin_var_tracker_unittest.cc   PP_Var plugin_var = MakeObject(var_tracker().AddVar(object.get()));
PP_Var            222 ppapi/proxy/plugin_var_tracker_unittest.cc   PP_Var host_object = MakeObject(12345);
PP_Var            231 ppapi/proxy/plugin_var_tracker_unittest.cc   PP_Var plugin_var = MakeObject(var_tracker().AddVar(object.get()));
PP_Var            265 ppapi/proxy/ppb_instance_proxy.cc PP_Var PPB_Instance_Proxy::GetWindowObject(PP_Instance instance) {
PP_Var            272 ppapi/proxy/ppb_instance_proxy.cc PP_Var PPB_Instance_Proxy::GetOwnerElementObject(PP_Instance instance) {
PP_Var            279 ppapi/proxy/ppb_instance_proxy.cc PP_Var PPB_Instance_Proxy::ExecuteScript(PP_Instance instance,
PP_Var            280 ppapi/proxy/ppb_instance_proxy.cc                                          PP_Var script,
PP_Var            281 ppapi/proxy/ppb_instance_proxy.cc                                          PP_Var* exception) {
PP_Var            311 ppapi/proxy/ppb_instance_proxy.cc PP_Var PPB_Instance_Proxy::GetDefaultCharSet(PP_Instance instance) {
PP_Var            496 ppapi/proxy/ppb_instance_proxy.cc PP_Var PPB_Instance_Proxy::GetDocumentURL(PP_Instance instance,
PP_Var            508 ppapi/proxy/ppb_instance_proxy.cc PP_Var PPB_Instance_Proxy::ResolveRelativeToDocument(
PP_Var            510 ppapi/proxy/ppb_instance_proxy.cc     PP_Var relative,
PP_Var            523 ppapi/proxy/ppb_instance_proxy.cc                                                PP_Var url) {
PP_Var            540 ppapi/proxy/ppb_instance_proxy.cc PP_Var PPB_Instance_Proxy::GetPluginInstanceURL(
PP_Var            551 ppapi/proxy/ppb_instance_proxy.cc PP_Var PPB_Instance_Proxy::GetPluginReferrerURL(
PP_Var            564 ppapi/proxy/ppb_instance_proxy.cc                                         PP_Var web_session_id) {
PP_Var            574 ppapi/proxy/ppb_instance_proxy.cc                                         PP_Var message,
PP_Var            575 ppapi/proxy/ppb_instance_proxy.cc                                         PP_Var destination_url) {
PP_Var            730 ppapi/proxy/ppb_instance_proxy.cc                                      PP_Var message) {
PP_Var           1048 ppapi/proxy/ppb_instance_proxy.cc     PP_Var document_url = enter.functions()->GetDocumentURL(instance,
PP_Var             51 ppapi/proxy/ppb_instance_proxy.h   virtual PP_Var GetWindowObject(PP_Instance instance) OVERRIDE;
PP_Var             52 ppapi/proxy/ppb_instance_proxy.h   virtual PP_Var GetOwnerElementObject(PP_Instance instance) OVERRIDE;
PP_Var             53 ppapi/proxy/ppb_instance_proxy.h   virtual PP_Var ExecuteScript(PP_Instance instance,
PP_Var             54 ppapi/proxy/ppb_instance_proxy.h                                PP_Var script,
PP_Var             55 ppapi/proxy/ppb_instance_proxy.h                                PP_Var* exception) OVERRIDE;
PP_Var             60 ppapi/proxy/ppb_instance_proxy.h   virtual PP_Var GetDefaultCharSet(PP_Instance instance) OVERRIDE;
PP_Var             87 ppapi/proxy/ppb_instance_proxy.h   virtual void PostMessage(PP_Instance instance, PP_Var message) OVERRIDE;
PP_Var            106 ppapi/proxy/ppb_instance_proxy.h   virtual PP_Var GetDocumentURL(PP_Instance instance,
PP_Var            109 ppapi/proxy/ppb_instance_proxy.h   virtual PP_Var ResolveRelativeToDocument(
PP_Var            111 ppapi/proxy/ppb_instance_proxy.h       PP_Var relative,
PP_Var            113 ppapi/proxy/ppb_instance_proxy.h   virtual PP_Bool DocumentCanRequest(PP_Instance instance, PP_Var url) OVERRIDE;
PP_Var            116 ppapi/proxy/ppb_instance_proxy.h   virtual PP_Var GetPluginInstanceURL(
PP_Var            119 ppapi/proxy/ppb_instance_proxy.h   virtual PP_Var GetPluginReferrerURL(
PP_Var            124 ppapi/proxy/ppb_instance_proxy.h                               PP_Var web_session_id) OVERRIDE;
PP_Var            127 ppapi/proxy/ppb_instance_proxy.h                               PP_Var message,
PP_Var            128 ppapi/proxy/ppb_instance_proxy.h                               PP_Var destination_url) OVERRIDE;
PP_Var             97 ppapi/proxy/ppb_testing_proxy.cc PP_Var GetDocumentURL(PP_Instance instance, PP_URLComponents_Dev* components) {
PP_Var            107 ppapi/proxy/ppb_testing_proxy.cc uint32_t GetLiveVars(PP_Var live_vars[], uint32_t array_size) {
PP_Var            109 ppapi/proxy/ppb_testing_proxy.cc   std::vector<PP_Var> vars =
PP_Var             38 ppapi/proxy/ppb_var_deprecated_proxy.cc PluginDispatcher* CheckExceptionAndGetDispatcher(const PP_Var& object,
PP_Var             39 ppapi/proxy/ppb_var_deprecated_proxy.cc                                                  PP_Var* exception) {
PP_Var             66 ppapi/proxy/ppb_var_deprecated_proxy.cc bool HasProperty(PP_Var var,
PP_Var             67 ppapi/proxy/ppb_var_deprecated_proxy.cc                  PP_Var name,
PP_Var             68 ppapi/proxy/ppb_var_deprecated_proxy.cc                  PP_Var* exception) {
PP_Var             85 ppapi/proxy/ppb_var_deprecated_proxy.cc bool HasMethod(PP_Var var,
PP_Var             86 ppapi/proxy/ppb_var_deprecated_proxy.cc                PP_Var name,
PP_Var             87 ppapi/proxy/ppb_var_deprecated_proxy.cc                PP_Var* exception) {
PP_Var            104 ppapi/proxy/ppb_var_deprecated_proxy.cc PP_Var GetProperty(PP_Var var,
PP_Var            105 ppapi/proxy/ppb_var_deprecated_proxy.cc                    PP_Var name,
PP_Var            106 ppapi/proxy/ppb_var_deprecated_proxy.cc                    PP_Var* exception) {
PP_Var            123 ppapi/proxy/ppb_var_deprecated_proxy.cc void EnumerateProperties(PP_Var var,
PP_Var            125 ppapi/proxy/ppb_var_deprecated_proxy.cc                          PP_Var** properties,
PP_Var            126 ppapi/proxy/ppb_var_deprecated_proxy.cc                          PP_Var* exception) {
PP_Var            146 ppapi/proxy/ppb_var_deprecated_proxy.cc void SetProperty(PP_Var var,
PP_Var            147 ppapi/proxy/ppb_var_deprecated_proxy.cc                  PP_Var name,
PP_Var            148 ppapi/proxy/ppb_var_deprecated_proxy.cc                  PP_Var value,
PP_Var            149 ppapi/proxy/ppb_var_deprecated_proxy.cc                  PP_Var* exception) {
PP_Var            165 ppapi/proxy/ppb_var_deprecated_proxy.cc void RemoveProperty(PP_Var var,
PP_Var            166 ppapi/proxy/ppb_var_deprecated_proxy.cc                     PP_Var name,
PP_Var            167 ppapi/proxy/ppb_var_deprecated_proxy.cc                     PP_Var* exception) {
PP_Var            183 ppapi/proxy/ppb_var_deprecated_proxy.cc PP_Var Call(PP_Var object,
PP_Var            184 ppapi/proxy/ppb_var_deprecated_proxy.cc             PP_Var method_name,
PP_Var            186 ppapi/proxy/ppb_var_deprecated_proxy.cc             PP_Var* argv,
PP_Var            187 ppapi/proxy/ppb_var_deprecated_proxy.cc             PP_Var* exception) {
PP_Var            208 ppapi/proxy/ppb_var_deprecated_proxy.cc PP_Var Construct(PP_Var object,
PP_Var            210 ppapi/proxy/ppb_var_deprecated_proxy.cc                  PP_Var* argv,
PP_Var            211 ppapi/proxy/ppb_var_deprecated_proxy.cc                  PP_Var* exception) {
PP_Var            231 ppapi/proxy/ppb_var_deprecated_proxy.cc bool IsInstanceOf(PP_Var var,
PP_Var            250 ppapi/proxy/ppb_var_deprecated_proxy.cc PP_Var CreateObject(PP_Instance instance,
PP_Var            269 ppapi/proxy/ppb_var_deprecated_proxy.cc   PP_Var ret_var = result.Return(dispatcher);
PP_Var            359 ppapi/proxy/ppb_var_deprecated_proxy.cc   PP_Var var = { PP_VARTYPE_OBJECT };
PP_Var            469 ppapi/proxy/ppb_var_deprecated_proxy.cc   PP_Var* args = arg_vector.Get(dispatcher(), &arg_count);
PP_Var            484 ppapi/proxy/ppb_var_deprecated_proxy.cc   PP_Var* args = arg_vector.Get(dispatcher(), &arg_count);
PP_Var            520 ppapi/proxy/ppb_var_deprecated_proxy.cc   PP_Var var = { PP_VARTYPE_OBJECT };
PP_Var             16 ppapi/proxy/ppb_var_unittest.cc std::string VarToString(const PP_Var& var, const PPB_Var* ppb_var) {
PP_Var             40 ppapi/proxy/ppb_var_unittest.cc   std::vector<PP_Var> vars_;
PP_Var             98 ppapi/proxy/ppb_var_unittest.cc                           PP_Var* vars_out, std::string* strings_out,
PP_Var            115 ppapi/proxy/ppb_var_unittest.cc   PP_Var* vars_out_;
PP_Var            124 ppapi/proxy/ppb_var_unittest.cc   ChangeRefVarThreadDelegate(const std::vector<PP_Var>& vars) : vars_(vars) {
PP_Var            146 ppapi/proxy/ppb_var_unittest.cc   std::vector<PP_Var> vars_;
PP_Var            152 ppapi/proxy/ppb_var_unittest.cc   RemoveRefVarThreadDelegate(const std::vector<PP_Var>& vars) : vars_(vars) {
PP_Var            162 ppapi/proxy/ppb_var_unittest.cc   std::vector<PP_Var> vars_;
PP_Var             47 ppapi/proxy/ppp_class_proxy.cc bool HasProperty(void* object, PP_Var name, PP_Var* exception) {
PP_Var             60 ppapi/proxy/ppp_class_proxy.cc bool HasMethod(void* object, PP_Var name, PP_Var* exception) {
PP_Var             73 ppapi/proxy/ppp_class_proxy.cc PP_Var GetProperty(void* object,
PP_Var             74 ppapi/proxy/ppp_class_proxy.cc                    PP_Var name,
PP_Var             75 ppapi/proxy/ppp_class_proxy.cc                    PP_Var* exception) {
PP_Var             90 ppapi/proxy/ppp_class_proxy.cc                          PP_Var** properties,
PP_Var             91 ppapi/proxy/ppp_class_proxy.cc                          PP_Var* exception) {
PP_Var             97 ppapi/proxy/ppp_class_proxy.cc                  PP_Var name,
PP_Var             98 ppapi/proxy/ppp_class_proxy.cc                  PP_Var value,
PP_Var             99 ppapi/proxy/ppp_class_proxy.cc                  PP_Var* exception) {
PP_Var            112 ppapi/proxy/ppp_class_proxy.cc                     PP_Var name,
PP_Var            113 ppapi/proxy/ppp_class_proxy.cc                     PP_Var* exception) {
PP_Var            124 ppapi/proxy/ppp_class_proxy.cc PP_Var Call(void* object,
PP_Var            125 ppapi/proxy/ppp_class_proxy.cc             PP_Var method_name,
PP_Var            127 ppapi/proxy/ppp_class_proxy.cc             PP_Var* argv,
PP_Var            128 ppapi/proxy/ppp_class_proxy.cc             PP_Var* exception) {
PP_Var            146 ppapi/proxy/ppp_class_proxy.cc PP_Var Construct(void* object,
PP_Var            148 ppapi/proxy/ppp_class_proxy.cc                  PP_Var* argv,
PP_Var            149 ppapi/proxy/ppp_class_proxy.cc                  PP_Var* exception) {
PP_Var            220 ppapi/proxy/ppp_class_proxy.cc PP_Var PPP_Class_Proxy::CreateProxiedObject(const PPB_Var_Deprecated* var,
PP_Var            232 ppapi/proxy/ppp_class_proxy.cc                                       const PP_Var& var,
PP_Var            351 ppapi/proxy/ppp_class_proxy.cc   PP_Var* args = arg_vector.Get(dispatcher(), &arg_count);
PP_Var            365 ppapi/proxy/ppp_class_proxy.cc   PP_Var* args = arg_vector.Get(dispatcher(), &arg_count);
PP_Var             39 ppapi/proxy/ppp_class_proxy.h   static PP_Var CreateProxiedObject(const PPB_Var_Deprecated* var,
PP_Var             46 ppapi/proxy/ppp_class_proxy.h                               const PP_Var& var,
PP_Var             70 ppapi/proxy/ppp_content_decryptor_private_proxy.cc PP_Var ExtractReceivedVarAndAddRef(Dispatcher* dispatcher,
PP_Var             72 ppapi/proxy/ppp_content_decryptor_private_proxy.cc   PP_Var var = serialized_var->Get(dispatcher);
PP_Var            113 ppapi/proxy/ppp_content_decryptor_private_proxy.cc                 PP_Var key_system) {
PP_Var            129 ppapi/proxy/ppp_content_decryptor_private_proxy.cc                    PP_Var type,
PP_Var            130 ppapi/proxy/ppp_content_decryptor_private_proxy.cc                    PP_Var init_data) {
PP_Var            147 ppapi/proxy/ppp_content_decryptor_private_proxy.cc                  PP_Var web_session_id) {
PP_Var            161 ppapi/proxy/ppp_content_decryptor_private_proxy.cc void UpdateSession(PP_Instance instance, uint32_t session_id, PP_Var response) {
PP_Var             22 ppapi/proxy/ppp_instance_private_proxy.cc PP_Var GetInstanceObject(PP_Instance instance) {
PP_Var             40 ppapi/proxy/ppp_instance_private_proxy_unittest.cc PP_Var GetPPVarNoAddRef(Var* var) {
PP_Var             41 ppapi/proxy/ppp_instance_private_proxy_unittest.cc   PP_Var var_to_return = var->GetPPVar();
PP_Var             58 ppapi/proxy/ppp_instance_private_proxy_unittest.cc PP_Var instance_obj;
PP_Var             59 ppapi/proxy/ppp_instance_private_proxy_unittest.cc PP_Var GetInstanceObject(PP_Instance /*instance*/) {
PP_Var            111 ppapi/proxy/ppp_instance_private_proxy_unittest.cc PP_Var CreateObject(PP_Instance /*instance*/,
PP_Var            190 ppapi/proxy/ppp_instance_private_proxy_unittest.cc   PP_Var host_pp_var = ppp_instance_private->GetInstanceObject(kInstance);
PP_Var             25 ppapi/proxy/ppp_messaging_proxy.cc void HandleMessage(PP_Instance instance, PP_Var message_data) {
PP_Var             82 ppapi/proxy/ppp_messaging_proxy.cc   PP_Var received_var(message_data.GetForInstance(dispatcher(), instance));
PP_Var             21 ppapi/proxy/ppp_messaging_proxy_perftest.cc void HandleMessage(PP_Instance /* instance */, PP_Var message_data) {
PP_Var             79 ppapi/proxy/ppp_messaging_proxy_perftest.cc     PP_Var host_string = StringVar::StringToPPVar(test_string);
PP_Var             24 ppapi/proxy/ppp_messaging_proxy_unittest.cc PP_Var received_var;
PP_Var             27 ppapi/proxy/ppp_messaging_proxy_unittest.cc void HandleMessage(PP_Instance instance, PP_Var message_data) {
PP_Var             55 ppapi/proxy/ppp_messaging_proxy_unittest.cc                                 PP_Var received_var,
PP_Var             77 ppapi/proxy/ppp_messaging_proxy_unittest.cc   PP_Var expected_var = PP_MakeUndefined();
PP_Var             17 ppapi/proxy/ppp_pdf_proxy.cc PP_Var GetLinkAtPosition(PP_Instance instance, PP_Point point) {
PP_Var             36 ppapi/proxy/raw_var_data.cc   StackEntry(PP_Var v, size_t i) : var(v), data_index(i) {}
PP_Var             37 ppapi/proxy/raw_var_data.cc   PP_Var var;
PP_Var             45 ppapi/proxy/raw_var_data.cc size_t GetOrCreateRawVarData(const PP_Var& var,
PP_Var             63 ppapi/proxy/raw_var_data.cc bool CanHaveChildren(PP_Var var) {
PP_Var             86 ppapi/proxy/raw_var_data.cc scoped_ptr<RawVarDataGraph> RawVarDataGraph::Create(const PP_Var& var,
PP_Var             98 ppapi/proxy/raw_var_data.cc     PP_Var current_var = stack.top().var;
PP_Var            126 ppapi/proxy/raw_var_data.cc         const PP_Var& child = iter->get();
PP_Var            147 ppapi/proxy/raw_var_data.cc         const PP_Var& child = iter->second.get();
PP_Var            162 ppapi/proxy/raw_var_data.cc PP_Var RawVarDataGraph::CreatePPVar(PP_Instance instance) {
PP_Var            164 ppapi/proxy/raw_var_data.cc   std::vector<PP_Var> graph;
PP_Var            272 ppapi/proxy/raw_var_data.cc bool BasicRawVarData::Init(const PP_Var& var, PP_Instance /*instance*/) {
PP_Var            278 ppapi/proxy/raw_var_data.cc PP_Var BasicRawVarData::CreatePPVar(PP_Instance instance) {
PP_Var            282 ppapi/proxy/raw_var_data.cc void BasicRawVarData::PopulatePPVar(const PP_Var& var,
PP_Var            283 ppapi/proxy/raw_var_data.cc                                     const std::vector<PP_Var>& graph) {
PP_Var            316 ppapi/proxy/raw_var_data.cc   PP_Var result;
PP_Var            362 ppapi/proxy/raw_var_data.cc bool StringRawVarData::Init(const PP_Var& var, PP_Instance /*instance*/) {
PP_Var            372 ppapi/proxy/raw_var_data.cc PP_Var StringRawVarData::CreatePPVar(PP_Instance instance) {
PP_Var            376 ppapi/proxy/raw_var_data.cc void StringRawVarData::PopulatePPVar(const PP_Var& var,
PP_Var            377 ppapi/proxy/raw_var_data.cc                                      const std::vector<PP_Var>& graph) {
PP_Var            404 ppapi/proxy/raw_var_data.cc bool ArrayBufferRawVarData::Init(const PP_Var& var,
PP_Var            442 ppapi/proxy/raw_var_data.cc PP_Var ArrayBufferRawVarData::CreatePPVar(PP_Instance instance) {
PP_Var            443 ppapi/proxy/raw_var_data.cc   PP_Var result = PP_MakeUndefined();
PP_Var            481 ppapi/proxy/raw_var_data.cc void ArrayBufferRawVarData::PopulatePPVar(const PP_Var& var,
PP_Var            482 ppapi/proxy/raw_var_data.cc                                           const std::vector<PP_Var>& graph) {
PP_Var            553 ppapi/proxy/raw_var_data.cc bool ArrayRawVarData::Init(const PP_Var& var, PP_Instance /*instance*/) {
PP_Var            560 ppapi/proxy/raw_var_data.cc PP_Var ArrayRawVarData::CreatePPVar(PP_Instance instance) {
PP_Var            564 ppapi/proxy/raw_var_data.cc void ArrayRawVarData::PopulatePPVar(const PP_Var& var,
PP_Var            565 ppapi/proxy/raw_var_data.cc                                     const std::vector<PP_Var>& graph) {
PP_Var            614 ppapi/proxy/raw_var_data.cc bool DictionaryRawVarData::Init(const PP_Var& var, PP_Instance /*instance*/) {
PP_Var            620 ppapi/proxy/raw_var_data.cc PP_Var DictionaryRawVarData::CreatePPVar(PP_Instance instance) {
PP_Var            624 ppapi/proxy/raw_var_data.cc void DictionaryRawVarData::PopulatePPVar(const PP_Var& var,
PP_Var            625 ppapi/proxy/raw_var_data.cc                                          const std::vector<PP_Var>& graph) {
PP_Var            680 ppapi/proxy/raw_var_data.cc bool ResourceRawVarData::Init(const PP_Var& var, PP_Instance /*instance*/) {
PP_Var            697 ppapi/proxy/raw_var_data.cc PP_Var ResourceRawVarData::CreatePPVar(PP_Instance instance) {
PP_Var            712 ppapi/proxy/raw_var_data.cc void ResourceRawVarData::PopulatePPVar(const PP_Var& var,
PP_Var            713 ppapi/proxy/raw_var_data.cc                                        const std::vector<PP_Var>& graph) {
PP_Var             53 ppapi/proxy/raw_var_data.h   static scoped_ptr<RawVarDataGraph> Create(const PP_Var& var,
PP_Var             64 ppapi/proxy/raw_var_data.h   PP_Var CreatePPVar(PP_Instance instance);
PP_Var             99 ppapi/proxy/raw_var_data.h   virtual bool Init(const PP_Var& var, PP_Instance instance) = 0;
PP_Var            102 ppapi/proxy/raw_var_data.h   virtual PP_Var CreatePPVar(PP_Instance instance) = 0;
PP_Var            107 ppapi/proxy/raw_var_data.h   virtual void PopulatePPVar(const PP_Var& var,
PP_Var            108 ppapi/proxy/raw_var_data.h                              const std::vector<PP_Var>& graph) = 0;
PP_Var            136 ppapi/proxy/raw_var_data.h   virtual bool Init(const PP_Var& var, PP_Instance instance) OVERRIDE;
PP_Var            137 ppapi/proxy/raw_var_data.h   virtual PP_Var CreatePPVar(PP_Instance instance) OVERRIDE;
PP_Var            138 ppapi/proxy/raw_var_data.h   virtual void PopulatePPVar(const PP_Var& var,
PP_Var            139 ppapi/proxy/raw_var_data.h                              const std::vector<PP_Var>& graph) OVERRIDE;
PP_Var            147 ppapi/proxy/raw_var_data.h   PP_Var var_;
PP_Var            158 ppapi/proxy/raw_var_data.h   virtual bool Init(const PP_Var& var, PP_Instance instance) OVERRIDE;
PP_Var            159 ppapi/proxy/raw_var_data.h   virtual PP_Var CreatePPVar(PP_Instance instance) OVERRIDE;
PP_Var            160 ppapi/proxy/raw_var_data.h   virtual void PopulatePPVar(const PP_Var& var,
PP_Var            161 ppapi/proxy/raw_var_data.h                              const std::vector<PP_Var>& graph) OVERRIDE;
PP_Var            188 ppapi/proxy/raw_var_data.h   virtual bool Init(const PP_Var& var, PP_Instance instance) OVERRIDE;
PP_Var            189 ppapi/proxy/raw_var_data.h   virtual PP_Var CreatePPVar(PP_Instance instance) OVERRIDE;
PP_Var            190 ppapi/proxy/raw_var_data.h   virtual void PopulatePPVar(const PP_Var& var,
PP_Var            191 ppapi/proxy/raw_var_data.h                              const std::vector<PP_Var>& graph) OVERRIDE;
PP_Var            220 ppapi/proxy/raw_var_data.h   virtual bool Init(const PP_Var& var, PP_Instance instance) OVERRIDE;
PP_Var            221 ppapi/proxy/raw_var_data.h   virtual PP_Var CreatePPVar(PP_Instance instance) OVERRIDE;
PP_Var            222 ppapi/proxy/raw_var_data.h   virtual void PopulatePPVar(const PP_Var& var,
PP_Var            223 ppapi/proxy/raw_var_data.h                              const std::vector<PP_Var>& graph) OVERRIDE;
PP_Var            244 ppapi/proxy/raw_var_data.h   virtual bool Init(const PP_Var& var, PP_Instance instance) OVERRIDE;
PP_Var            245 ppapi/proxy/raw_var_data.h   virtual PP_Var CreatePPVar(PP_Instance instance) OVERRIDE;
PP_Var            246 ppapi/proxy/raw_var_data.h   virtual void PopulatePPVar(const PP_Var& var,
PP_Var            247 ppapi/proxy/raw_var_data.h                              const std::vector<PP_Var>& graph) OVERRIDE;
PP_Var            271 ppapi/proxy/raw_var_data.h   virtual bool Init(const PP_Var& var, PP_Instance instance) OVERRIDE;
PP_Var            272 ppapi/proxy/raw_var_data.h   virtual PP_Var CreatePPVar(PP_Instance instance) OVERRIDE;
PP_Var            273 ppapi/proxy/raw_var_data.h   virtual void PopulatePPVar(const PP_Var& var,
PP_Var            274 ppapi/proxy/raw_var_data.h                              const std::vector<PP_Var>& graph) OVERRIDE;
PP_Var             53 ppapi/proxy/raw_var_data_unittest.cc bool WriteAndRead(const PP_Var& var, PP_Var* result) {
PP_Var             68 ppapi/proxy/raw_var_data_unittest.cc bool WriteReadAndCompare(const PP_Var& var) {
PP_Var             70 ppapi/proxy/raw_var_data_unittest.cc   PP_Var result;
PP_Var             86 ppapi/proxy/raw_var_data_unittest.cc   PP_Var object;
PP_Var             99 ppapi/proxy/raw_var_data_unittest.cc   PP_Var var = PpapiGlobals::Get()->GetVarTracker()->MakeArrayBufferPPVar(
PP_Var            176 ppapi/proxy/raw_var_data_unittest.cc   PP_Var result;
PP_Var             99 ppapi/proxy/resource_creation_proxy.cc     struct PP_Var text,
PP_Var            116 ppapi/proxy/resource_creation_proxy.cc     struct PP_Var character_text) {
PP_Var            117 ppapi/proxy/resource_creation_proxy.cc   PP_Var code = StringVar::StringToPPVar("");
PP_Var            129 ppapi/proxy/resource_creation_proxy.cc     struct PP_Var character_text,
PP_Var            130 ppapi/proxy/resource_creation_proxy.cc     struct PP_Var code) {
PP_Var            223 ppapi/proxy/resource_creation_proxy.cc     const PP_Var& accept_types) {
PP_Var             49 ppapi/proxy/resource_creation_proxy.h                                           struct PP_Var text,
PP_Var             61 ppapi/proxy/resource_creation_proxy.h       PP_Var character_text) OVERRIDE;
PP_Var             68 ppapi/proxy/resource_creation_proxy.h       PP_Var character_text,
PP_Var             69 ppapi/proxy/resource_creation_proxy.h       PP_Var code) OVERRIDE;
PP_Var            111 ppapi/proxy/resource_creation_proxy.h                                         const PP_Var& accept_types) OVERRIDE;
PP_Var             65 ppapi/proxy/serialized_var.cc PP_Var SerializedVar::Inner::GetVar() {
PP_Var             81 ppapi/proxy/serialized_var.cc void SerializedVar::Inner::SetVar(PP_Var var) {
PP_Var             93 ppapi/proxy/serialized_var.cc void SerializedVar::Inner::ForceSetVarValueForTest(PP_Var value) {
PP_Var            186 ppapi/proxy/serialized_var.cc                                                const PP_Var& var)
PP_Var            193 ppapi/proxy/serialized_var.cc                                            const PP_Var* input,
PP_Var            205 ppapi/proxy/serialized_var.cc     const PP_Var& var,
PP_Var            222 ppapi/proxy/serialized_var.cc PP_Var ReceiveSerializedVarReturnValue::Return(Dispatcher* dispatcher) {
PP_Var            232 ppapi/proxy/serialized_var.cc                                                        PP_Var* exception)
PP_Var            266 ppapi/proxy/serialized_var.cc     PP_Var** output)
PP_Var            279 ppapi/proxy/serialized_var.cc   *output_ = static_cast<PP_Var*>(malloc(vector_.size() * sizeof(PP_Var)));
PP_Var            303 ppapi/proxy/serialized_var.cc PP_Var SerializedVarReceiveInput::Get(Dispatcher* dispatcher) {
PP_Var            318 ppapi/proxy/serialized_var.cc PP_Var SerializedVarReceiveInput::GetForInstance(Dispatcher* dispatcher,
PP_Var            338 ppapi/proxy/serialized_var.cc PP_Var* SerializedVarVectorReceiveInput::Get(Dispatcher* dispatcher,
PP_Var            364 ppapi/proxy/serialized_var.cc                                       const PP_Var& var) {
PP_Var            377 ppapi/proxy/serialized_var.cc                                                 const PP_Var& var) {
PP_Var            408 ppapi/proxy/serialized_var.cc PP_Var* SerializedVarOutParam::OutParam(Dispatcher* dispatcher) {
PP_Var            445 ppapi/proxy/serialized_var.cc PP_Var** SerializedVarVectorOutParam::ArrayOutParam(Dispatcher* dispatcher) {
PP_Var            452 ppapi/proxy/serialized_var.cc     const PP_Var& pod_var) {
PP_Var            135 ppapi/proxy/serialized_var.h     PP_Var GetVar();
PP_Var            136 ppapi/proxy/serialized_var.h     void SetVar(PP_Var var);
PP_Var            141 ppapi/proxy/serialized_var.h     void ForceSetVarValueForTest(PP_Var value);
PP_Var            178 ppapi/proxy/serialized_var.h     PP_Var var_;
PP_Var            223 ppapi/proxy/serialized_var.h   SerializedVarSendInput(Dispatcher* dispatcher, const PP_Var& var);
PP_Var            227 ppapi/proxy/serialized_var.h                             const PP_Var* input,
PP_Var            240 ppapi/proxy/serialized_var.h   SerializedVarSendInputShmem(Dispatcher* dispatcher, const PP_Var& var,
PP_Var            282 ppapi/proxy/serialized_var.h   PP_Var Return(Dispatcher* dispatcher);
PP_Var            299 ppapi/proxy/serialized_var.h   ReceiveSerializedException(Dispatcher* dispatcher, PP_Var* exception);
PP_Var            308 ppapi/proxy/serialized_var.h   PP_Var* exception_;
PP_Var            330 ppapi/proxy/serialized_var.h                                      PP_Var** output);
PP_Var            338 ppapi/proxy/serialized_var.h   PP_Var** output_;
PP_Var            365 ppapi/proxy/serialized_var.h   PP_Var Get(Dispatcher* dispatcher);
PP_Var            366 ppapi/proxy/serialized_var.h   PP_Var GetForInstance(Dispatcher* dispatcher, PP_Instance instance);
PP_Var            389 ppapi/proxy/serialized_var.h   PP_Var* Get(Dispatcher* dispatcher, uint32_t* array_size);
PP_Var            395 ppapi/proxy/serialized_var.h   std::vector<PP_Var> deserialized_;
PP_Var            416 ppapi/proxy/serialized_var.h   void Return(Dispatcher* dispatcher, const PP_Var& var);
PP_Var            421 ppapi/proxy/serialized_var.h   static SerializedVar Convert(Dispatcher* dispatcher, const PP_Var& var);
PP_Var            448 ppapi/proxy/serialized_var.h   PP_Var* OutParam(Dispatcher* dispatcher);
PP_Var            455 ppapi/proxy/serialized_var.h   PP_Var writable_var_;
PP_Var            469 ppapi/proxy/serialized_var.h   PP_Var** ArrayOutParam(Dispatcher* dispatcher);
PP_Var            476 ppapi/proxy/serialized_var.h   PP_Var* array_;
PP_Var            485 ppapi/proxy/serialized_var.h   explicit SerializedVarTestConstructor(const PP_Var& pod_var);
PP_Var            496 ppapi/proxy/serialized_var.h   PP_Var GetVar() const { return inner_->GetVar(); }
PP_Var             15 ppapi/proxy/serialized_var_unittest.cc PP_Var MakeObjectVar(int64_t object_id) {
PP_Var             16 ppapi/proxy/serialized_var_unittest.cc   PP_Var ret;
PP_Var             33 ppapi/proxy/serialized_var_unittest.cc   PP_Var host_object = MakeObjectVar(0x31337);
PP_Var             35 ppapi/proxy/serialized_var_unittest.cc   PP_Var plugin_object;
PP_Var             83 ppapi/proxy/serialized_var_unittest.cc   PP_Var plugin_string;
PP_Var            125 ppapi/proxy/serialized_var_unittest.cc   PP_Var host_object = MakeObjectVar(0x31337);
PP_Var            128 ppapi/proxy/serialized_var_unittest.cc   PP_Var plugin_object = var_tracker().ReceiveObjectPassRef(
PP_Var            165 ppapi/proxy/serialized_var_unittest.cc   PP_Var host_object = MakeObjectVar(0x31337);
PP_Var            167 ppapi/proxy/serialized_var_unittest.cc   PP_Var plugin_object;
PP_Var            181 ppapi/proxy/serialized_var_unittest.cc     PP_Var plugin_object2 = receive_input2.Get(plugin_dispatcher());
PP_Var            206 ppapi/proxy/serialized_var_unittest.cc   PP_Var host_object = MakeObjectVar(0x31337);
PP_Var            208 ppapi/proxy/serialized_var_unittest.cc   std::vector<PP_Var> plugin_objects;
PP_Var            209 ppapi/proxy/serialized_var_unittest.cc   std::vector<PP_Var> plugin_objects2;
PP_Var            219 ppapi/proxy/serialized_var_unittest.cc     PP_Var* plugin_objects_array =
PP_Var            235 ppapi/proxy/serialized_var_unittest.cc     PP_Var* plugin_objects_array2 =
PP_Var            279 ppapi/proxy/serialized_var_unittest.cc   PP_Var host_object = MakeObjectVar(0x31337);
PP_Var            281 ppapi/proxy/serialized_var_unittest.cc   PP_Var plugin_object;
PP_Var            296 ppapi/proxy/serialized_var_unittest.cc     PP_Var plugin_object2 = receive_input2.Return(plugin_dispatcher());
PP_Var            323 ppapi/proxy/serialized_var_unittest.cc   PP_Var host_object = MakeObjectVar(0x31337);
PP_Var            325 ppapi/proxy/serialized_var_unittest.cc   PP_Var plugin_object;
PP_Var             98 ppapi/proxy/tcp_socket_private_resource.cc     const PP_Var& value,
PP_Var             59 ppapi/proxy/tcp_socket_private_resource.h                             const PP_Var& value,
PP_Var            119 ppapi/proxy/tcp_socket_resource.cc                                      const PP_Var& value,
PP_Var             51 ppapi/proxy/tcp_socket_resource.h                             const PP_Var& value,
PP_Var            320 ppapi/proxy/tcp_socket_resource_base.cc     const PP_Var& value,
PP_Var             97 ppapi/proxy/tcp_socket_resource_base.h                         const PP_Var& value,
PP_Var             48 ppapi/proxy/truetype_font_singleton_resource.cc       PP_Var family,
PP_Var             43 ppapi/proxy/truetype_font_singleton_resource.h       PP_Var family,
PP_Var             29 ppapi/proxy/udp_socket_private_resource.cc     PP_Var value) {
PP_Var             30 ppapi/proxy/udp_socket_private_resource.h                                    PP_Var value) OVERRIDE;
PP_Var             80 ppapi/proxy/udp_socket_resource.cc     const PP_Var& value,
PP_Var             40 ppapi/proxy/udp_socket_resource.h                             const PP_Var& value,
PP_Var             58 ppapi/proxy/udp_socket_resource_base.cc     const PP_Var& value,
PP_Var             51 ppapi/proxy/udp_socket_resource_base.h                         const PP_Var& value,
PP_Var             14 ppapi/proxy/uma_private_resource.cc std::string StringFromPPVar(const PP_Var& var) {
PP_Var             42 ppapi/proxy/uma_private_resource.cc     struct PP_Var name,
PP_Var             59 ppapi/proxy/uma_private_resource.cc     struct PP_Var name,
PP_Var             76 ppapi/proxy/uma_private_resource.cc     struct PP_Var name,
PP_Var             29 ppapi/proxy/uma_private_resource.h                                     struct PP_Var name,
PP_Var             36 ppapi/proxy/uma_private_resource.h                                      struct PP_Var name,
PP_Var             43 ppapi/proxy/uma_private_resource.h                                     struct PP_Var name,
PP_Var             30 ppapi/proxy/url_request_info_resource.cc                                             PP_Var var) {
PP_Var             31 ppapi/proxy/url_request_info_resource.h                               PP_Var var) OVERRIDE;
PP_Var             41 ppapi/proxy/url_response_info_resource.cc PP_Var URLResponseInfoResource::GetProperty(PP_URLResponseProperty property) {
PP_Var             37 ppapi/proxy/url_response_info_resource.h   virtual PP_Var GetProperty(PP_URLResponseProperty property) OVERRIDE;
PP_Var             30 ppapi/proxy/var_serialization_rules.h   virtual PP_Var SendCallerOwned(const PP_Var& var) = 0;
PP_Var             44 ppapi/proxy/var_serialization_rules.h   virtual PP_Var BeginReceiveCallerOwned(const PP_Var& var) = 0;
PP_Var             45 ppapi/proxy/var_serialization_rules.h   virtual void EndReceiveCallerOwned(const PP_Var& var) = 0;
PP_Var             62 ppapi/proxy/var_serialization_rules.h   virtual PP_Var ReceivePassRef(const PP_Var& var) = 0;
PP_Var             71 ppapi/proxy/var_serialization_rules.h   virtual PP_Var BeginSendPassRef(const PP_Var& var) = 0;
PP_Var             72 ppapi/proxy/var_serialization_rules.h   virtual void EndSendPassRef(const PP_Var& var) = 0;
PP_Var             76 ppapi/proxy/var_serialization_rules.h   virtual void ReleaseObjectRef(const PP_Var& var) = 0;
PP_Var             41 ppapi/proxy/video_destination_resource.cc     const PP_Var& stream_url,
PP_Var             38 ppapi/proxy/video_destination_resource.h       const PP_Var& stream_url,
PP_Var             41 ppapi/proxy/video_source_resource.cc     const PP_Var& stream_url,
PP_Var             40 ppapi/proxy/video_source_resource.h       const PP_Var& stream_url,
PP_Var             78 ppapi/proxy/websocket_resource.cc     const PP_Var& url,
PP_Var             79 ppapi/proxy/websocket_resource.cc     const PP_Var protocols[],
PP_Var            129 ppapi/proxy/websocket_resource.cc                                  const PP_Var& reason,
PP_Var            198 ppapi/proxy/websocket_resource.cc     PP_Var* message,
PP_Var            230 ppapi/proxy/websocket_resource.cc int32_t WebSocketResource::SendMessage(const PP_Var& message) {
PP_Var            293 ppapi/proxy/websocket_resource.cc PP_Var WebSocketResource::GetCloseReason() {
PP_Var            303 ppapi/proxy/websocket_resource.cc PP_Var WebSocketResource::GetExtensions() {
PP_Var            307 ppapi/proxy/websocket_resource.cc PP_Var WebSocketResource::GetProtocol() {
PP_Var            317 ppapi/proxy/websocket_resource.cc PP_Var WebSocketResource::GetURL() {
PP_Var             35 ppapi/proxy/websocket_resource.h   virtual int32_t Connect(const PP_Var& url,
PP_Var             36 ppapi/proxy/websocket_resource.h                           const PP_Var protocols[],
PP_Var             40 ppapi/proxy/websocket_resource.h                         const PP_Var& reason,
PP_Var             43 ppapi/proxy/websocket_resource.h       PP_Var* message,
PP_Var             45 ppapi/proxy/websocket_resource.h   virtual int32_t SendMessage(const PP_Var& message) OVERRIDE;
PP_Var             48 ppapi/proxy/websocket_resource.h   virtual PP_Var GetCloseReason() OVERRIDE;
PP_Var             50 ppapi/proxy/websocket_resource.h   virtual PP_Var GetExtensions() OVERRIDE;
PP_Var             51 ppapi/proxy/websocket_resource.h   virtual PP_Var GetProtocol() OVERRIDE;
PP_Var             53 ppapi/proxy/websocket_resource.h   virtual PP_Var GetURL() OVERRIDE;
PP_Var            106 ppapi/proxy/websocket_resource.h   PP_Var* receive_callback_var_;
PP_Var             47 ppapi/proxy/websocket_resource_unittest.cc PP_Var MakeStringVar(const std::string& string) {
PP_Var             64 ppapi/proxy/websocket_resource_unittest.cc   PP_Var url_var = MakeStringVar(url);
PP_Var             65 ppapi/proxy/websocket_resource_unittest.cc   PP_Var protocols[] = { MakeStringVar(protocol0), MakeStringVar(protocol1) };
PP_Var            126 ppapi/proxy/websocket_resource_unittest.cc   PP_Var url_var = MakeStringVar(url);
PP_Var            150 ppapi/proxy/websocket_resource_unittest.cc   PP_Var message;
PP_Var             21 ppapi/shared_impl/array_var.cc ArrayVar* ArrayVar::FromPPVar(const PP_Var& var) {
PP_Var             36 ppapi/shared_impl/array_var.cc PP_Var ArrayVar::Get(uint32_t index) const {
PP_Var             40 ppapi/shared_impl/array_var.cc   const PP_Var& element = elements_[index].get();
PP_Var             47 ppapi/shared_impl/array_var.cc PP_Bool ArrayVar::Set(uint32_t index, const PP_Var& value) {
PP_Var             28 ppapi/shared_impl/array_var.h   static ArrayVar* FromPPVar(const PP_Var& var);
PP_Var             35 ppapi/shared_impl/array_var.h   PP_Var Get(uint32_t index) const;
PP_Var             36 ppapi/shared_impl/array_var.h   PP_Bool Set(uint32_t index, const PP_Var& value);
PP_Var             83 ppapi/shared_impl/array_writer.cc                                      sizeof(PP_Var));
PP_Var             95 ppapi/shared_impl/array_writer.cc   PP_Var* dest_vars = static_cast<PP_Var*>(dest);
PP_Var            101 ppapi/shared_impl/array_writer.cc bool ArrayWriter::StoreVarVector(const std::vector<PP_Var>& input) {
PP_Var            106 ppapi/shared_impl/array_writer.cc                                      sizeof(PP_Var));
PP_Var            121 ppapi/shared_impl/array_writer.cc   std::copy(input.begin(), input.end(), static_cast<PP_Var*>(dest));
PP_Var            108 ppapi/shared_impl/array_writer.h   bool StoreVarVector(const std::vector<PP_Var>& input);
PP_Var             20 ppapi/shared_impl/dictionary_var.cc DictionaryVar* DictionaryVar::FromPPVar(const PP_Var& var) {
PP_Var             35 ppapi/shared_impl/dictionary_var.cc PP_Var DictionaryVar::Get(const PP_Var& key) const {
PP_Var             51 ppapi/shared_impl/dictionary_var.cc PP_Bool DictionaryVar::Set(const PP_Var& key, const PP_Var& value) {
PP_Var             60 ppapi/shared_impl/dictionary_var.cc void DictionaryVar::Delete(const PP_Var& key) {
PP_Var             68 ppapi/shared_impl/dictionary_var.cc PP_Bool DictionaryVar::HasKey(const PP_Var& key) const {
PP_Var             78 ppapi/shared_impl/dictionary_var.cc PP_Var DictionaryVar::GetKeys() const {
PP_Var             92 ppapi/shared_impl/dictionary_var.cc                                      const PP_Var& value) {
PP_Var             29 ppapi/shared_impl/dictionary_var.h   static DictionaryVar* FromPPVar(const PP_Var& var);
PP_Var             36 ppapi/shared_impl/dictionary_var.h   PP_Var Get(const PP_Var& key) const;
PP_Var             37 ppapi/shared_impl/dictionary_var.h   PP_Bool Set(const PP_Var& key, const PP_Var& value);
PP_Var             38 ppapi/shared_impl/dictionary_var.h   void Delete(const PP_Var& key);
PP_Var             39 ppapi/shared_impl/dictionary_var.h   PP_Bool HasKey(const PP_Var& key) const;
PP_Var             41 ppapi/shared_impl/dictionary_var.h   PP_Var GetKeys() const;
PP_Var             45 ppapi/shared_impl/dictionary_var.h   bool SetWithStringKey(const std::string& utf8_key, const PP_Var& value);
PP_Var             31 ppapi/shared_impl/ppb_device_ref_shared.cc PP_Var PPB_DeviceRef_Shared::GetName() {
PP_Var             46 ppapi/shared_impl/ppb_device_ref_shared.h   virtual PP_Var GetName() OVERRIDE;
PP_Var             88 ppapi/shared_impl/ppb_input_event_shared.cc PP_Var PPB_InputEvent_Shared::GetCharacterText() {
PP_Var             92 ppapi/shared_impl/ppb_input_event_shared.cc PP_Var PPB_InputEvent_Shared::GetCode() {
PP_Var            200 ppapi/shared_impl/ppb_input_event_shared.cc     struct PP_Var text,
PP_Var            240 ppapi/shared_impl/ppb_input_event_shared.cc     struct PP_Var character_text,
PP_Var            241 ppapi/shared_impl/ppb_input_event_shared.cc     struct PP_Var code) {
PP_Var             87 ppapi/shared_impl/ppb_input_event_shared.h   virtual PP_Var GetCharacterText() OVERRIDE;
PP_Var             88 ppapi/shared_impl/ppb_input_event_shared.h   virtual PP_Var GetCode() OVERRIDE;
PP_Var            106 ppapi/shared_impl/ppb_input_event_shared.h                                          struct PP_Var text,
PP_Var            118 ppapi/shared_impl/ppb_input_event_shared.h                                               struct PP_Var character_text,
PP_Var            119 ppapi/shared_impl/ppb_input_event_shared.h                                               struct PP_Var code);
PP_Var             28 ppapi/shared_impl/ppb_instance_shared.cc                               PP_Var value) {
PP_Var             34 ppapi/shared_impl/ppb_instance_shared.cc                                         PP_Var source,
PP_Var             35 ppapi/shared_impl/ppb_instance_shared.cc                                         PP_Var value) {
PP_Var             23 ppapi/shared_impl/ppb_instance_shared.h                    PP_Var value) OVERRIDE;
PP_Var             26 ppapi/shared_impl/ppb_instance_shared.h                              PP_Var source,
PP_Var             27 ppapi/shared_impl/ppb_instance_shared.h                              PP_Var value) OVERRIDE;
PP_Var             47 ppapi/shared_impl/ppb_url_util_shared.cc PP_Var PPB_URLUtil_Shared::Canonicalize(PP_Var url,
PP_Var             57 ppapi/shared_impl/ppb_url_util_shared.cc PP_Var PPB_URLUtil_Shared::ResolveRelativeToURL(
PP_Var             58 ppapi/shared_impl/ppb_url_util_shared.cc     PP_Var base_url,
PP_Var             59 ppapi/shared_impl/ppb_url_util_shared.cc     PP_Var relative,
PP_Var             75 ppapi/shared_impl/ppb_url_util_shared.cc PP_Bool PPB_URLUtil_Shared::IsSameSecurityOrigin(PP_Var url_a, PP_Var url_b) {
PP_Var             92 ppapi/shared_impl/ppb_url_util_shared.cc PP_Var PPB_URLUtil_Shared::GenerateURLReturn(const GURL& url,
PP_Var            100 ppapi/shared_impl/ppb_url_util_shared.cc PP_Var PPB_URLUtil_Shared::ConvertComponentsAndReturnURL(
PP_Var            101 ppapi/shared_impl/ppb_url_util_shared.cc     const PP_Var& url,
PP_Var            110 ppapi/shared_impl/ppb_url_util_shared.cc   PP_Var result = Canonicalize(url, components);
PP_Var             25 ppapi/shared_impl/ppb_url_util_shared.h   static PP_Var Canonicalize(PP_Var url, PP_URLComponents_Dev* components);
PP_Var             26 ppapi/shared_impl/ppb_url_util_shared.h   static PP_Var ResolveRelativeToURL(PP_Var base_url,
PP_Var             27 ppapi/shared_impl/ppb_url_util_shared.h                                      PP_Var relative,
PP_Var             29 ppapi/shared_impl/ppb_url_util_shared.h   static PP_Bool IsSameSecurityOrigin(PP_Var url_a, PP_Var url_b);
PP_Var             33 ppapi/shared_impl/ppb_url_util_shared.h   static PP_Var GenerateURLReturn(const GURL& url,
PP_Var             44 ppapi/shared_impl/ppb_url_util_shared.h   static PP_Var ConvertComponentsAndReturnURL(const PP_Var& url,
PP_Var             27 ppapi/shared_impl/ppb_var_shared.cc void AddRefVar(PP_Var var) {
PP_Var             32 ppapi/shared_impl/ppb_var_shared.cc void ReleaseVar(PP_Var var) {
PP_Var             37 ppapi/shared_impl/ppb_var_shared.cc PP_Var VarFromUtf8(const char* data, uint32_t len) {
PP_Var             42 ppapi/shared_impl/ppb_var_shared.cc PP_Var VarFromUtf8_1_0(PP_Module /*module*/, const char* data, uint32_t len) {
PP_Var             46 ppapi/shared_impl/ppb_var_shared.cc const char* VarToUtf8(PP_Var var, uint32_t* len) {
PP_Var             57 ppapi/shared_impl/ppb_var_shared.cc PP_Resource VarToResource(PP_Var var) {
PP_Var             67 ppapi/shared_impl/ppb_var_shared.cc PP_Var VarFromResource(PP_Resource resource) {
PP_Var             83 ppapi/shared_impl/ppb_var_shared.cc PP_Var CreateArrayBufferVar(uint32_t size_in_bytes) {
PP_Var             89 ppapi/shared_impl/ppb_var_shared.cc PP_Bool ByteLength(PP_Var array, uint32_t* byte_length) {
PP_Var             98 ppapi/shared_impl/ppb_var_shared.cc void* Map(PP_Var array) {
PP_Var            106 ppapi/shared_impl/ppb_var_shared.cc void Unmap(PP_Var array) {
PP_Var             14 ppapi/shared_impl/ppb_var_shared.h struct PP_Var;
PP_Var            290 ppapi/shared_impl/private/net_address_private_impl.cc PP_Var Describe(PP_Module /*module*/,
PP_Var             30 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc PP_Var PPB_X509Certificate_Fields::GetFieldAsPPVar(
PP_Var             69 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc       PP_Var array_buffer =
PP_Var            128 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc PP_Var PPB_X509Certificate_Private_Shared::GetField(
PP_Var             30 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.h   PP_Var GetFieldAsPPVar(PP_X509Certificate_Private_Field field) const;
PP_Var             60 ppapi/shared_impl/private/ppb_x509_certificate_private_shared.h   virtual PP_Var GetField(PP_X509Certificate_Private_Field field) OVERRIDE;
PP_Var             23 ppapi/shared_impl/resource_var.cc ResourceVar* ResourceVar::FromPPVar(PP_Var var) {
PP_Var             49 ppapi/shared_impl/resource_var.h   static ResourceVar* FromPPVar(PP_Var var);
PP_Var             14 ppapi/shared_impl/scoped_pp_var.cc void CallAddRef(const PP_Var& v) {
PP_Var             18 ppapi/shared_impl/scoped_pp_var.cc void CallRelease(const PP_Var& v) {
PP_Var             26 ppapi/shared_impl/scoped_pp_var.cc ScopedPPVar::ScopedPPVar(const PP_Var& v) : var_(v) { CallAddRef(var_); }
PP_Var             28 ppapi/shared_impl/scoped_pp_var.cc ScopedPPVar::ScopedPPVar(const PassRef&, const PP_Var& v) : var_(v) {}
PP_Var             36 ppapi/shared_impl/scoped_pp_var.cc ScopedPPVar& ScopedPPVar::operator=(const PP_Var& v) {
PP_Var             43 ppapi/shared_impl/scoped_pp_var.cc PP_Var ScopedPPVar::Release() {
PP_Var             44 ppapi/shared_impl/scoped_pp_var.cc   PP_Var result = var_;
PP_Var             20 ppapi/shared_impl/scoped_pp_var.h   explicit ScopedPPVar(const PP_Var& v);
PP_Var             23 ppapi/shared_impl/scoped_pp_var.h   ScopedPPVar(const PassRef&, const PP_Var& v);
PP_Var             30 ppapi/shared_impl/scoped_pp_var.h   ScopedPPVar& operator=(const PP_Var& r);
PP_Var             35 ppapi/shared_impl/scoped_pp_var.h   const PP_Var& get() const { return var_; }
PP_Var             39 ppapi/shared_impl/scoped_pp_var.h   PP_Var Release();
PP_Var             42 ppapi/shared_impl/scoped_pp_var.h   PP_Var var_;
PP_Var             21 ppapi/shared_impl/test_globals.h   virtual PP_Var MakeResourcePPVarFromMessage(
PP_Var             26 ppapi/shared_impl/unittest_utils.cc bool Equals(const PP_Var& expected,
PP_Var             27 ppapi/shared_impl/unittest_utils.cc             const PP_Var& actual,
PP_Var            205 ppapi/shared_impl/unittest_utils.cc bool TestEqual(const PP_Var& expected,
PP_Var            206 ppapi/shared_impl/unittest_utils.cc                const PP_Var& actual,
PP_Var             18 ppapi/shared_impl/unittest_utils.h bool TestEqual(const PP_Var& expected,
PP_Var             19 ppapi/shared_impl/unittest_utils.h                const PP_Var& actual,
PP_Var             23 ppapi/shared_impl/var.cc std::string Var::PPVarToLogString(PP_Var var) {
PP_Var             93 ppapi/shared_impl/var.cc PP_Var Var::GetPPVar() {
PP_Var             98 ppapi/shared_impl/var.cc   PP_Var result;
PP_Var            144 ppapi/shared_impl/var.cc PP_Var StringVar::StringToPPVar(const std::string& var) {
PP_Var            149 ppapi/shared_impl/var.cc PP_Var StringVar::StringToPPVar(const char* data, uint32 len) {
PP_Var            157 ppapi/shared_impl/var.cc StringVar* StringVar::FromPPVar(PP_Var var) {
PP_Var            168 ppapi/shared_impl/var.cc PP_Var StringVar::SwapValidatedUTF8StringIntoPPVar(std::string* src) {
PP_Var            185 ppapi/shared_impl/var.cc ArrayBufferVar* ArrayBufferVar::FromPPVar(PP_Var var) {
PP_Var             35 ppapi/shared_impl/var.h   static std::string PPVarToLogString(PP_Var var);
PP_Var             47 ppapi/shared_impl/var.h   PP_Var GetPPVar();
PP_Var            125 ppapi/shared_impl/var.h   static PP_Var StringToPPVar(const std::string& str);
PP_Var            126 ppapi/shared_impl/var.h   static PP_Var StringToPPVar(const char* str, uint32 len);
PP_Var            131 ppapi/shared_impl/var.h   static PP_Var SwapValidatedUTF8StringIntoPPVar(std::string* src);
PP_Var            135 ppapi/shared_impl/var.h   static StringVar* FromPPVar(PP_Var var);
PP_Var            185 ppapi/shared_impl/var.h   static ArrayBufferVar* FromPPVar(PP_Var var);
PP_Var             56 ppapi/shared_impl/var_tracker.cc Var* VarTracker::GetVar(const PP_Var& var) const {
PP_Var             89 ppapi/shared_impl/var_tracker.cc bool VarTracker::AddRefVar(const PP_Var& var) {
PP_Var            132 ppapi/shared_impl/var_tracker.cc bool VarTracker::ReleaseVar(const PP_Var& var) {
PP_Var            159 ppapi/shared_impl/var_tracker.cc int VarTracker::GetRefCountForObject(const PP_Var& plugin_object) {
PP_Var            169 ppapi/shared_impl/var_tracker.cc     const PP_Var& plugin_object) {
PP_Var            183 ppapi/shared_impl/var_tracker.cc VarTracker::VarMap::iterator VarTracker::GetLiveVar(const PP_Var& var) {
PP_Var            187 ppapi/shared_impl/var_tracker.cc VarTracker::VarMap::const_iterator VarTracker::GetLiveVar(const PP_Var& var)
PP_Var            192 ppapi/shared_impl/var_tracker.cc PP_Var VarTracker::MakeArrayBufferPPVar(uint32 size_in_bytes) {
PP_Var            201 ppapi/shared_impl/var_tracker.cc PP_Var VarTracker::MakeArrayBufferPPVar(uint32 size_in_bytes,
PP_Var            220 ppapi/shared_impl/var_tracker.cc PP_Var VarTracker::MakeArrayBufferPPVar(uint32 size_in_bytes,
PP_Var            231 ppapi/shared_impl/var_tracker.cc PP_Var VarTracker::MakeResourcePPVar(PP_Resource pp_resource) {
PP_Var            238 ppapi/shared_impl/var_tracker.cc std::vector<PP_Var> VarTracker::GetLiveVars() {
PP_Var            241 ppapi/shared_impl/var_tracker.cc   std::vector<PP_Var> var_vector;
PP_Var             61 ppapi/shared_impl/var_tracker.h   Var* GetVar(const PP_Var& var) const;
PP_Var             67 ppapi/shared_impl/var_tracker.h   bool AddRefVar(const PP_Var& var);
PP_Var             74 ppapi/shared_impl/var_tracker.h   bool ReleaseVar(const PP_Var& var);
PP_Var             78 ppapi/shared_impl/var_tracker.h   PP_Var MakeArrayBufferPPVar(uint32 size_in_bytes);
PP_Var             80 ppapi/shared_impl/var_tracker.h   PP_Var MakeArrayBufferPPVar(uint32 size_in_bytes, const void* data);
PP_Var             83 ppapi/shared_impl/var_tracker.h   PP_Var MakeArrayBufferPPVar(uint32 size_in_bytes, base::SharedMemoryHandle h);
PP_Var             95 ppapi/shared_impl/var_tracker.h   virtual PP_Var MakeResourcePPVarFromMessage(
PP_Var            106 ppapi/shared_impl/var_tracker.h   PP_Var MakeResourcePPVar(PP_Resource pp_resource);
PP_Var            120 ppapi/shared_impl/var_tracker.h   std::vector<PP_Var> GetLiveVars();
PP_Var            125 ppapi/shared_impl/var_tracker.h   int GetRefCountForObject(const PP_Var& object);
PP_Var            126 ppapi/shared_impl/var_tracker.h   int GetTrackedWithNoReferenceCountForObject(const PP_Var& object);
PP_Var            193 ppapi/shared_impl/var_tracker.h   VarMap::iterator GetLiveVar(const PP_Var& var);
PP_Var            194 ppapi/shared_impl/var_tracker.h   VarMap::const_iterator GetLiveVar(const PP_Var& var) const;
PP_Var             60 ppapi/shared_impl/var_tracker_unittest.cc   PP_Var pp_var = var->GetPPVar();
PP_Var             77 ppapi/shared_impl/var_tracker_unittest.cc   PP_Var pp_var = var->GetPPVar();
PP_Var            109 ppapi/shared_impl/var_tracker_unittest.cc   PP_Var pp_var = var->GetPPVar();
PP_Var            126 ppapi/shared_impl/var_tracker_unittest.cc   PP_Var pp_var = var->GetPPVar();
PP_Var             32 ppapi/shared_impl/var_value_conversions.cc   VarNode(const PP_Var& in_var, base::Value* in_value)
PP_Var             36 ppapi/shared_impl/var_value_conversions.cc   PP_Var var;
PP_Var             49 ppapi/shared_impl/var_value_conversions.cc   ValueNode(const PP_Var& in_var, const base::Value* in_value)
PP_Var             53 ppapi/shared_impl/var_value_conversions.cc   PP_Var var;
PP_Var             64 ppapi/shared_impl/var_value_conversions.cc                               const PP_Var& var,
PP_Var            216 ppapi/shared_impl/var_value_conversions.cc base::Value* CreateValueFromVar(const PP_Var& var) {
PP_Var            292 ppapi/shared_impl/var_value_conversions.cc PP_Var CreateVarFromValue(const base::Value& value) {
PP_Var            339 ppapi/shared_impl/var_value_conversions.cc base::ListValue* CreateListValueFromVarVector(const std::vector<PP_Var>& vars) {
PP_Var            342 ppapi/shared_impl/var_value_conversions.cc   for (std::vector<PP_Var>::const_iterator iter = vars.begin();
PP_Var            354 ppapi/shared_impl/var_value_conversions.cc                                   std::vector<PP_Var>* vars) {
PP_Var             36 ppapi/shared_impl/var_value_conversions.h PPAPI_SHARED_EXPORT base::Value* CreateValueFromVar(const PP_Var& var);
PP_Var             40 ppapi/shared_impl/var_value_conversions.h PPAPI_SHARED_EXPORT PP_Var CreateVarFromValue(const base::Value& value);
PP_Var             48 ppapi/shared_impl/var_value_conversions.h     const std::vector<PP_Var>& vars);
PP_Var             57 ppapi/shared_impl/var_value_conversions.h     std::vector<PP_Var>* vars);
PP_Var             29 ppapi/shared_impl/var_value_conversions_unittest.cc bool Equals(const base::Value& value, const PP_Var& var) {
PP_Var            119 ppapi/shared_impl/var_value_conversions_unittest.cc bool ConvertVarAndVerify(const PP_Var& var) {
PP_Var            308 ppapi/shared_impl/var_value_conversions_unittest.cc         CreateListValueFromVarVector(std::vector<PP_Var>()));
PP_Var            329 ppapi/shared_impl/var_value_conversions_unittest.cc     std::vector<PP_Var> vars;
PP_Var            354 ppapi/shared_impl/var_value_conversions_unittest.cc     std::vector<PP_Var> vars;
PP_Var            376 ppapi/shared_impl/var_value_conversions_unittest.cc     std::vector<PP_Var> vars;
PP_Var            221 ppapi/tests/test_case.cc     PP_Var vars[kVarsToPrint];
PP_Var             27 ppapi/tests/test_uma.cc   PP_Var name = name_var.pp_var();
PP_Var             43 ppapi/tests/test_uma.cc   PP_Var name = name_var.pp_var();
PP_Var             59 ppapi/tests/test_uma.cc   PP_Var name = name_var.pp_var();
PP_Var             84 ppapi/tests/test_url_request.cc PP_Var TestURLRequest::PP_MakeString(const char* s) {
PP_Var            131 ppapi/tests/test_url_request.cc                      PP_Var value, PP_Bool expected) :
PP_Var            138 ppapi/tests/test_url_request.cc     PP_Var var;  // Instance owner is responsible for releasing this var.
PP_Var            304 ppapi/tests/test_url_request.cc     PP_Var status = ppb_url_response_interface_->GetProperty(
PP_Var            343 ppapi/tests/test_url_request.cc   PP_Var post_string_var = PP_MakeString("POST");
PP_Var            344 ppapi/tests/test_url_request.cc   PP_Var echo_string_var = PP_MakeString("/echo");
PP_Var            399 ppapi/tests/test_url_request.cc   PP_Var post_string_var = PP_MakeString("POST");
PP_Var            400 ppapi/tests/test_url_request.cc   PP_Var echo_string_var = PP_MakeString("/echo");
PP_Var             38 ppapi/tests/test_url_request.h   PP_Var PP_MakeString(const char* s);
PP_Var             48 ppapi/tests/test_var.cc     PP_Var str = var_interface_->VarFromUtf8(kStr, kStrLen);
PP_Var             79 ppapi/tests/test_var.cc   PP_Var invalid_string;
PP_Var            119 ppapi/tests/test_var.cc   PP_Var converted_string;
PP_Var             96 ppapi/tests/test_var_deprecated.cc     PP_Var str = var_interface_->VarFromUtf8(pp::Module::Get()->pp_module(),
PP_Var            121 ppapi/tests/test_var_deprecated.cc   PP_Var invalid_string;
PP_Var            161 ppapi/tests/test_var_deprecated.cc   PP_Var converted_string;
PP_Var            337 ppapi/tests/test_var_deprecated.cc   PP_Var invalid_object;
PP_Var            340 ppapi/tests/test_var_deprecated.cc   PP_Var exception2 = PP_MakeUndefined();
PP_Var             42 ppapi/tests/test_var_resource.cc     PP_Var var = var_interface_->VarFromResource(file_system);
PP_Var             72 ppapi/tests/test_var_resource.cc     PP_Var invalid_resource;
PP_Var             82 ppapi/tests/test_var_resource.cc     PP_Var var = var_interface_->VarFromResource(fake_resource);
PP_Var            260 ppapi/tests/test_websocket.cc PP_Var TestWebSocket::CreateVarString(const std::string& string) {
PP_Var            264 ppapi/tests/test_websocket.cc PP_Var TestWebSocket::CreateVarBinary(const std::vector<uint8_t>& binary) {
PP_Var            265 ppapi/tests/test_websocket.cc   PP_Var var = arraybuffer_interface_->Create(binary.size());
PP_Var            271 ppapi/tests/test_websocket.cc void TestWebSocket::ReleaseVar(const PP_Var& var) {
PP_Var            275 ppapi/tests/test_websocket.cc bool TestWebSocket::AreEqualWithString(const PP_Var& var,
PP_Var            288 ppapi/tests/test_websocket.cc bool TestWebSocket::AreEqualWithBinary(const PP_Var& var,
PP_Var            303 ppapi/tests/test_websocket.cc   PP_Var protocols[] = { PP_MakeUndefined() };
PP_Var            307 ppapi/tests/test_websocket.cc   PP_Var url_var = CreateVarString(url);
PP_Var            326 ppapi/tests/test_websocket.cc   PP_Var message_var = CreateVarString(message);
PP_Var            359 ppapi/tests/test_websocket.cc   PP_Var close_reason = websocket_interface_->GetCloseReason(ws);
PP_Var            366 ppapi/tests/test_websocket.cc   PP_Var extensions = websocket_interface_->GetExtensions(ws);
PP_Var            370 ppapi/tests/test_websocket.cc   PP_Var protocol = websocket_interface_->GetProtocol(ws);
PP_Var            378 ppapi/tests/test_websocket.cc   PP_Var url = websocket_interface_->GetURL(ws);
PP_Var            388 ppapi/tests/test_websocket.cc   PP_Var protocols[] = { PP_MakeUndefined() };
PP_Var            419 ppapi/tests/test_websocket.cc   PP_Var url = CreateVarString(GetFullURL(kEchoServerURL).c_str());
PP_Var            420 ppapi/tests/test_websocket.cc   PP_Var bad_protocols[] = {
PP_Var            424 ppapi/tests/test_websocket.cc   PP_Var good_protocols[] = {
PP_Var            460 ppapi/tests/test_websocket.cc     PP_Var url = websocket_interface_->GetURL(ws);
PP_Var            476 ppapi/tests/test_websocket.cc   PP_Var extensions = websocket_interface_->GetExtensions(ws);
PP_Var            485 ppapi/tests/test_websocket.cc   PP_Var reason = CreateVarString("close for test");
PP_Var            521 ppapi/tests/test_websocket.cc   PP_Var receive_message_var;
PP_Var            531 ppapi/tests/test_websocket.cc   PP_Var send_message_var = CreateVarString(send_message);
PP_Var            570 ppapi/tests/test_websocket.cc   PP_Var reason = CreateVarString("close for test");
PP_Var            571 ppapi/tests/test_websocket.cc   PP_Var url = CreateVarString(GetFullURL(kEchoServerURL).c_str());
PP_Var            572 ppapi/tests/test_websocket.cc   PP_Var protocols[] = { PP_MakeUndefined() };
PP_Var            649 ppapi/tests/test_websocket.cc   PP_Var receive_message_var;
PP_Var            689 ppapi/tests/test_websocket.cc   PP_Var close_request_var = CreateVarString("1000 bye");
PP_Var            718 ppapi/tests/test_websocket.cc     PP_Var protocol = websocket_interface_->GetProtocol(ws);
PP_Var            738 ppapi/tests/test_websocket.cc   PP_Var message_var = CreateVarString(message);
PP_Var            745 ppapi/tests/test_websocket.cc   PP_Var received_message;
PP_Var            776 ppapi/tests/test_websocket.cc   PP_Var received_message;
PP_Var            817 ppapi/tests/test_websocket.cc   PP_Var message_var = CreateVarBinary(binary);
PP_Var            824 ppapi/tests/test_websocket.cc   PP_Var received_message;
PP_Var            845 ppapi/tests/test_websocket.cc   PP_Var text_var = CreateVarString(text);
PP_Var            849 ppapi/tests/test_websocket.cc   PP_Var binary_var = CreateVarBinary(binary);
PP_Var            858 ppapi/tests/test_websocket.cc   PP_Var large_binary_var = CreateVarBinary(large_binary);
PP_Var            877 ppapi/tests/test_websocket.cc     PP_Var received_message;
PP_Var            907 ppapi/tests/test_websocket.cc   PP_Var message_var = CreateVarString(message);
PP_Var            922 ppapi/tests/test_websocket.cc   PP_Var reason = CreateVarString(reason_str.c_str());
PP_Var            940 ppapi/tests/test_websocket.cc   PP_Var empty_string = CreateVarString(std::string());
PP_Var            971 ppapi/tests/test_websocket.cc   PP_Var url_var = CreateVarString(url);
PP_Var            986 ppapi/tests/test_websocket.cc   PP_Var reason_var = CreateVarString("abort");
PP_Var           1003 ppapi/tests/test_websocket.cc   PP_Var receive_var;
PP_Var           1046 ppapi/tests/test_websocket.cc   PP_Var large_var = CreateVarBinary(large_binary);
PP_Var           1085 ppapi/tests/test_websocket.cc   PP_Var large_var = CreateVarBinary(large_binary);
PP_Var           1087 ppapi/tests/test_websocket.cc   PP_Var text_var = CreateVarString(text);
PP_Var           1106 ppapi/tests/test_websocket.cc     PP_Var var;
PP_Var           1135 ppapi/tests/test_websocket.cc     PP_Var var;
PP_Var             27 ppapi/tests/test_websocket.h   PP_Var CreateVarString(const std::string& string);
PP_Var             28 ppapi/tests/test_websocket.h   PP_Var CreateVarBinary(const std::vector<uint8_t>& binary);
PP_Var             29 ppapi/tests/test_websocket.h   void ReleaseVar(const PP_Var& var);
PP_Var             30 ppapi/tests/test_websocket.h   bool AreEqualWithString(const PP_Var& var, const std::string& string);
PP_Var             31 ppapi/tests/test_websocket.h   bool AreEqualWithBinary(const PP_Var& var,
PP_Var             25 ppapi/thunk/extensions_common_api.h                                const std::vector<PP_Var>& input_args,
PP_Var             26 ppapi/thunk/extensions_common_api.h                                const std::vector<PP_Var*>& output_args,
PP_Var             29 ppapi/thunk/extensions_common_api.h                             const std::vector<PP_Var>& args) = 0;
PP_Var             31 ppapi/thunk/extensions_common_api.h                               const std::vector<PP_Var>& input_args,
PP_Var             32 ppapi/thunk/extensions_common_api.h                               const std::vector<PP_Var*>& output_args,
PP_Var             35 ppapi/thunk/extensions_common_api.h                            const std::vector<PP_Var>& args) = 0;
PP_Var             20 ppapi/thunk/ppb_alarms_dev_thunk.cc             PP_Var name,
PP_Var             26 ppapi/thunk/ppb_alarms_dev_thunk.cc             PP_Var name,
PP_Var             51 ppapi/thunk/ppb_alarms_dev_thunk.cc void Clear(PP_Instance instance, PP_Var name) {
PP_Var             19 ppapi/thunk/ppb_browser_font_singleton_api.h   virtual PP_Var GetFontFamilies(PP_Instance instance) = 0;
PP_Var             18 ppapi/thunk/ppb_browser_font_trusted_thunk.cc PP_Var GetFontFamilies(PP_Instance instance) {
PP_Var             77 ppapi/thunk/ppb_char_set_thunk.cc PP_Var GetDefaultCharSet(PP_Instance instance) {
PP_Var             18 ppapi/thunk/ppb_console_thunk.cc void Log(PP_Instance instance, PP_LogLevel level, struct PP_Var value) {
PP_Var             28 ppapi/thunk/ppb_console_thunk.cc                    struct PP_Var source,
PP_Var             29 ppapi/thunk/ppb_console_thunk.cc                    struct PP_Var value) {
PP_Var             21 ppapi/thunk/ppb_content_decryptor_private_thunk.cc                     struct PP_Var web_session_id) {
PP_Var             31 ppapi/thunk/ppb_content_decryptor_private_thunk.cc                     struct PP_Var message,
PP_Var             32 ppapi/thunk/ppb_content_decryptor_private_thunk.cc                     struct PP_Var destination_url) {
PP_Var             26 ppapi/thunk/ppb_device_ref_api.h   virtual PP_Var GetName() = 0;
PP_Var             33 ppapi/thunk/ppb_device_ref_dev_thunk.cc struct PP_Var GetName(PP_Resource device_ref) {
PP_Var             27 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> input_args;
PP_Var             28 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var*> output_args;
PP_Var             36 ppapi/thunk/ppb_ext_socket_thunk.cc void Destroy(PP_Instance instance, PP_Var socket_id) {
PP_Var             41 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> args;
PP_Var             47 ppapi/thunk/ppb_ext_socket_thunk.cc                 PP_Var socket_id,
PP_Var             48 ppapi/thunk/ppb_ext_socket_thunk.cc                 PP_Var hostname,
PP_Var             49 ppapi/thunk/ppb_ext_socket_thunk.cc                 PP_Var port,
PP_Var             50 ppapi/thunk/ppb_ext_socket_thunk.cc                 PP_Var* result,
PP_Var             56 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> input_args;
PP_Var             57 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var*> output_args;
PP_Var             67 ppapi/thunk/ppb_ext_socket_thunk.cc              PP_Var socket_id,
PP_Var             68 ppapi/thunk/ppb_ext_socket_thunk.cc              PP_Var address,
PP_Var             69 ppapi/thunk/ppb_ext_socket_thunk.cc              PP_Var port,
PP_Var             70 ppapi/thunk/ppb_ext_socket_thunk.cc              PP_Var* result,
PP_Var             76 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> input_args;
PP_Var             77 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var*> output_args;
PP_Var             86 ppapi/thunk/ppb_ext_socket_thunk.cc void Disconnect(PP_Instance instance, PP_Var socket_id) {
PP_Var             91 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> args;
PP_Var             97 ppapi/thunk/ppb_ext_socket_thunk.cc              PP_Var socket_id,
PP_Var             98 ppapi/thunk/ppb_ext_socket_thunk.cc              PP_Var buffer_size,
PP_Var            105 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> input_args;
PP_Var            106 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var*> output_args;
PP_Var            115 ppapi/thunk/ppb_ext_socket_thunk.cc               PP_Var socket_id,
PP_Var            116 ppapi/thunk/ppb_ext_socket_thunk.cc               PP_Var data,
PP_Var            123 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> input_args;
PP_Var            124 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var*> output_args;
PP_Var            133 ppapi/thunk/ppb_ext_socket_thunk.cc                  PP_Var socket_id,
PP_Var            134 ppapi/thunk/ppb_ext_socket_thunk.cc                  PP_Var buffer_size,
PP_Var            141 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> input_args;
PP_Var            142 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var*> output_args;
PP_Var            151 ppapi/thunk/ppb_ext_socket_thunk.cc                PP_Var socket_id,
PP_Var            152 ppapi/thunk/ppb_ext_socket_thunk.cc                PP_Var data,
PP_Var            153 ppapi/thunk/ppb_ext_socket_thunk.cc                PP_Var address,
PP_Var            154 ppapi/thunk/ppb_ext_socket_thunk.cc                PP_Var port,
PP_Var            161 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> input_args;
PP_Var            162 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var*> output_args;
PP_Var            173 ppapi/thunk/ppb_ext_socket_thunk.cc                PP_Var socket_id,
PP_Var            174 ppapi/thunk/ppb_ext_socket_thunk.cc                PP_Var address,
PP_Var            175 ppapi/thunk/ppb_ext_socket_thunk.cc                PP_Var port,
PP_Var            176 ppapi/thunk/ppb_ext_socket_thunk.cc                PP_Var backlog,
PP_Var            177 ppapi/thunk/ppb_ext_socket_thunk.cc                PP_Var* result,
PP_Var            183 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> input_args;
PP_Var            184 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var*> output_args;
PP_Var            195 ppapi/thunk/ppb_ext_socket_thunk.cc                PP_Var socket_id,
PP_Var            202 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> input_args;
PP_Var            203 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var*> output_args;
PP_Var            211 ppapi/thunk/ppb_ext_socket_thunk.cc                      PP_Var socket_id,
PP_Var            212 ppapi/thunk/ppb_ext_socket_thunk.cc                      PP_Var enable,
PP_Var            213 ppapi/thunk/ppb_ext_socket_thunk.cc                      PP_Var delay,
PP_Var            214 ppapi/thunk/ppb_ext_socket_thunk.cc                      PP_Var* result,
PP_Var            220 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> input_args;
PP_Var            221 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var*> output_args;
PP_Var            231 ppapi/thunk/ppb_ext_socket_thunk.cc                    PP_Var socket_id,
PP_Var            232 ppapi/thunk/ppb_ext_socket_thunk.cc                    PP_Var no_delay,
PP_Var            233 ppapi/thunk/ppb_ext_socket_thunk.cc                    PP_Var* result,
PP_Var            239 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> input_args;
PP_Var            240 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var*> output_args;
PP_Var            249 ppapi/thunk/ppb_ext_socket_thunk.cc                 PP_Var socket_id,
PP_Var            256 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> input_args;
PP_Var            257 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var*> output_args;
PP_Var            271 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> input_args;
PP_Var            272 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var*> output_args;
PP_Var            279 ppapi/thunk/ppb_ext_socket_thunk.cc                   PP_Var socket_id,
PP_Var            280 ppapi/thunk/ppb_ext_socket_thunk.cc                   PP_Var address,
PP_Var            281 ppapi/thunk/ppb_ext_socket_thunk.cc                   PP_Var* result,
PP_Var            287 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> input_args;
PP_Var            288 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var*> output_args;
PP_Var            297 ppapi/thunk/ppb_ext_socket_thunk.cc                    PP_Var socket_id,
PP_Var            298 ppapi/thunk/ppb_ext_socket_thunk.cc                    PP_Var address,
PP_Var            299 ppapi/thunk/ppb_ext_socket_thunk.cc                    PP_Var* result,
PP_Var            305 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> input_args;
PP_Var            306 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var*> output_args;
PP_Var            315 ppapi/thunk/ppb_ext_socket_thunk.cc                                PP_Var socket_id,
PP_Var            316 ppapi/thunk/ppb_ext_socket_thunk.cc                                PP_Var ttl,
PP_Var            317 ppapi/thunk/ppb_ext_socket_thunk.cc                                PP_Var* result,
PP_Var            323 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> input_args;
PP_Var            324 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var*> output_args;
PP_Var            334 ppapi/thunk/ppb_ext_socket_thunk.cc                                  PP_Var socket_id,
PP_Var            335 ppapi/thunk/ppb_ext_socket_thunk.cc                                  PP_Var enabled,
PP_Var            336 ppapi/thunk/ppb_ext_socket_thunk.cc                                  PP_Var* result,
PP_Var            342 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> input_args;
PP_Var            343 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var*> output_args;
PP_Var            353 ppapi/thunk/ppb_ext_socket_thunk.cc                         PP_Var socket_id,
PP_Var            354 ppapi/thunk/ppb_ext_socket_thunk.cc                         PP_Var* groups,
PP_Var            360 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var> input_args;
PP_Var            361 ppapi/thunk/ppb_ext_socket_thunk.cc   std::vector<PP_Var*> output_args;
PP_Var             27 ppapi/thunk/ppb_file_chooser_api.h       PP_Var suggested_file_name,
PP_Var             38 ppapi/thunk/ppb_file_chooser_api.h       PP_Var suggested_file_name,
PP_Var             22 ppapi/thunk/ppb_file_chooser_dev_thunk.cc                    struct PP_Var accept_types) {
PP_Var             23 ppapi/thunk/ppb_file_chooser_trusted_thunk.cc                                    struct PP_Var suggested_file_name,
PP_Var             37 ppapi/thunk/ppb_file_chooser_trusted_thunk.cc                                struct PP_Var suggested_file_name,
PP_Var             28 ppapi/thunk/ppb_file_ref_api.h   virtual PP_Var GetName() const = 0;
PP_Var             29 ppapi/thunk/ppb_file_ref_api.h   virtual PP_Var GetPath() const = 0;
PP_Var             50 ppapi/thunk/ppb_file_ref_api.h   virtual PP_Var GetAbsolutePath() = 0;
PP_Var             59 ppapi/thunk/ppb_file_ref_thunk.cc PP_Var GetName(PP_Resource file_ref) {
PP_Var             67 ppapi/thunk/ppb_file_ref_thunk.cc PP_Var GetPath(PP_Resource file_ref) {
PP_Var            160 ppapi/thunk/ppb_file_ref_thunk.cc PP_Var GetAbsolutePath(PP_Resource file_ref) {
PP_Var             24 ppapi/thunk/ppb_flash_clipboard_api.h   virtual PP_Var ReadData(PP_Instance instance,
PP_Var             31 ppapi/thunk/ppb_flash_clipboard_api.h                             const PP_Var data_items[]) = 0;
PP_Var             34 ppapi/thunk/ppb_flash_clipboard_thunk.cc PP_Var ReadData(PP_Instance instance,
PP_Var             47 ppapi/thunk/ppb_flash_clipboard_thunk.cc                   const PP_Var data_items[]) {
PP_Var             62 ppapi/thunk/ppb_flash_clipboard_thunk.cc PP_Var ReadData_4_0(PP_Instance instance,
PP_Var             72 ppapi/thunk/ppb_flash_clipboard_thunk.cc                       const PP_Var data_items[]) {
PP_Var             31 ppapi/thunk/ppb_flash_device_id_thunk.cc                     struct PP_Var* id,
PP_Var             18 ppapi/thunk/ppb_flash_drm_api.h   virtual int32_t GetDeviceID(PP_Var* id,
PP_Var             29 ppapi/thunk/ppb_flash_drm_thunk.cc                     struct PP_Var* id,
PP_Var             24 ppapi/thunk/ppb_flash_functions_api.h   virtual PP_Var GetProxyForURL(PP_Instance instance,
PP_Var             28 ppapi/thunk/ppb_flash_functions_api.h                                PP_Var value) = 0;
PP_Var             30 ppapi/thunk/ppb_flash_functions_api.h   virtual PP_Var GetSetting(PP_Instance instance, PP_FlashSetting setting) = 0;
PP_Var             49 ppapi/thunk/ppb_flash_thunk.cc PP_Var GetProxyForURL(PP_Instance instance, const char* url) {
PP_Var             95 ppapi/thunk/ppb_flash_thunk.cc PP_Var GetCommandLineArgs(PP_Module /* pp_module */) {
PP_Var            127 ppapi/thunk/ppb_flash_thunk.cc PP_Var GetDeviceID(PP_Instance instance) {
PP_Var            139 ppapi/thunk/ppb_flash_thunk.cc PP_Var GetSetting(PP_Instance instance, PP_FlashSetting setting) {
PP_Var            148 ppapi/thunk/ppb_flash_thunk.cc                      PP_Var value) {
PP_Var             26 ppapi/thunk/ppb_host_resolver_api.h   virtual PP_Var GetCanonicalName() = 0;
PP_Var             26 ppapi/thunk/ppb_host_resolver_private_api.h   virtual PP_Var GetCanonicalName() = 0;
PP_Var             44 ppapi/thunk/ppb_host_resolver_private_thunk.cc PP_Var GetCanonicalName(PP_Resource host_resolver) {
PP_Var             49 ppapi/thunk/ppb_host_resolver_thunk.cc struct PP_Var GetCanonicalName(PP_Resource host_resolver) {
PP_Var             37 ppapi/thunk/ppb_input_event_api.h   virtual PP_Var GetCharacterText() = 0;
PP_Var             38 ppapi/thunk/ppb_input_event_api.h   virtual PP_Var GetCode() = 0;
PP_Var            252 ppapi/thunk/ppb_input_event_thunk.cc                                          struct PP_Var character_text) {
PP_Var            268 ppapi/thunk/ppb_input_event_thunk.cc                                          struct PP_Var character_text,
PP_Var            269 ppapi/thunk/ppb_input_event_thunk.cc                                          struct PP_Var code) {
PP_Var            299 ppapi/thunk/ppb_input_event_thunk.cc PP_Var GetCharacterText(PP_Resource character_event) {
PP_Var            307 ppapi/thunk/ppb_input_event_thunk.cc PP_Var GetCode(PP_Resource key_event) {
PP_Var            335 ppapi/thunk/ppb_input_event_thunk.cc                                 PP_Var text,
PP_Var            364 ppapi/thunk/ppb_input_event_thunk.cc PP_Var GetIMEText(PP_Resource ime_event) {
PP_Var             58 ppapi/thunk/ppb_instance_api.h   virtual PP_Var GetWindowObject(PP_Instance instance) = 0;
PP_Var             59 ppapi/thunk/ppb_instance_api.h   virtual PP_Var GetOwnerElementObject(PP_Instance instance) = 0;
PP_Var             60 ppapi/thunk/ppb_instance_api.h   virtual PP_Var ExecuteScript(PP_Instance instance,
PP_Var             61 ppapi/thunk/ppb_instance_api.h                                PP_Var script,
PP_Var             62 ppapi/thunk/ppb_instance_api.h                                PP_Var* exception) = 0;
PP_Var             69 ppapi/thunk/ppb_instance_api.h   virtual PP_Var GetDefaultCharSet(PP_Instance instance) = 0;
PP_Var             74 ppapi/thunk/ppb_instance_api.h                    PP_Var value) = 0;
PP_Var             77 ppapi/thunk/ppb_instance_api.h                              PP_Var source,
PP_Var             78 ppapi/thunk/ppb_instance_api.h                              PP_Var value) = 0;
PP_Var            113 ppapi/thunk/ppb_instance_api.h   virtual void PostMessage(PP_Instance instance, PP_Var message) = 0;
PP_Var            145 ppapi/thunk/ppb_instance_api.h   virtual PP_Var GetDocumentURL(PP_Instance instance,
PP_Var            151 ppapi/thunk/ppb_instance_api.h                               PP_Var web_session_id) = 0;
PP_Var            154 ppapi/thunk/ppb_instance_api.h                               PP_Var message,
PP_Var            155 ppapi/thunk/ppb_instance_api.h                               PP_Var destination_url) = 0;
PP_Var            183 ppapi/thunk/ppb_instance_api.h   virtual PP_Var ResolveRelativeToDocument(
PP_Var            185 ppapi/thunk/ppb_instance_api.h       PP_Var relative,
PP_Var            187 ppapi/thunk/ppb_instance_api.h   virtual PP_Bool DocumentCanRequest(PP_Instance instance, PP_Var url) = 0;
PP_Var            190 ppapi/thunk/ppb_instance_api.h   virtual PP_Var GetPluginInstanceURL(PP_Instance instance,
PP_Var            192 ppapi/thunk/ppb_instance_api.h   virtual PP_Var GetPluginReferrerURL(PP_Instance instance,
PP_Var             18 ppapi/thunk/ppb_instance_private_thunk.cc struct PP_Var GetWindowObject(PP_Instance instance) {
PP_Var             26 ppapi/thunk/ppb_instance_private_thunk.cc struct PP_Var GetOwnerElementObject(PP_Instance instance) {
PP_Var             34 ppapi/thunk/ppb_instance_private_thunk.cc struct PP_Var ExecuteScript(PP_Instance instance,
PP_Var             35 ppapi/thunk/ppb_instance_private_thunk.cc                             struct PP_Var script,
PP_Var             36 ppapi/thunk/ppb_instance_private_thunk.cc                             struct PP_Var* exception) {
PP_Var             16 ppapi/thunk/ppb_media_stream_audio_track_api.h   virtual PP_Var GetId() = 0;
PP_Var             49 ppapi/thunk/ppb_media_stream_audio_track_thunk.cc struct PP_Var GetId(PP_Resource audio_track) {
PP_Var             16 ppapi/thunk/ppb_media_stream_video_track_api.h   virtual PP_Var GetId() = 0;
PP_Var             49 ppapi/thunk/ppb_media_stream_video_track_thunk.cc struct PP_Var GetId(PP_Resource video_track) {
PP_Var             18 ppapi/thunk/ppb_messaging_thunk.cc void PostMessage(PP_Instance instance, struct PP_Var message) {
PP_Var             21 ppapi/thunk/ppb_net_address_api.h   virtual PP_Var DescribeAsString(PP_Bool include_port) = 0;
PP_Var             55 ppapi/thunk/ppb_net_address_thunk.cc struct PP_Var DescribeAsString(PP_Resource addr, PP_Bool include_port) {
PP_Var             22 ppapi/thunk/ppb_network_list_api.h   virtual PP_Var GetName(uint32_t index) = 0;
PP_Var             27 ppapi/thunk/ppb_network_list_api.h   virtual PP_Var GetDisplayName(uint32_t index) = 0;
PP_Var             33 ppapi/thunk/ppb_network_list_thunk.cc struct PP_Var GetName(PP_Resource resource, uint32_t index) {
PP_Var             67 ppapi/thunk/ppb_network_list_thunk.cc struct PP_Var GetDisplayName(PP_Resource resource, uint32_t index) {
PP_Var             14 ppapi/thunk/ppb_network_proxy_api.h struct PP_Var;
PP_Var             27 ppapi/thunk/ppb_network_proxy_api.h                                  PP_Var url,
PP_Var             28 ppapi/thunk/ppb_network_proxy_api.h                                  PP_Var* proxy_string,
PP_Var             21 ppapi/thunk/ppb_network_proxy_thunk.cc                        struct PP_Var url,
PP_Var             22 ppapi/thunk/ppb_network_proxy_thunk.cc                        struct PP_Var* proxy_string,
PP_Var             16 ppapi/thunk/ppb_pdf_api.h   virtual PP_Var GetLocalizedString(PP_ResourceString string_id) = 0;
PP_Var             27 ppapi/thunk/ppb_pdf_api.h   virtual void UserMetricsRecordAction(const PP_Var& action) = 0;
PP_Var             19 ppapi/thunk/ppb_pdf_thunk.cc PP_Var GetLocalizedString(PP_Instance instance, PP_ResourceString string_id) {
PP_Var             96 ppapi/thunk/ppb_pdf_thunk.cc void UserMetricsRecordAction(PP_Instance instance, PP_Var action) {
PP_Var            136 ppapi/thunk/ppb_pdf_thunk.cc PP_Var ModalPromptForPassword(PP_Instance instance_id,
PP_Var            137 ppapi/thunk/ppb_pdf_thunk.cc                               PP_Var message) {
PP_Var             22 ppapi/thunk/ppb_platform_verification_api.h       const PP_Var& service_id,
PP_Var             23 ppapi/thunk/ppb_platform_verification_api.h       const PP_Var& challenge,
PP_Var             24 ppapi/thunk/ppb_platform_verification_api.h       PP_Var* signed_data,
PP_Var             25 ppapi/thunk/ppb_platform_verification_api.h       PP_Var* signed_data_signature,
PP_Var             26 ppapi/thunk/ppb_platform_verification_api.h       PP_Var* platform_key_certificate,
PP_Var             36 ppapi/thunk/ppb_platform_verification_private_thunk.cc                           struct PP_Var service_id,
PP_Var             37 ppapi/thunk/ppb_platform_verification_private_thunk.cc                           struct PP_Var challenge,
PP_Var             38 ppapi/thunk/ppb_platform_verification_private_thunk.cc                           struct PP_Var* signed_data,
PP_Var             39 ppapi/thunk/ppb_platform_verification_private_thunk.cc                           struct PP_Var* signed_data_signature,
PP_Var             40 ppapi/thunk/ppb_platform_verification_private_thunk.cc                           struct PP_Var* platform_key_certificate,
PP_Var             40 ppapi/thunk/ppb_tcp_socket_api.h                             const PP_Var& value,
PP_Var             44 ppapi/thunk/ppb_tcp_socket_private_api.h                             const PP_Var& value,
PP_Var            126 ppapi/thunk/ppb_tcp_socket_private_thunk.cc                   PP_Var value,
PP_Var            137 ppapi/thunk/ppb_tcp_socket_thunk.cc                   struct PP_Var value,
PP_Var             80 ppapi/thunk/ppb_text_input_thunk.cc void UpdateSurroundingText_1_0(PP_Instance instance, PP_Var text,
PP_Var             35 ppapi/thunk/ppb_truetype_font_dev_thunk.cc                          struct PP_Var family,
PP_Var             29 ppapi/thunk/ppb_truetype_font_singleton_api.h       PP_Var family,
PP_Var             35 ppapi/thunk/ppb_udp_socket_api.h                             const PP_Var& value,
PP_Var             23 ppapi/thunk/ppb_udp_socket_private_api.h                                    PP_Var value) = 0;
PP_Var             35 ppapi/thunk/ppb_udp_socket_private_thunk.cc                          PP_Var value) {
PP_Var             92 ppapi/thunk/ppb_udp_socket_thunk.cc                   struct PP_Var value,
PP_Var             21 ppapi/thunk/ppb_uma_private_thunk.cc                           struct PP_Var name,
PP_Var             39 ppapi/thunk/ppb_uma_private_thunk.cc                            struct PP_Var name,
PP_Var             57 ppapi/thunk/ppb_uma_private_thunk.cc                           struct PP_Var name,
PP_Var             19 ppapi/thunk/ppb_uma_singleton_api.h                                     struct PP_Var name,
PP_Var             26 ppapi/thunk/ppb_uma_singleton_api.h                                      struct PP_Var name,
PP_Var             33 ppapi/thunk/ppb_uma_singleton_api.h                                     struct PP_Var name,
PP_Var             22 ppapi/thunk/ppb_url_request_info_api.h                               PP_Var var) = 0;
PP_Var             35 ppapi/thunk/ppb_url_request_info_thunk.cc                     struct PP_Var value) {
PP_Var             18 ppapi/thunk/ppb_url_response_info_api.h   virtual PP_Var GetProperty(PP_URLResponseProperty property) = 0;
PP_Var             25 ppapi/thunk/ppb_url_response_info_thunk.cc struct PP_Var GetProperty(PP_Resource response,
PP_Var             16 ppapi/thunk/ppb_url_util_thunk.cc PP_Var ResolveRelativeToDocument(PP_Instance instance,
PP_Var             17 ppapi/thunk/ppb_url_util_thunk.cc                                  PP_Var relative,
PP_Var             26 ppapi/thunk/ppb_url_util_thunk.cc PP_Bool DocumentCanRequest(PP_Instance instance, PP_Var url) {
PP_Var             40 ppapi/thunk/ppb_url_util_thunk.cc PP_Var GetDocumentURL(PP_Instance instance,
PP_Var             48 ppapi/thunk/ppb_url_util_thunk.cc PP_Var GetPluginInstanceURL(PP_Instance instance,
PP_Var             56 ppapi/thunk/ppb_url_util_thunk.cc PP_Var GetPluginReferrerURL(PP_Instance instance,
PP_Var             15 ppapi/thunk/ppb_var_array_thunk.cc PP_Var Create() {
PP_Var             23 ppapi/thunk/ppb_var_array_thunk.cc PP_Var Get(PP_Var array, uint32_t index) {
PP_Var             32 ppapi/thunk/ppb_var_array_thunk.cc PP_Bool Set(PP_Var array, uint32_t index, PP_Var value) {
PP_Var             41 ppapi/thunk/ppb_var_array_thunk.cc uint32_t GetLength(PP_Var array) {
PP_Var             50 ppapi/thunk/ppb_var_array_thunk.cc PP_Bool SetLength(PP_Var array, uint32_t length) {
PP_Var             17 ppapi/thunk/ppb_var_dictionary_thunk.cc PP_Var Create() {
PP_Var             25 ppapi/thunk/ppb_var_dictionary_thunk.cc PP_Var Get(PP_Var dict, PP_Var key) {
PP_Var             34 ppapi/thunk/ppb_var_dictionary_thunk.cc PP_Bool Set(PP_Var dict, PP_Var key, PP_Var value) {
PP_Var             44 ppapi/thunk/ppb_var_dictionary_thunk.cc void Delete(PP_Var dict, PP_Var key) {
PP_Var             52 ppapi/thunk/ppb_var_dictionary_thunk.cc PP_Bool HasKey(PP_Var dict, PP_Var key) {
PP_Var             61 ppapi/thunk/ppb_var_dictionary_thunk.cc PP_Var GetKeys(PP_Var dict) {
PP_Var             23 ppapi/thunk/ppb_video_destination_private_api.h   virtual int32_t Open(const PP_Var& stream_url,
PP_Var             34 ppapi/thunk/ppb_video_destination_private_thunk.cc              PP_Var stream_url,
PP_Var             23 ppapi/thunk/ppb_video_source_private_api.h   virtual int32_t Open(const PP_Var& stream_url,
PP_Var             33 ppapi/thunk/ppb_video_source_private_thunk.cc              PP_Var stream_url,
PP_Var             30 ppapi/thunk/ppb_websocket_api.h   virtual int32_t Connect(const PP_Var& url,
PP_Var             31 ppapi/thunk/ppb_websocket_api.h                           const PP_Var protocols[],
PP_Var             38 ppapi/thunk/ppb_websocket_api.h                         const PP_Var& reason,
PP_Var             44 ppapi/thunk/ppb_websocket_api.h   virtual int32_t ReceiveMessage(PP_Var* message,
PP_Var             49 ppapi/thunk/ppb_websocket_api.h   virtual int32_t SendMessage(const PP_Var& message) = 0;
PP_Var             62 ppapi/thunk/ppb_websocket_api.h   virtual PP_Var GetCloseReason() = 0;
PP_Var             69 ppapi/thunk/ppb_websocket_api.h   virtual PP_Var GetExtensions() = 0;
PP_Var             72 ppapi/thunk/ppb_websocket_api.h   virtual PP_Var GetProtocol() = 0;
PP_Var             78 ppapi/thunk/ppb_websocket_api.h   virtual PP_Var GetURL() = 0;
PP_Var             35 ppapi/thunk/ppb_websocket_thunk.cc                 struct PP_Var url,
PP_Var             36 ppapi/thunk/ppb_websocket_thunk.cc                 const struct PP_Var protocols[],
PP_Var             51 ppapi/thunk/ppb_websocket_thunk.cc               struct PP_Var reason,
PP_Var             61 ppapi/thunk/ppb_websocket_thunk.cc                        struct PP_Var* message,
PP_Var             71 ppapi/thunk/ppb_websocket_thunk.cc int32_t SendMessage(PP_Resource web_socket, struct PP_Var message) {
PP_Var             95 ppapi/thunk/ppb_websocket_thunk.cc struct PP_Var GetCloseReason(PP_Resource web_socket) {
PP_Var            111 ppapi/thunk/ppb_websocket_thunk.cc struct PP_Var GetExtensions(PP_Resource web_socket) {
PP_Var            119 ppapi/thunk/ppb_websocket_thunk.cc struct PP_Var GetProtocol(PP_Resource web_socket) {
PP_Var            135 ppapi/thunk/ppb_websocket_thunk.cc struct PP_Var GetURL(PP_Resource web_socket) {
PP_Var             19 ppapi/thunk/ppb_x509_certificate_private_api.h   virtual PP_Var GetField(PP_X509Certificate_Private_Field field) = 0;
PP_Var             40 ppapi/thunk/ppb_x509_certificate_private_thunk.cc PP_Var GetField(PP_Resource certificate,
PP_Var             60 ppapi/thunk/resource_creation_api.h                                           struct PP_Var text,
PP_Var             72 ppapi/thunk/resource_creation_api.h       struct PP_Var character_text) = 0;
PP_Var             79 ppapi/thunk/resource_creation_api.h       struct PP_Var character_text,
PP_Var             80 ppapi/thunk/resource_creation_api.h       struct PP_Var code) = 0;
PP_Var            124 ppapi/thunk/resource_creation_api.h                                         const PP_Var& accept_types) = 0;