HomeSort by relevance Sort by last modified time
    Searched defs:IsMatch (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.cpp 30 class IsMatch {
32 IsMatch(const LiveNodeList& list)
69 return ElementTraversal::firstWithin(rootNode(), IsMatch(*this));
74 return ElementTraversal::lastWithin(rootNode(), IsMatch(*this));
79 return traverseMatchingElementsForwardToOffset(currentElement, &rootNode(), offset, currentOffset, IsMatch(*this));
84 return traverseMatchingElementsBackwardToOffset(currentElement, &rootNode(), offset, currentOffset, IsMatch(*this));
  /external/chromium_org/content/common/
appcache_interfaces.cc 102 bool AppCacheNamespace::IsMatch(const GURL& url) const {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.cpp 281 class IsMatch {
283 IsMatch(const HTMLCollectionType& list)
299 static inline IsMatch<HTMLCollectionType> makeIsMatch(const HTMLCollectionType& list) { return IsMatch<HTMLCollectionType>(list); }
367 IsMatch<HTMLCollection> isMatch(*this);
368 for (Element* next = ElementTraversal::nextSibling(currentElement, isMatch); next; next = ElementTraversal::nextSibling(*next, isMatch)) {
383 IsMatch<HTMLCollection> isMatch(*this)
    [all...]
  /external/chromium_org/third_party/re2/re2/
prog.cc 171 static bool IsMatch(Prog*, Prog::Inst*);
224 IsMatch(this, k)) {
228 if (IsMatch(this, j) &&
238 static bool IsMatch(Prog* prog, Prog::Inst* ip) {
242 LOG(DFATAL) << "Unexpected opcode in IsMatch: " << ip->opcode();
dfa.cc 99 inline bool IsMatch() const { return flag_ & kFlagMatch; }
230 // sets *ismatch to true.
233 int c, uint flag, bool* ismatch,
1038 bool ismatch = false; local
    [all...]
  /external/regex-re2/re2/
prog.cc 171 static bool IsMatch(Prog*, Prog::Inst*);
224 IsMatch(this, k)) {
228 if (IsMatch(this, j) &&
238 static bool IsMatch(Prog* prog, Prog::Inst* ip) {
242 LOG(DFATAL) << "Unexpected opcode in IsMatch: " << ip->opcode();
dfa.cc 97 inline bool IsMatch() const { return flag_ & kFlagMatch; }
228 // sets *ismatch to true.
231 int c, uint flag, bool* ismatch,
1036 bool ismatch = false; local
    [all...]
  /external/chromium_org/net/base/registry_controlled_domains/
registry_controlled_domain.cc 114 bool IsMatch(const unsigned char* offset, const unsigned char* end,
158 if (!IsMatch(offset, end, key))
170 if (!IsMatch(offset, end, key))
  /external/chromium_org/components/url_matcher/
url_matcher.cc 220 bool URLMatcherCondition::IsMatch(
623 bool URLQueryElementMatcherCondition::IsMatch(
677 bool URLMatcherSchemeFilter::IsMatch(const GURL& url) const {
692 bool URLMatcherPortFilter::IsMatch(const GURL& url) const {
747 bool URLMatcherConditionSet::IsMatch(
750 return IsMatch(matching_patterns, url, std::string());
753 bool URLMatcherConditionSet::IsMatch(
759 if (!i->IsMatch(matching_patterns, url))
762 if (scheme_filter_.get() && !scheme_filter_->IsMatch(url))
764 if (port_filter_.get() && !port_filter_->IsMatch(url)
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzmaDec.c 94 #define IsMatch 0
95 #define IsRep (IsMatch + (kNumStates << kNumPosBitsMax))
160 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState;
502 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState;
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.c 95 #define IsMatch 0
96 #define IsRep (IsMatch + (kNumStates << kNumPosBitsMax))
161 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState;
503 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState;
  /external/lzma/C/
LzmaDec.c 94 #define IsMatch 0
95 #define IsRep (IsMatch + (kNumStates << kNumPosBitsMax))
160 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState;
502 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState;
  /external/chromium_org/v8/src/
serialize.cc 723 virtual bool IsMatch(Object* string) {
    [all...]
objects-inl.h 530 virtual bool IsMatch(Object* string) OVERRIDE {
560 virtual bool IsMatch(Object* string) OVERRIDE;
576 virtual bool IsMatch(Object* string) OVERRIDE {
590 virtual bool IsMatch(Object* string) OVERRIDE {
    [all...]
objects.cc     [all...]
objects.h     [all...]

Completed in 646 milliseconds