OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Namespaces
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.h
42
typedef HashMap<StringImpl*, StringImpl*>
Namespaces
;
81
void appendStartTag(Node*,
Namespaces
* = 0);
87
virtual void appendCustomAttributes(StringBuilder&, Element*,
Namespaces
*);
90
bool shouldAddNamespaceAttribute(const Attribute&,
Namespaces
&);
91
void appendNamespace(StringBuilder&, const AtomicString& prefix, const AtomicString& namespaceURI,
Namespaces
&);
97
virtual void appendElement(StringBuilder&, Element*,
Namespaces
*);
98
void appendOpenTag(StringBuilder&, Element*,
Namespaces
*);
100
void appendAttribute(StringBuilder&, Element*, const Attribute&,
Namespaces
*);
102
void appendStartMarkup(StringBuilder&, const Node*,
Namespaces
*);
113
void serializeNodesWithNamespaces(Node* targetNode, EChildrenOnly, const
Namespaces
*, Vector<QualifiedName>* tagNamesToSkip)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py
396
# If this ever changes,
Namespaces
.end_element_handler() needs to
718
class
Namespaces
:
719
"""Mix-in class for builders; adds support for
namespaces
."""
818
class ExpatBuilderNS(
Namespaces
, ExpatBuilder):
819
"""Document builder that supports
namespaces
."""
826
class FragmentBuilderNS(
Namespaces
, FragmentBuilder):
827
"""Fragment builder that supports
namespaces
."""
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py
396
# If this ever changes,
Namespaces
.end_element_handler() needs to
718
class
Namespaces
:
719
"""Mix-in class for builders; adds support for
namespaces
."""
818
class ExpatBuilderNS(
Namespaces
, ExpatBuilder):
819
"""Document builder that supports
namespaces
."""
826
class FragmentBuilderNS(
Namespaces
, FragmentBuilder):
827
"""Fragment builder that supports
namespaces
."""
[
all
...]
/external/clang/lib/Sema/
SemaLookup.cpp
210
// Retrieve the set of identifier
namespaces
that correspond to a
761
// Perform direct name lookup into the
namespaces
nominated by the
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h
[
all
...]
/external/mesa3d/src/mesa/main/
mtypes.h
[
all
...]
/prebuilts/tools/common/m2/internal/xom/xom/1.0/
xom-1.0.jar
/prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar
Completed in 1576 milliseconds