OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetNamespace
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/json_schema_compiler/
schema_util.py
11
def
GetNamespace
(ref):
/external/chromium_org/content/browser/dom_storage/
dom_storage_host.cc
58
DOMStorageNamespace* ns =
GetNamespace
(connection_id);
68
DOMStorageNamespace* ns =
GetNamespace
(connection_id);
189
DOMStorageNamespace* DOMStorageHost::
GetNamespace
(int connection_id) {
203
DOMStorageNamespace* ns =
GetNamespace
(connection_id);
/external/chromium_org/tools/clang/plugins/
ChromeClassTester.cpp
122
std::string n =
GetNamespace
(record);
131
std::string ChromeClassTester::
GetNamespace
(const Decl* record) {
/external/chromium_org/extensions/common/
update_manifest.cc
114
static xmlNs*
GetNamespace
(xmlNode* node, const char* expected_href) {
243
xmlNs* gupdate_ns =
GetNamespace
(root, kExpectedGupdateXmlns);
Completed in 1125 milliseconds