OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:entry_points
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/common/
default_plugin.cc
13
const webkit::npapi::PluginEntryPoints
entry_points
= {
local
26
entry_points
);
local
/external/chromium-trace/trace-viewer/third_party/closure_linter/
setup.py
32
entry_points
= {
variable
/external/chromium_org/third_party/closure_linter/
setup.py
32
entry_points
= {
variable
/external/llvm/utils/lit/
setup.py
65
entry_points
= {
variable
/external/chromium_org/content/test/
ppapi_unittest.cc
84
PepperPluginInfo::EntryPoints
entry_points
;
local
85
entry_points
.get_interface = &MockGetInterface;
86
entry_points
.initialize_module = &MockInitializeModule;
87
ASSERT_TRUE(module_->InitAsInternalPlugin(
entry_points
));
Completed in 172 milliseconds