Home
last modified time | relevance | path

Searched defs:declaration (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/Source/WebCore/css/
DWebKitCSSKeyframeRule.h71 CSSMutableStyleDeclaration* declaration() { return m_style.get(); } in declaration() function
72 const CSSMutableStyleDeclaration* declaration() const { return m_style.get(); } in declaration() function
DCSSStyleRule.h57 CSSMutableStyleDeclaration* declaration() { return m_style.get(); } in declaration() function
DCSSParser.cpp289 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/
Dir_variable_refcount.h50 bool declaration; /* If the variable had a decl in the instruction stream */ variable
Dopt_structure_splitting.cpp64 bool declaration; /* If the variable had a decl in the instruction stream */ member in variable_entry2
Dglsl_parser.h259 ast_declaration *declaration; member
Dast.h598 } declaration; variable
/external/libvpx/examples/includes/HTML-Toc-0.91/
DTocInsertor.pm666 sub declaration { subroutine
978 sub declaration { subroutine
DTocGenerator.pm1489 sub declaration { subroutine
1691 sub declaration { subroutine
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
DSimpleCTP.m335 {
DSimpleCTP.java113 public final void declaration() throws RecognitionException { in declaration() method in SimpleCTP
DSimpleCParser.m943 {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCTP.m347 {
DSimpleCTP.java113 public final void declaration() throws RecognitionException { in declaration() method in SimpleCTP
DSimpleCParser.m1072 {
DSimpleCParser.java151 public final SimpleCParser.declaration_return declaration() throws RecognitionException { in declaration() method in SimpleCParser
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
DSimpleCParser.m419 {
/external/mesa3d/src/mesa/program/
Dsymbol_table.c327 void *declaration) in _mesa_symbol_table_add_symbol()
382 void *declaration) in _mesa_symbol_table_add_global_symbol()
/external/webkit/Source/WebCore/bindings/js/
DJSCSSStyleDeclarationCustom.cpp49 CSSStyleDeclaration* declaration = impl(); in markChildren() local
/external/dexmaker/src/main/java/com/google/dexmaker/
DDexMaker.java221 TypeDeclaration declaration = getTypeDeclaration(type); in declare() local
/external/tinyxml/
Dxmltest.cpp385 TiXmlDeclaration* declaration = doc.FirstChild()->ToDeclaration(); in main() local
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DTemplateTranslator.java485 JavaExpression declaration = in caseAAltCommand() local
/external/v8/src/
Dparser.cc1255 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
Dscopes.cc505 void Scope::AddDeclaration(Declaration* declaration) { in AddDeclaration()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp372 bool EditorClient::shouldApplyStyle(WebCore::CSSStyleDeclaration* declaration, WebCore::Range* rang… in shouldApplyStyle()

12