/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | SelectorChecker.h | 95 struct MatchResult { struct 96 MatchResult() in MatchResult() argument 105 …Match match(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult* = 0) con… argument 128 …orSubSelector(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const; 130 …chForRelation(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const; 132 …t*, const SiblingTraversalStrategy&, SelectorCheckingContext& nextContext, MatchResult* = 0) const; 134 …ntainerNode*, const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const;
|
D | PageRuleCollector.h | 38 MatchResult& matchedResult() { return m_result; } in matchedResult() 52 MatchResult m_result;
|
D | ElementRuleCollector.h | 124 MatchResult& matchedResult(); 146 …leData&, const ContainerNode* scope, SelectorChecker::ContextFlags, SelectorChecker::MatchResult*); 175 MatchResult m_result;
|
D | SelectorChecker.cpp | 124 …text& context, const SiblingTraversalStrategy& siblingTraversalStrategy, MatchResult* result) const in match() 203 …text& context, const SiblingTraversalStrategy& siblingTraversalStrategy, MatchResult* result) const in matchForSubSelector() 228 …text& context, const SiblingTraversalStrategy& siblingTraversalStrategy, MatchResult* result) const in matchForPseudoShadow() 236 …text& context, const SiblingTraversalStrategy& siblingTraversalStrategy, MatchResult* result) const in matchForRelation() 361 …trategy& siblingTraversalStrategy, SelectorCheckingContext& nextContext, MatchResult* result) const in matchForShadowDistributed() 924 MatchResult subResult; in checkOne() 1136 …ker::match(const SelectorCheckingContext&, const DOMSiblingTraversalStrategy&, MatchResult*) const; 1139 …atch(const SelectorCheckingContext&, const ShadowDOMSiblingTraversalStrategy&, MatchResult*) const;
|
D | ElementRuleCollector.cpp | 64 MatchResult& ElementRuleCollector::matchedResult() in matchedResult() 257 …ainerNode* scope, SelectorChecker::ContextFlags contextFlags, SelectorChecker::MatchResult* result) in ruleMatches() 282 SelectorChecker::MatchResult result; in collectRuleIfMatches()
|
/external/chromium_org/tools/clang/rewrite_scoped_refptr/ |
D | RewriteScopedRefptr.cpp | 66 const MatchFinder::MatchResult& result, in RewriteImplicitToExplicitConversion() 137 Replacement RewriteRawPtrToScopedRefptr(const MatchFinder::MatchResult& result, in RewriteRawPtrToScopedRefptr() 160 virtual void run(const MatchFinder::MatchResult& result) override; 166 void GetRewriterCallback::run(const MatchFinder::MatchResult& result) { in run() 176 virtual void run(const MatchFinder::MatchResult& result) override; 182 void VarRewriterCallback::run(const MatchFinder::MatchResult& result) { in run() 209 virtual void run(const MatchFinder::MatchResult& result) override; 215 void FunctionRewriterCallback::run(const MatchFinder::MatchResult& result) { in run() 241 virtual void run(const MatchFinder::MatchResult& result) override; 247 void MacroRewriterCallback::run(const MatchFinder::MatchResult& result) { in run()
|
/external/clang/unittests/AST/ |
D | MatchVerifier.h | 56 virtual void run(const MatchFinder::MatchResult &Result); 57 virtual void verify(const MatchFinder::MatchResult &Result, in verify() 117 void MatchVerifier<NodeType>::run(const MatchFinder::MatchResult &Result) { in run() 130 const MatchFinder::MatchResult &Result) { in run() 155 void verify(const MatchFinder::MatchResult &Result, const NodeType &Node) { in verify() 194 void verify(const MatchFinder::MatchResult &Result, const NodeType &Node) { in verify() 232 void verify(const MatchFinder::MatchResult &Result, in verify() 259 void verify(const MatchFinder::MatchResult &Result, in verify()
|
D | NamedDeclPrinterTest.cpp | 40 virtual void run(const MatchFinder::MatchResult &Result) { in run()
|
D | StmtPrinterTest.cpp | 47 virtual void run(const MatchFinder::MatchResult &Result) { in run()
|
/external/chromium_org/tools/clang/empty_string/ |
D | EmptyStringConverter.cpp | 52 virtual void run(const MatchFinder::MatchResult& result) override; 65 virtual void run(const MatchFinder::MatchResult& result) override; 78 virtual void run(const MatchFinder::MatchResult& result) override; 122 void ConstructorCallback::run(const MatchFinder::MatchResult& result) { in run() 135 void InitializerCallback::run(const MatchFinder::MatchResult& result) { in run() 146 void TemporaryCallback::run(const MatchFinder::MatchResult& result) { in run()
|
/external/clang/include/clang/Tooling/ |
D | RefactoringCallbacks.h | 55 void run(const ast_matchers::MatchFinder::MatchResult &Result) override; 67 void run(const ast_matchers::MatchFinder::MatchResult &Result) override; 80 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | MatchedPropertiesCache.h | 47 void set(const RenderStyle*, const RenderStyle* parentStyle, const MatchResult&); 67 … const CachedMatchedProperties* find(unsigned hash, const StyleResolverState&, const MatchResult&); 68 void add(const RenderStyle*, const RenderStyle* parentStyle, unsigned hash, const MatchResult&);
|
D | MatchResult.h | 78 class MatchResult { 81 MatchResult() : isCacheable(true) { } in MatchResult() function
|
D | MatchedPropertiesCache.cpp | 66 …ties::set(const RenderStyle* style, const RenderStyle* parentStyle, const MatchResult& matchResult) in set() 92 …::find(unsigned hash, const StyleResolverState& styleResolverState, const MatchResult& matchResult) in find() 116 … RenderStyle* style, const RenderStyle* parentStyle, unsigned hash, const MatchResult& matchResult) in add()
|
D | StyleResolver.h | 65 class MatchResult; variable 231 void applyMatchedProperties(StyleResolverState&, const MatchResult&); 249 …void applyMatchedProperties(StyleResolverState&, const MatchResult&, bool important, int startInde… 257 …void matchPageRules(MatchResult&, RuleSet*, bool isLeftPage, bool isFirstPage, const String& pageN…
|
D | MatchResult.cpp | 51 void MatchResult::addMatchedProperties(const StylePropertySet* properties, unsigned linkMatchType, … in addMatchedProperties()
|
D | StyleResolver.cpp | 659 MatchResult result; in styleForKeyframe() 859 MatchResult& result = collector.matchedResult(); in styleForPage() 1349 void StyleResolver::applyMatchedProperties(StyleResolverState& state, const MatchResult& matchResul… in applyMatchedProperties() 1390 void StyleResolver::applyMatchedProperties(StyleResolverState& state, const MatchResult& matchResul… in applyMatchedProperties()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchFinder.h | 72 struct MatchResult { struct 73 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context); 94 virtual void run(const MatchResult &Result) = 0; argument 231 void run(const MatchFinder::MatchResult &Result) override { in run()
|
/external/clang/lib/Tooling/ |
D | RefactoringCallbacks.cpp | 41 const ast_matchers::MatchFinder::MatchResult &Result) { in run() 54 const ast_matchers::MatchFinder::MatchResult &Result) { in run() 67 const ast_matchers::MatchFinder::MatchResult &Result) { in run()
|
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
D | OriginAccessEntry.h | 53 enum MatchResult { enum 61 MatchResult matchesOrigin(const SecurityOrigin&) const;
|
D | OriginAccessEntry.cpp | 60 OriginAccessEntry::MatchResult OriginAccessEntry::matchesOrigin(const SecurityOrigin& origin) const in matchesOrigin()
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 577 Callback->run(MatchFinder::MatchResult(BoundNodesView, Context)); in visitMatch() 760 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes, in MatchResult() function in clang::ast_matchers::MatchFinder::MatchResult
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.h | 42 virtual void run(const MatchFinder::MatchResult &Result) { in run()
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 683 unsigned MatchResult; in MatchAndEmitInstruction() local 685 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() 687 switch (MatchResult) { in MatchAndEmitInstruction()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 2240 typedef PartialSpecMatchResult MatchResult; in InstantiateClassTemplateSpecialization() typedef 2241 SmallVector<MatchResult, 4> Matched; in InstantiateClassTemplateSpecialization() 2269 SmallVectorImpl<MatchResult>::iterator Best = Matched.begin(); in InstantiateClassTemplateSpecialization() 2282 for (SmallVectorImpl<MatchResult>::iterator P = Best + 1, in InstantiateClassTemplateSpecialization() 2294 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(), in InstantiateClassTemplateSpecialization() 2313 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(), in InstantiateClassTemplateSpecialization()
|