Searched defs:operator (Results 401 - 425 of 4330) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/platform/geometry/cg/
H A DIntPointCG.cpp37 IntPoint::operator CGPoint() const
H A DIntSizeCG.cpp37 IntSize::operator CGSize() const
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFontDescription.cpp51 WebFontDescription::operator FontDescription() const
H A DWebTextCheckingResult.cpp38 WebTextCheckingResult::operator TextCheckingResult() const
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebURL.h64 WebURL& operator=(const WebURL& url)
106 BLINK_PLATFORM_EXPORT WebURL& operator=(const KURL&);
107 BLINK_PLATFORM_EXPORT operator KURL() const;
116 WebURL& operator=(const GURL& url)
124 operator GURL() const
136 inline bool operator==(const WebURL& a, const WebURL& b)
141 inline bool operator!=(const WebURL& a, const WebURL& b)
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDocumentType.h51 WebDocumentType& operator=(const WebDocumentType& e)
62 WebDocumentType& operator=(const PassRefPtrWillBeRawPtr<DocumentType>&);
63 operator PassRefPtrWillBeRawPtr<DocumentType>() const;
H A DWebElement.h48 WebElement& operator=(const WebElement& e) { WebNode::assign(e); return *this; }
87 WebElement& operator=(const PassRefPtrWillBeRawPtr<Element>&);
88 operator PassRefPtrWillBeRawPtr<Element>() const;
H A DWebFormControlElement.h48 WebFormControlElement& operator=(const WebFormControlElement& e)
118 WebFormControlElement& operator=(const PassRefPtrWillBeRawPtr<HTMLFormControlElement>&);
119 operator PassRefPtrWillBeRawPtr<HTMLFormControlElement>() const;
H A DWebInputElement.h47 WebInputElement& operator=(const WebInputElement& element)
89 WebInputElement& operator=(const PassRefPtrWillBeRawPtr<HTMLInputElement>&);
90 operator PassRefPtrWillBeRawPtr<HTMLInputElement>() const;
H A DWebLabelElement.h50 WebLabelElement& operator=(const WebLabelElement& element)
62 WebLabelElement& operator=(const PassRefPtrWillBeRawPtr<HTMLLabelElement>&);
63 operator PassRefPtrWillBeRawPtr<HTMLLabelElement>() const;
H A DWebOptionElement.h47 WebOptionElement& operator=(const WebOptionElement& element)
64 WebOptionElement& operator=(const PassRefPtrWillBeRawPtr<HTMLOptionElement>&);
65 operator PassRefPtrWillBeRawPtr<HTMLOptionElement>() const;
H A DWebPluginDocument.h47 WebPluginDocument& operator=(const WebPluginDocument& e)
58 WebPluginDocument& operator=(const PassRefPtrWillBeRawPtr<PluginDocument>&);
59 operator PassRefPtrWillBeRawPtr<PluginDocument>() const;
H A DWebSelectElement.h48 WebSelectElement& operator=(const WebSelectElement& element)
59 WebSelectElement& operator=(const PassRefPtrWillBeRawPtr<HTMLSelectElement>&);
60 operator PassRefPtrWillBeRawPtr<HTMLSelectElement>() const;
H A DWebTextAreaElement.h46 WebTextAreaElement& operator=(const WebTextAreaElement& element)
55 WebTextAreaElement& operator=(const PassRefPtrWillBeRawPtr<HTMLTextAreaElement>&);
56 operator PassRefPtrWillBeRawPtr<HTMLTextAreaElement>() const;
/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A DVector.cpp103 Vector3 operator*(const Vector3 &a, const Vector3 &b)
110 Vector3 operator*(const Vector3 &a, const float& b)
117 Vector3 operator/(const Vector3 &a, const Vector3 &b)
124 Vector3 operator/(const Vector3 &a, const float& b)
131 Vector3 operator+(const Vector3 &a, const Vector3 &b)
138 Vector3 operator-(const Vector3 &a, const Vector3 &b)
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DError.cpp41 Error &Error::operator=(const Error &other)
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcurrpinf.h71 * Assignment operator
75 CurrencyPluralInfo& operator=(const CurrencyPluralInfo& info);
87 * Equal operator.
91 UBool operator==(const CurrencyPluralInfo& info) const;
95 * Not equal operator
99 UBool operator!=(const CurrencyPluralInfo& info) const;
251 CurrencyPluralInfo::operator!=(const CurrencyPluralInfo& info) const { return !operator==(info); }
H A Dformat.h110 virtual UBool operator==(const Format& other) const = 0;
119 UBool operator!=(const Format& other) const { return !operator==(other); }
280 Format& operator=(const Format&); // Does nothing; for subclasses
H A Dfpositer.h82 UBool operator==(const FieldPositionIterator&) const;
85 * Returns the complement of the result of operator==
87 * @return the complement of the result of operator==
90 UBool operator!=(const FieldPositionIterator& rhs) const { return !operator==(rhs); }
H A Dplurrule.h221 * Assignment operator.
224 PluralRules& operator=(const PluralRules&);
435 virtual UBool operator==(const PluralRules& other) const;
445 UBool operator!=(const PluralRules& other) const {return !operator==(other);}
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Dcctype_tolower_equal.cc30 result_type operator()(first_argument_type a, second_argument_type b) const {
37 EqualToTolowerString::result_type EqualToTolowerString::operator()(
/external/chromium_org/third_party/skia/include/core/
H A DSkDynamicAnnotations.h72 operator const T() const {
76 SkTRacy& operator=(const T& val) {
94 operator const T&() const {
98 SkTRacyReffable& operator=(const T& val) {
106 const T* operator->() const { return &fVal; }
107 T* operator->() { return &fVal; }
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
H A Dtest_expr.py3 import operator namespace
7 e1 = Expression(operator.add, 1, 2)
/external/chromium_org/tools/gn/
H A Dlabel.h66 bool operator==(const Label& other) const {
71 bool operator!=(const Label& other) const {
72 return !operator==(other);
74 bool operator<(const Label& other) const {
76 // (one for operator==, one for <).
112 std::size_t operator()(const Label& v) const {
H A Dsource_dir.h84 bool operator==(const SourceDir& other) const {
87 bool operator!=(const SourceDir& other) const {
88 return !operator==(other);
90 bool operator<(const SourceDir& other) const {
109 std::size_t operator()(const SourceDir& v) const {

Completed in 317 milliseconds

<<11121314151617181920>>