Searched defs:DECLARATION (Results 1 - 4 of 4) sorted by relevance

/external/tinyxml/
H A Dtinyxml.h431 DECLARATION, enumerator in enum:TiXmlNode::NodeType
623 UNKNOWN, TEXT, and DECLARATION.
641 const TiXmlDeclaration* ToDeclaration() const { return ( this && type == DECLARATION ) ? (const TiXmlDeclaration*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
648 TiXmlDeclaration* ToDeclaration() { return ( this && type == DECLARATION ) ? (TiXmlDeclaration*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
802 It is only used internally, both by the ELEMENT and the DECLARATION.
1132 TiXmlDeclaration() : TiXmlNode( TiXmlNode::DECLARATION ) {}
/external/chromium_org/v8/src/
H A Dast.h2314 DECLARATION enumerator in enum:v8::internal::FINAL::FunctionType
2467 bitfield_ = IsExpression::encode(function_type != DECLARATION) |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 121 milliseconds