HomeSort by relevance Sort by last modified time
    Searched defs:decl (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/WebCore/dom/
MappedAttribute.h 50 CSSMappedAttributeDeclaration* decl() const { return m_styleDecl.get(); } function in class:WebCore::MappedAttribute
51 void setDecl(PassRefPtr<CSSMappedAttributeDeclaration> decl) { m_styleDecl = decl; }
StyledElement.cpp 83 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr, CSSMappedAttributeDeclaration* decl)
87 mappedAttributeDecls->set(MappedAttributeKey(entryType, attr->name().localName().impl(), attr->value().impl()), decl); local
90 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& name, const AtomicString& value, CSSMappedAttributeDeclaration* decl)
94 mappedAttributeDecls->set(MappedAttributeKey(entryType, name.localName().impl(), value.impl()), decl); local
154 if (mappedAttr->decl() && !preserveDecls) {
165 if (mappedAttr->decl()) {
173 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(entry, attr); local
174 if (decl) {
175 mappedAttr->setDecl(decl);
186 // But currently we always clear its parent and node below when adding it to the decl table.
407 RefPtr<CSSMappedAttributeDeclaration> decl = CSSMappedAttributeDeclaration::create(); local
    [all...]
XMLTokenizerQt.cpp 330 const QXmlStreamNamespaceDeclaration &decl = ns[i]; local
331 String namespaceURI = decl.namespaceUri();
332 String namespaceQName = decl.prefix().isEmpty() ? String("xmlns") : String("xmlns:") + decl.prefix();
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ScanHandler.java 52 public void decl(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
PYXWriter.java 75 public void decl(char[] buff, int offset, int length) throws SAXException { method in class:PYXWriter
HTMLScanner.java 497 h.decl(theOutputBuffer, 0, theSize);
Parser.java 831 public void decl(char[] buff, int offset, int length) throws SAXException { method in class:Parser
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 871 XMLNSDecl decl = new XMLNSDecl(prefix, uri, false); local
873 m_declaredPrefixes.add(decl);
927 XMLNSDecl decl = (XMLNSDecl) nsDecls.get(i); local
929 if (prefix.equals(decl.getPrefix()))
930 return decl.getURI();
990 * Tell if the result namespace decl should be excluded. Should be called before
1048 XMLNSDecl decl = (XMLNSDecl) m_declaredPrefixes.get(i); local
1049 String prefix = decl.getPrefix();
1050 String uri = decl.getURI();
1068 decl = new XMLNSDecl(nsAlias.getStylesheetPrefix(),
1101 XMLNSDecl decl = (XMLNSDecl) prefixes.get(i); local
1136 XMLNSDecl decl = (XMLNSDecl) m_prefixTable.get(i); local
1189 XMLNSDecl decl = (XMLNSDecl) m_prefixTable.get(i); local
1238 XMLNSDecl decl = (XMLNSDecl) m_prefixTable.get(i); local
    [all...]
ElemExtensionCall.java 115 ElemExtensionDecl decl = null; local
127 decl = (ElemExtensionDecl) child;
129 String prefix = decl.getPrefix();
134 return decl;
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
ProcessorLRE.java 363 XMLNSDecl decl = (XMLNSDecl) declaredPrefixes.get(i); local
364 if(decl.getURI().equals(Constants.S_XSLNAMESPACEURL))
  /external/webkit/WebCore/html/
HTMLTableElement.cpp 330 if (attr->decl()) {
331 RefPtr<CSSValue> val = attr->decl()->getPropertyCSSValue(CSSPropertyBorderLeftWidth);
348 m_borderColorAttr = attr->decl();
349 if (!attr->decl() && !attr->isEmpty()) {
469 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, tableborderAttr, borderValue); local
470 if (!decl) {
471 decl = CSSMappedAttributeDeclaration::create().releaseRef(); // This single ref pins us in the table until the document dies.
472 decl->setParent(document()->elementSheet());
473 decl->setNode(this);
474 decl->setStrictParsing(false); // Mapped attributes are just always quirky
527 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, cellborderAttr, cellborderValue); local
613 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, rulesAttr, rulesValue); local
    [all...]
  /frameworks/base/tools/aidl/
generate_java.cpp 335 Method* decl = new Method; local
336 decl->comment = gather_comments(method->comments_token->extra);
337 decl->modifiers = PUBLIC;
338 decl->returnType = NAMES.Search(method->type.type.data);
339 decl->returnTypeDimension = method->type.dimension;
340 decl->name = method->name.data;
344 decl->parameters.push_back(new Variable(
350 decl->exceptions.push_back(REMOTE_EXCEPTION_TYPE);
352 interface->elements.push_back(decl);
409 _result = new Variable(decl->returnType, "_result"
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
output.h 152 /* Declare DECL to be a weak symbol. */
181 with defining the name of the function. DECL describes the function.
187 function. DECL describes the function. NAME is the function's name. */
201 /* Compute the alignment of variable specified by DECL.
203 extern void align_variable (tree decl, bool dont_output_data);
207 nothing.) Do nothing if DECL is not external. */
382 /* Decide whether DECL needs to be in a writable section.
433 default_elf_unique_section. Categorizes the DECL. */
487 tree decl; local
507 /* A callback that writes the assembly code for a decl in
    [all...]
cgraph.h 130 Each function decl has assigned cgraph_node listing callees and callers. */
134 tree decl; local
177 /* Set when decl is an abstract function pointed to by the
238 Each static variable decl has assigned varpool_node. */
242 tree decl; local
402 struct cgraph_node *cgraph_real_node (tree decl);
403 struct cgraph_node *cgraph_real_node_1 (tree decl, bool);
414 struct varpool_node *real_varpool_node (tree decl);
485 gcc_assert (TREE_CODE (node->decl) == VAR_DECL);
486 if (DECL_INITIAL (node->decl))
    [all...]
function.h 494 tree decl;
493 tree decl; local
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 283 MethodDeclaration decl = findParentClass(node, MethodDeclaration.class); local
284 if (decl != null) {
285 for (Object obj : decl.parameters()) {
  /external/v8/src/
full-codegen.cc 82 void FullCodeGenSyntaxChecker::VisitDeclaration(Declaration* decl) {
83 Property* prop = decl->proxy()->AsProperty();
89 if (decl->fun() != NULL) {
90 Visit(decl->fun());
492 Declaration* decl = declarations->at(i); local
493 Variable* var = decl->proxy()->var();
500 VisitDeclaration(decl);
512 Declaration* decl = declarations->at(i); local
513 Variable* var = decl->proxy()->var();
518 if (decl->fun() == NULL)
    [all...]
  /frameworks/base/opengl/tools/glgen/src/
JniCodeEmitter.java 903 String decl = type.getDeclaration(); local
946 String decl = type.getDeclaration(); local
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 1022 float decl = (float) (EARTH_INCLINATION * local
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 905 void Assembler::decl(Register dst) { function in class:v8::internal::Assembler
914 void Assembler::decl(const Operand& dst) { function in class:v8::internal::Assembler
    [all...]
  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp 1246 CSSMutableStyleDeclaration* decl = elem->inlineStyleDecl(); local
1365 CSSMutableStyleDeclaration *decl = element->inlineStyleDecl(); local
1750 CSSMutableStyleDeclaration* decl = block->inlineStyleDecl(); local
    [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp 568 void CSSStyleSelector::addMatchedDeclaration(CSSMutableStyleDeclaration* decl)
570 if (!decl->hasVariableDependentValue()) {
571 m_matchedDecls.append(decl);
576 CSSMutableStyleDeclaration* resolvedDecl = m_resolvedVariablesDeclarations.get(decl).get();
584 RefPtr<CSSMutableStyleDeclaration> newDecl = CSSMutableStyleDeclaration::create(decl->parentRule());
586 m_resolvedVariablesDeclarations.set(decl, newDecl);
589 resolveVariablesForDeclaration(decl, newDecl.get(), usedBlockVariables);
592 void CSSStyleSelector::resolveVariablesForDeclaration(CSSMutableStyleDeclaration* decl, CSSMutableStyleDeclaration* newDecl, HashSet<String>& usedBlockVariables)
597 CSSMutableStyleDeclaration::const_iterator end = decl->end();
598 for (CSSMutableStyleDeclaration::const_iterator it = decl->begin(); it != end; ++it)
705 CSSMutableStyleDeclaration* decl = rule->declaration(); local
2732 CSSVariablesDeclaration* decl = variables->variables(); local
2899 CSSMutableStyleDeclaration* decl = m_matchedDecls[i]; local
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/libxml2/
xmlschemas.c 521 * The attr. decl. OR a QName-ref. to an attr. decl. OR
685 xmlSchemaTreeItemPtr children; /* first particle (OR "element decl" OR "wildcard") */
894 xmlSchemaElementPtr decl; /* the element/attribute declaration */ member in struct:_xmlSchemaNodeInfo
949 xmlSchemaAttributePtr decl; /* the attribute declaration */ member in struct:_xmlSchemaAttrInfo
8438 xmlSchemaElementPtr decl = NULL; local
25722 xmlSchemaElementPtr decl = NULL; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
cp-tree.h 251 tree decl;
404 VALUE field is a DECL for the associated declaration. Thus,
250 tree decl; local
4162 tree decl; local
4693 tree decl; local
    [all...]

Completed in 846 milliseconds

1 2