OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:init_data_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.cc
63
:
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_
->render_view->main_render_frame(), container, init_data_->url)
[
all
...]
pepper_webplugin_impl.h
96
scoped_ptr<InitData>
init_data_
; // Cleared upon successful initialization.
member in class:content::PepperWebPluginImpl
Completed in 45 milliseconds