Searched refs:Relation (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/components/content_settings/core/common/
H A Dcontent_settings_pattern.h25 // sets they describe, have specific relations. |Relation| describes the
48 enum Relation { enum in class:ContentSettingsPattern
173 // |Relation| of the two patterns.
174 Relation Compare(const ContentSettingsPattern& other) const;
195 static Relation CompareScheme(
199 static Relation CompareHost(
203 static Relation ComparePort(
H A Dcontent_settings_pattern.cc535 ContentSettingsPattern::Relation ContentSettingsPattern::Compare(
550 Relation host_relation = CompareHost(parts_, other.parts_);
555 Relation port_relation = ComparePort(parts_, other.parts_);
560 Relation scheme_relation = CompareScheme(parts_, other.parts_);
593 ContentSettingsPattern::Relation ContentSettingsPattern::CompareScheme(
610 ContentSettingsPattern::Relation ContentSettingsPattern::CompareHost(
697 ContentSettingsPattern::Relation ContentSettingsPattern::ComparePort(
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSParserValues.h220 CSSSelector::Relation relation() const { return m_selector->relation(); }
225 void setRelation(CSSSelector::Relation value) { m_selector->setRelation(value); }
245 void insertTagHistory(CSSSelector::Relation before, PassOwnPtr<CSSParserSelector>, CSSSelector::Relation after);
246 void appendTagHistory(CSSSelector::Relation, PassOwnPtr<CSSParserSelector>);
H A DCSSParserValues.cpp123 void CSSParserSelector::insertTagHistory(CSSSelector::Relation before, PassOwnPtr<CSSParserSelector> selector, CSSSelector::Relation after)
132 void CSSParserSelector::appendTagHistory(CSSSelector::Relation relation, PassOwnPtr<CSSParserSelector> selector)
H A DCSSGrammar.y85 CSSSelector::Relation relation;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSelector.h126 enum Relation { enum in class:blink::CSSSelector
301 Relation relation() const { return static_cast<Relation>(m_relation); }
302 void setRelation(Relation relation)
305 ASSERT(static_cast<Relation>(m_relation) == relation); // using a bitfield.
330 unsigned m_relation : 3; // enum Relation
H A DSelectorFilter.cpp135 CSSSelector::Relation relation = selector.relation();
H A DSelectorChecker.cpp241 CSSSelector::Relation relation = context.selector->relation();
1102 CSSSelector::Relation relation = current->relation();
/external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
H A DStyleSheetInvalidationAnalysis.cpp58 CSSSelector::Relation relation = current->relation();
/external/chromium_org/chrome/browser/content_settings/
H A Dhost_content_settings_map.cc285 ContentSettingsPattern::Relation r1 =
290 ContentSettingsPattern::Relation r2 =
/external/chromium_org/v8/src/
H A Djsregexp.h1018 enum Relation { LT, GEQ }; enum in class:v8::internal::Guard
1019 Guard(int reg, Relation op, int value)
1024 Relation op() { return op_; }
1029 Relation op_;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/Analysis/
H A DCFG.cpp590 TryResult analyzeLogicOperatorCondition(BinaryOperatorKind Relation, argument
594 switch (Relation) {
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 5796 milliseconds