Searched refs:NameSet (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElement.h51 enum NameSet { enum in class:blink::CustomElement
56 static bool isValidName(const AtomicString& name, NameSet validNames = AllNames);
H A DCustomElementRegistry.h57 CustomElementDefinition* registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& name, CustomElement::NameSet validNames, ExceptionState&);
H A DCustomElementRegistrationContext.h61 void registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& type, CustomElement::NameSet validNames, ExceptionState&);
H A DCustomElementRegistry.cpp64 CustomElementDefinition* CustomElementRegistry::registerElement(Document* document, CustomElementConstructorBuilder* constructorBuilder, const AtomicString& userSuppliedName, CustomElement::NameSet validNames, ExceptionState& exceptionState)
H A DCustomElement.cpp69 bool CustomElement::isValidName(const AtomicString& name, NameSet validNames)
H A DCustomElementRegistrationContext.cpp54 void CustomElementRegistrationContext::registerElement(Document* document, CustomElementConstructorBuilder* constructorBuilder, const AtomicString& type, CustomElement::NameSet validNames, ExceptionState& exceptionState)
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_params.h52 typedef set<string> NameSet; typedef in class:google::protobuf::compiler::javamicro::Params
61 NameSet java_multiple_files_;
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_params.h51 typedef set<string> NameSet; typedef in class:google::protobuf::compiler::javanano::Params
59 NameSet java_multiple_files_;
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp86 typedef std::set<std::string> NameSet; typedef in namespace:__anon26007
99 NameSet UsedNames;
447 NameSet::iterator NI = UsedNames.find(name);
463 NameSet::iterator NI = UsedNames.find(name);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h956 ScriptValue registerElement(ScriptState*, const AtomicString& name, const Dictionary& options, ExceptionState&, CustomElement::NameSet validNames = CustomElement::StandardNames);
H A DDocument.cpp848 ScriptValue Document::registerElement(ScriptState* scriptState, const AtomicString& name, const Dictionary& options, ExceptionState& exceptionState, CustomElement::NameSet validNames)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 569 milliseconds