OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateNamespace
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/public/browser/
devtools_protocol_constants_generator.py
89
def
CreateNamespace
(domain_name, data, keys, prefixes, name = None):
173
domain_value[command["name"]] =
CreateNamespace
(domain["domain"],
180
domain_value[event["name"]] =
CreateNamespace
(domain["domain"],
198
parent_namespace[ref_type["id"]] =
CreateNamespace
(path[0],
/external/chromium_org/content/browser/dom_storage/
session_storage_database.cc
145
if (!
CreateNamespace
(namespace_id, kOkIfExists, &batch))
205
if (!
CreateNamespace
(new_namespace_id, kOkIfExists, &batch))
417
bool SessionStorageDatabase::
CreateNamespace
(const std::string& namespace_id,
/external/chromium_org/cc/test/
test_web_graphics_context_3d.cc
73
CreateNamespace
();
81
void TestWebGraphicsContext3D::
CreateNamespace
() {
Completed in 675 milliseconds