Searched defs:definition (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DCustomElementRegistry.cpp111 RefPtr<CustomElementDefinition> definition = CustomElementDefinition::create(descriptor, lifecycleCallbacks); local
113 if (!constructorBuilder->createConstructor(document, definition.get())) {
118 m_definitions.add(descriptor, definition);
121 if (!constructorBuilder->didRegisterDefinition(definition.get())) {
126 return definition.get();
H A DCustomElement.cpp92 RefPtr<CustomElementDefinition> definition(passDefinition);
94 definitions().add(element, definition);
95 CustomElementCallbackScheduler::scheduleCreatedCallback(definition->callbacks(), element);
143 void CustomElement::DefinitionMap::add(Element* element, PassRefPtr<CustomElementDefinition> definition) argument
145 ASSERT(definition.get());
146 DefinitionMap::ElementDefinitionHashMap::AddResult result = m_definitions.add(element, definition);
H A DCustomElementRegistrationContext.cpp49 CustomElementDefinition* definition = m_registry.registerElement(document, constructorBuilder, type, validNames, es); local
51 if (!definition)
54 // Upgrade elements that were waiting for this definition.
55 const CustomElementUpgradeCandidateMap::ElementSet& upgradeCandidates = m_candidates.takeUpgradeCandidatesFor(definition->descriptor());
57 didResolveElement(definition, *it);
97 CustomElementDefinition* definition = m_registry.find(descriptor); local
98 if (definition)
99 didResolveElement(definition, element);
104 void CustomElementRegistrationContext::didResolveElement(CustomElementDefinition* definition, Element* element) argument
106 CustomElement::define(element, definition);
[all...]
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_browsertest.cc32 void AddCookie(const std::string& host, const std::string& definition);
39 const std::string& definition);
77 const std::string& definition) {
86 definition));
105 const std::string& definition) {
110 GURL(host), definition, net::CookieOptions(), local
76 AddCookie(const std::string& host, const std::string& definition) argument
102 SetCookieOnIOThread( net::URLRequestContextGetter* context_getter, const std::string& host, const std::string& definition) argument
/external/chromium_org/chrome/common/extensions/features/
H A Dsimple_feature_unittest.cc466 base::DictionaryValue definition; local
467 feature2.Parse(&definition);
476 definition.Set("whitelist", whitelist);
477 definition.Set("extension_types", extension_types);
478 definition.Set("contexts", contexts);
480 definition.Set("min_manifest_version", new base::FundamentalValue(2));
481 definition.Set("max_manifest_version", new base::FundamentalValue(3));
483 feature2.Parse(&definition);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8PerContextData.cpp141 void V8PerContextData::addCustomElementBinding(CustomElementDefinition* definition, PassOwnPtr<CustomElementBinding> binding) argument
143 ASSERT(!m_customElementBindings->contains(definition));
144 m_customElementBindings->add(definition, binding);
147 void V8PerContextData::clearCustomElementBinding(CustomElementDefinition* definition) argument
149 CustomElementBindingMap::iterator it = m_customElementBindings->find(definition);
154 CustomElementBinding* V8PerContextData::customElementBinding(CustomElementDefinition* definition) argument
156 CustomElementBindingMap::const_iterator it = m_customElementBindings->find(definition);
H A DCustomElementConstructorBuilder.cpp173 bool CustomElementConstructorBuilder::createConstructor(Document* document, CustomElementDefinition* definition) argument
190 const CustomElementDescriptor& descriptor = definition->descriptor();
238 bool CustomElementConstructorBuilder::didRegisterDefinition(CustomElementDefinition* definition) const
242 return m_callbacks->setBinding(definition, CustomElementBinding::create(m_context->GetIsolate(), m_prototype, m_wrapperType));
/external/chromium/chrome/common/
H A Dweb_apps.cc91 "Invalid application definition URL. Must be a valid relative URL or "
95 "an absolute URL with the same origin as the application definition.";
98 "an absolute URL with the same origin as the application definition.";
101 "an absolute URL with the same origin as the application definition.";
173 } else if (LowerCaseEqualsASCII(rel, "chrome-application-definition")) {
183 // If there is a definition file, all attributes come from it.
242 DictionaryValue* definition = static_cast<DictionaryValue*>(definition_value); local
248 CHECK(definition->GetString("launch_url", &app_url_string));
258 if (definition->GetList("permissions", &permissions_value)) {
269 if (definition
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-template.cpp135 struct definition { struct in struct:test10::X
141 typename X<T>::template definition<U> f(T, U) { }
H A Dvisibility.cpp26 struct definition { struct in struct:test25::X
32 X<int>::definition<A> a;
732 // definition. It's not really clear what we can do here, because we
733 // produce the symbols before even seeing the DEFAULT definition of zed.
/external/llvm/tools/gold/
H A Dgold-plugin.cpp316 int definition = attrs & LTO_SYMBOL_DEFINITION_MASK; local
318 switch (definition) {
336 (*message)(LDPL_ERROR, "Unknown definition attribute: %d", definition);
/external/oprofile/libregex/
H A Dop_regex.cpp97 string const & definition)
99 defs[name] = expand_string(definition);
150 throw bad_regex("definition not found and used in pattern: ("
96 add_definition(string const & name, string const & definition) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_sit.cpp318 const char *definition = string; local
327 parseError->offset = (int32_t)(string - definition);
404 ucol_prepareShortStringOpen( const char *definition, argument
429 ucol_sit_readSpecs(&s, definition, parseError, status);
464 ucol_openFromShortString( const char *definition, argument
470 UTRACE_DATA1(UTRACE_INFO, "short string = \"%s\"", definition);
490 const char *string = definition;
493 string = ucol_sit_readSpecs(&s, definition, parseError, status);
510 parseError->offset = (int32_t)(string - definition);
614 ucol_normalizeShortDefinitionString(const char *definition, argument
[all...]
/external/clang/tools/libclang/
H A DCXCursor.cpp1088 const MacroDefinition *definition = getCursorMacroDefinition(cursor); local
1089 const IdentifierInfo *MacroInfo = definition->getName();
/external/icu4c/i18n/
H A Ducol_sit.cpp350 const char *definition = string; local
359 parseError->offset = (int32_t)(string - definition);
442 ucol_prepareShortStringOpen( const char *definition, argument
467 ucol_sit_readSpecs(&s, definition, parseError, status);
502 ucol_openFromShortString( const char *definition, argument
508 UTRACE_DATA1(UTRACE_INFO, "short string = \"%s\"", definition);
528 const char *string = definition;
531 string = ucol_sit_readSpecs(&s, definition, parseError, status);
548 parseError->offset = (int32_t)(string - definition);
655 ucol_normalizeShortDefinitionString(const char *definition, argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c60 * Store the definition of a single-line macro.
74 * Store the definition of a multi-line macro. This is also used to
130 * the substituted parameter. So in the definition
775 len += 1 + 6 + 1 + strlen(name) + 1 + 3; /* macro definition */
776 len += i * (1 + 9 + 1 + 1 + 1 + 3 + 2); /* macro parameter definition */
1880 * defined, or nparam is -1, the address of the definition structure
1937 * in a %macro definition line.
3296 /* Expand the macro definition now for %xdefine and %ixdefine */
5065 * definition; and unless we're in a non-emitting
5084 * shove the tokenised line on to the macro definition
5220 pp_pre_define(char *definition) argument
5243 pp_pre_undefine(char *definition) argument
5260 pp_builtin_define(char *definition) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c522 * a QName-ref. to an attribute group definition.
666 a group definition, a XML_SCHEMA_EXTRA_QNAMEREF (if a reference),
694 * A model group definition component.
732 * The identity-constraint definition component.
758 xmlSchemaIDCPtr def; /* the IDC definition */
799 xmlSchemaIDCPtr definition; /* the IDC definition */ member in struct:_xmlSchemaPSVIIDCBinding
887 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
946 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
1116 return(BAD_CAST "simple type definition");
[all...]
/external/libxml2/
H A Dxmlschemas.c522 * a QName-ref. to an attribute group definition.
666 a group definition, a XML_SCHEMA_EXTRA_QNAMEREF (if a reference),
694 * A model group definition component.
732 * The identity-constraint definition component.
758 xmlSchemaIDCPtr def; /* the IDC definition */
799 xmlSchemaIDCPtr definition; /* the IDC definition */ member in struct:_xmlSchemaPSVIIDCBinding
887 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
946 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
1116 return(BAD_CAST "simple type definition");
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 836 milliseconds