/external/webkit/Source/WebCore/css/ |
D | WebKitCSSKeyframeRule.h | 71 CSSMutableStyleDeclaration* declaration() { return m_style.get(); } in declaration() function 72 const CSSMutableStyleDeclaration* declaration() const { return m_style.get(); } in declaration() function
|
D | CSSStyleRule.h | 57 CSSMutableStyleDeclaration* declaration() { return m_style.get(); } in declaration() function
|
D | CSSParser.cpp | 289 static bool parseColorValue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& … in parseColorValue() 367 static bool parseSimpleLengthValue(CSSMutableStyleDeclaration* declaration, int propertyId, const S… in parseSimpleLengthValue() 409 bool CSSParser::parseValue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& s… in parseValue() 419 bool CSSParser::parseValue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& s… in parseValue() 472 bool CSSParser::parseColor(CSSMutableStyleDeclaration* declaration, const String& string) in parseColor() 517 bool CSSParser::parseDeclaration(CSSMutableStyleDeclaration* declaration, const String& string, Ref… in parseDeclaration()
|
/external/mesa3d/src/glsl/ |
D | ir_variable_refcount.h | 50 bool declaration; /* If the variable had a decl in the instruction stream */ variable
|
D | opt_structure_splitting.cpp | 64 bool declaration; /* If the variable had a decl in the instruction stream */ member in variable_entry2
|
D | glsl_parser.h | 259 ast_declaration *declaration; member
|
D | ast.h | 598 } declaration; variable
|
/external/libvpx/examples/includes/HTML-Toc-0.91/ |
D | TocInsertor.pm | 666 sub declaration { subroutine 978 sub declaration { subroutine
|
D | TocGenerator.pm | 1489 sub declaration { subroutine 1691 sub declaration { subroutine
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
D | SimpleCTP.m | 335 {
|
D | SimpleCTP.java | 113 public final void declaration() throws RecognitionException { in declaration() method in SimpleCTP
|
D | SimpleCParser.m | 943 {
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleCTP.m | 347 {
|
D | SimpleCTP.java | 113 public final void declaration() throws RecognitionException { in declaration() method in SimpleCTP
|
D | SimpleCParser.m | 1072 {
|
D | SimpleCParser.java | 151 public final SimpleCParser.declaration_return declaration() throws RecognitionException { in declaration() method in SimpleCParser
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
D | SimpleCParser.m | 419 {
|
/external/mesa3d/src/mesa/program/ |
D | symbol_table.c | 327 void *declaration) in _mesa_symbol_table_add_symbol() 382 void *declaration) in _mesa_symbol_table_add_global_symbol()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSCSSStyleDeclarationCustom.cpp | 49 CSSStyleDeclaration* declaration = impl(); in markChildren() local
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
D | DexMaker.java | 221 TypeDeclaration declaration = getTypeDeclaration(type); in declare() local
|
/external/tinyxml/ |
D | xmltest.cpp | 385 TiXmlDeclaration* declaration = doc.FirstChild()->ToDeclaration(); in main() local
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
D | TemplateTranslator.java | 485 JavaExpression declaration = in caseAAltCommand() local
|
/external/v8/src/ |
D | parser.cc | 1255 Declaration* declaration = in ParseModuleDeclaration() local 1466 Declaration* declaration = in ParseImportDeclaration() local 1712 void Parser::Declare(Declaration* declaration, bool resolve, bool* ok) { in Declare() 1925 Declaration* declaration = in ParseNativeDeclaration() local 1954 Declaration* declaration = in ParseFunctionDeclaration() local 2186 Declaration* declaration = in ParseVariableDeclarations() local
|
D | scopes.cc | 505 void Scope::AddDeclaration(Declaration* declaration) { in AddDeclaration()
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.cpp | 372 bool EditorClient::shouldApplyStyle(WebCore::CSSStyleDeclaration* declaration, WebCore::Range* rang… in shouldApplyStyle()
|