Searched defs:entry_points (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/common/
H A Ddefault_plugin.cc13 const webkit::npapi::PluginEntryPoints entry_points = { local
26 entry_points); local
/external/chromium-trace/trace-viewer/third_party/closure_linter/
H A Dsetup.py32 entry_points = { variable
/external/chromium_org/third_party/closure_linter/
H A Dsetup.py32 entry_points = { variable
/external/llvm/utils/lit/
H A Dsetup.py65 entry_points = { variable
/external/chromium_org/content/renderer/pepper/
H A Dppapi_unittest.cc84 PepperPluginInfo::EntryPoints entry_points; local
85 entry_points.get_interface = &MockGetInterface;
86 entry_points.initialize_module = &MockInitializeModule;
87 ASSERT_TRUE(module_->InitAsInternalPlugin(entry_points));
H A Dplugin_module.cc353 PepperPluginInfo::EntryPoints* entry_points) {
354 entry_points->get_interface =
358 if (!entry_points->get_interface) {
363 entry_points->initialize_module =
367 if (!entry_points->initialize_module) {
374 entry_points->shutdown_module =
468 const PepperPluginInfo::EntryPoints& entry_points) {
469 if (InitializeModule(entry_points)) {
470 entry_points_ = entry_points;
481 PepperPluginInfo::EntryPoints entry_points;
351 LoadEntryPointsFromLibrary( const base::NativeLibrary& library, PepperPluginInfo::EntryPoints* entry_points) argument
467 InitAsInternalPlugin( const PepperPluginInfo::EntryPoints& entry_points) argument
667 InitializeModule( const PepperPluginInfo::EntryPoints& entry_points) argument
[all...]

Completed in 169 milliseconds