Searched
full:operator (Results
2151 -
2175 of
6015) sorted by null
<<81828384858687888990>>
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/operator/ |
strictEquality.js | 24 Description: 'This tests the operator ===' 33 var TITLE = 'operator "==="';
|
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
Config.h | 81 bool operator()(const Config *x, const Config *y) const; 82 bool operator()(const Config &x, const Config &y) const;
|
/external/webkit/Source/WebCore/css/ |
CSSValueList.cpp | 74 // FIXME: we should be implementing operator== to CSSValue and its derived classes 88 // FIXME: we should be implementing operator== to CSSValue and its derived classes
|
/external/webkit/Source/WebCore/html/ |
HTMLDocument.cpp | 442 void* HTMLDocument::operator new(size_t size) 444 return Node::operator new(size); 447 void* HTMLDocument::operator new[](size_t size) 449 return Node::operator new[](size); 452 void HTMLDocument::operator delete(void* p, size_t size) 454 Node::operator delete(p, size); 457 void HTMLDocument::operator delete[](void* p, size_t size) 459 Node::operator delete[](p, size);
|
HTMLLinkElement.cpp | 508 void* HTMLLinkElement::operator new(size_t size) 510 return Node::operator new(size); 513 void* HTMLLinkElement::operator new[](size_t size) 515 return Node::operator new[](size); 518 void HTMLLinkElement::operator delete(void* p, size_t size) 520 Node::operator delete(p, size); 523 void HTMLLinkElement::operator delete[](void* p, size_t size) 525 Node::operator delete[](p, size);
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLFormattingElementList.h | 74 bool operator==(Element* element) const { return m_element == element; } 75 bool operator!=(Element* element) const { return m_element != element; }
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
FontPlatformData.h | 72 FontPlatformData& operator=(const FontPlatformData&); 73 bool operator==(const FontPlatformData& a) const;
|
/external/webkit/Source/WebCore/platform/network/ |
ResourceErrorBase.h | 91 inline bool operator==(const ResourceError& a, const ResourceError& b) { return ResourceErrorBase::compare(a, b); } 92 inline bool operator!=(const ResourceError& a, const ResourceError& b) { return !(a == b); }
|
ResourceLoadTiming.h | 60 bool operator==(const ResourceLoadTiming& other) const 76 bool operator!=(const ResourceLoadTiming& other) const
|
/external/webkit/Source/WebCore/platform/network/mac/ |
ResourceErrorMac.mm | 105 ResourceError::operator NSError *() const 115 ResourceError::operator CFErrorRef() const
|
/external/webkit/Source/WebCore/platform/text/ |
TextEncoding.h | 84 inline bool operator==(const TextEncoding& a, const TextEncoding& b) { return a.name() == b.name(); } 85 inline bool operator!=(const TextEncoding& a, const TextEncoding& b) { return a.name() != b.name(); }
|
/external/webkit/Source/WebCore/rendering/style/ |
BorderData.h | 91 bool operator==(const BorderData& o) const 97 bool operator!=(const BorderData& o) const
|
StyleRareInheritedData.h | 49 bool operator==(const StyleRareInheritedData& o) const; 50 bool operator!=(const StyleRareInheritedData& o) const
|
StyleRareNonInheritedData.h | 76 bool operator==(const StyleRareNonInheritedData&) const; 77 bool operator!=(const StyleRareNonInheritedData& o) const { return !(*this == o); }
|
/external/webkit/Source/WebCore/svg/ |
SVGLength.h | 76 bool operator==(const SVGLength&) const; 77 bool operator!=(const SVGLength&) const;
|
/external/webkit/Source/WebKit/chromium/src/ |
WebBlobData.cpp | 111 WebBlobData& WebBlobData::operator=(const PassOwnPtr<BlobData>& data) 117 WebBlobData::operator PassOwnPtr<BlobData>()
|
WebCString.cpp | 119 WebCString& WebCString::operator=(const WTF::CString& s) 125 WebCString::operator WTF::CString() const
|
WebDocument.cpp | 146 WebDocument& WebDocument::operator=(const PassRefPtr<Document>& elem) 152 WebDocument::operator PassRefPtr<Document>() const
|
WebFormElement.cpp | 110 WebFormElement& WebFormElement::operator=(const PassRefPtr<HTMLFormElement>& e) 116 WebFormElement::operator PassRefPtr<HTMLFormElement>() const
|
WebIDBKey.cpp | 153 WebIDBKey& WebIDBKey::operator=(const PassRefPtr<IDBKey>& value) 159 WebIDBKey::operator PassRefPtr<IDBKey>() const
|
WebImageSkia.cpp | 108 operator=(image); 111 WebImage& WebImage::operator=(const PassRefPtr<Image>& image)
|
WebInputElement.cpp | 163 WebInputElement& WebInputElement::operator=(const PassRefPtr<HTMLInputElement>& elem) 169 WebInputElement::operator PassRefPtr<HTMLInputElement>() const
|
WebNotification.cpp | 149 WebNotification& WebNotification::operator=(const WTF::PassRefPtr<Notification>& notification) 155 WebNotification::operator WTF::PassRefPtr<Notification>() const
|
WebPerformance.cpp | 176 WebPerformance& WebPerformance::operator=(const PassRefPtr<Performance>& performance) 182 WebPerformance::operator PassRefPtr<Performance>() const
|
WebRange.cpp | 94 WebRange& WebRange::operator=(const WTF::PassRefPtr<WebCore::Range>& range) 100 WebRange::operator WTF::PassRefPtr<WebCore::Range>() const
|
Completed in 343 milliseconds
<<81828384858687888990>>