OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:internal_entry_points
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/public/common/
pepper_plugin_info.h
40
// of entry points (see
internal_entry_points
below).
59
EntryPoints
internal_entry_points
;
member in struct:content::PepperPluginInfo
/external/chromium_org/content/renderer/pepper/
pepper_plugin_registry.cc
124
if (!module->InitAsInternalPlugin(current.
internal_entry_points
)) {
/external/chromium_org/chrome/common/
chrome_content_client.cc
325
info.
internal_entry_points
.get_interface = remoting::PPP_GetInterface;
326
info.
internal_entry_points
.initialize_module =
328
info.
internal_entry_points
.shutdown_module = remoting::PPP_ShutdownModule;
/external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc
268
plugin_entry_points_ = plugins[i].
internal_entry_points
;
Completed in 101 milliseconds