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

/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.py72 entry_points = { variable
/external/chromium_org/content/test/
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));
/external/chromium_org/content/renderer/pepper/
H A Dplugin_module.cc348 PepperPluginInfo::EntryPoints* entry_points) {
349 entry_points->get_interface =
353 if (!entry_points->get_interface) {
358 entry_points->initialize_module =
362 if (!entry_points->initialize_module) {
369 entry_points->shutdown_module =
464 const PepperPluginInfo::EntryPoints& entry_points) {
465 if (InitializeModule(entry_points)) {
466 entry_points_ = entry_points;
477 PepperPluginInfo::EntryPoints entry_points;
347 LoadEntryPointsFromLibrary(const base::NativeLibrary& library, PepperPluginInfo::EntryPoints* entry_points) argument
463 InitAsInternalPlugin( const PepperPluginInfo::EntryPoints& entry_points) argument
652 InitializeModule( const PepperPluginInfo::EntryPoints& entry_points) argument
[all...]

Completed in 1391 milliseconds