OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegisterModule
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/renderer/extensions/
event_unittest.cc
17
RegisterModule
(kEventBindings, IDR_EVENT_BINDINGS_JS);
18
RegisterModule
("json_schema", IDR_JSON_SCHEMA_JS);
19
RegisterModule
(kSchemaUtils, IDR_SCHEMA_UTILS_JS);
20
RegisterModule
("unload_event", IDR_UNLOAD_EVENT_JS);
21
RegisterModule
("utils", IDR_UTILS_JS);
81
RegisterModule
("test",
99
RegisterModule
("test",
115
RegisterModule
("test",
130
RegisterModule
("test",
146
RegisterModule
("test"
[
all
...]
module_system_unittest.cc
59
RegisterModule
("test", "throw 'hi';");
68
RegisterModule
("add", "exports.Add = function(x, y) { return x + y; };");
69
RegisterModule
("test",
77
RegisterModule
("add", "exports.Add = function(x, y) { return x + y; };");
78
RegisterModule
("double",
81
RegisterModule
("test",
89
RegisterModule
("x",
92
RegisterModule
("y",
96
RegisterModule
("test",
107
RegisterModule
("test"
[
all
...]
safe_builtins_unittest.cc
17
RegisterModule
("test",
27
RegisterModule
("test",
40
RegisterModule
("test",
53
RegisterModule
("test",
json_schema_unittest.cc
16
RegisterModule
("json_schema", IDR_JSON_SCHEMA_JS);
17
RegisterModule
("utils", IDR_UTILS_JS);
messaging_utils_unittest.cc
15
RegisterModule
("test", base::StringPrintf(
27
RegisterModule
("messaging_utils", IDR_MESSAGING_UTILS_JS);
/external/chromium_org/chrome/test/base/
module_system_test.h
20
//
RegisterModule
("test", "requireNative('assert').AssertTrue(true);");
37
void
RegisterModule
(const std::string& name, const std::string& code);
40
void
RegisterModule
(const std::string& name, int resource_id);
module_system_test.cc
113
void
RegisterModule
(const std::string& name, const std::string& source) {
151
void ModuleSystemTest::
RegisterModule
(const std::string& name,
153
source_map_->
RegisterModule
(name, code);
156
void ModuleSystemTest::
RegisterModule
(const std::string& name,
160
source_map_->
RegisterModule
(name, code);
165
RegisterModule
(name, code);
177
source_map_->
RegisterModule
(module_name, test_js);
/external/chromium_org/gin/modules/
module_registry.h
79
void
RegisterModule
(v8::Isolate* isolate,
module_registry.cc
130
RegisterModule
(isolate, id, templ->NewInstance());
152
void ModuleRegistry::
RegisterModule
(Isolate* isolate,
212
RegisterModule
(isolate, pending->id, module);
Completed in 399 milliseconds