Home
last modified time | relevance | path

Searched refs:MatchResult (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.h95 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;
DPageRuleCollector.h38 MatchResult& matchedResult() { return m_result; } in matchedResult()
52 MatchResult m_result;
DElementRuleCollector.h124 MatchResult& matchedResult();
146 …leData&, const ContainerNode* scope, SelectorChecker::ContextFlags, SelectorChecker::MatchResult*);
175 MatchResult m_result;
DSelectorChecker.cpp124 …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;
DElementRuleCollector.cpp64 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/
DRewriteScopedRefptr.cpp66 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/
DMatchVerifier.h56 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()
DNamedDeclPrinterTest.cpp40 virtual void run(const MatchFinder::MatchResult &Result) { in run()
DStmtPrinterTest.cpp47 virtual void run(const MatchFinder::MatchResult &Result) { in run()
/external/chromium_org/tools/clang/empty_string/
DEmptyStringConverter.cpp52 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/
DRefactoringCallbacks.h55 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/
DMatchedPropertiesCache.h47 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&);
DMatchResult.h78 class MatchResult {
81 MatchResult() : isCacheable(true) { } in MatchResult() function
DMatchedPropertiesCache.cpp66 …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()
DStyleResolver.h65 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…
DMatchResult.cpp51 void MatchResult::addMatchedProperties(const StylePropertySet* properties, unsigned linkMatchType, … in addMatchedProperties()
DStyleResolver.cpp659 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/
DASTMatchFinder.h72 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/
DRefactoringCallbacks.cpp41 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/
DOriginAccessEntry.h53 enum MatchResult { enum
61 MatchResult matchesOrigin(const SecurityOrigin&) const;
DOriginAccessEntry.cpp60 OriginAccessEntry::MatchResult OriginAccessEntry::matchesOrigin(const SecurityOrigin& origin) const in matchesOrigin()
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp577 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/
DASTMatchersTest.h42 virtual void run(const MatchFinder::MatchResult &Result) { in run()
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp683 unsigned MatchResult; in MatchAndEmitInstruction() local
685 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction()
687 switch (MatchResult) { in MatchAndEmitInstruction()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2240 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()

12