Searched refs:init_data_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dpepper_webplugin_impl.cc63 : init_data_(new InitData()),
68 init_data_->module = plugin_module;
69 init_data_->render_view = render_view;
70 init_data_->render_frame = render_frame;
72 init_data_->arg_names.push_back(params.attributeNames[i].utf8());
73 init_data_->arg_values.push_back(params.attributeValues[i].utf8());
75 init_data_->url = params.url;
78 base::debug::SetCrashKeyValue("subresource_url", init_data_->url.spec());
90 instance_ = init_data_->module->CreateInstance(
91 init_data_
[all...]
H A Dpepper_webplugin_impl.h96 scoped_ptr<InitData> init_data_; // Cleared upon successful initialization. member in class:content::PepperWebPluginImpl

Completed in 200 milliseconds