HomeSort by relevance Sort by last modified time
    Searched full:operator (Results 1601 - 1625 of 6015) sorted by null

<<61626364656667686970>>

  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformOperations.h 39 bool operator==(const TransformOperations& o) const;
40 bool operator!=(const TransformOperations& o) const
  /external/webkit/Source/WebCore/platform/network/
AuthenticationChallengeBase.h 65 inline bool operator==(const AuthenticationChallenge& a, const AuthenticationChallenge& b) { return AuthenticationChallengeBase::compare(a, b); }
66 inline bool operator!=(const AuthenticationChallenge& a, const AuthenticationChallenge& b) { return !(a == b); }
Credential.h 86 bool operator==(const Credential& a, const Credential& b);
87 inline bool operator!=(const Credential& a, const Credential& b) { return !(a == b); }
ProtectionSpace.h 83 bool operator==(const ProtectionSpace& a, const ProtectionSpace& b);
84 inline bool operator!=(const ProtectionSpace& a, const ProtectionSpace& b) { return !(a == b); }
SocketStreamErrorBase.h 81 inline bool operator==(const SocketStreamError& a, const SocketStreamError& b) { return SocketStreamErrorBase::compare(a, b); }
82 inline bool operator!=(const SocketStreamError& a, const SocketStreamError& b) { return !(a == b); }
  /external/webkit/Source/WebCore/platform/text/
StringWithDirection.h 66 bool operator==(const StringWithDirection& other) const
70 bool operator!=(const StringWithDirection& other) const { return !((*this) == other); }
  /external/webkit/Source/WebCore/rendering/style/
BorderValue.h 57 bool operator==(const BorderValue& o) const
62 bool operator!=(const BorderValue& o) const
ShadowData.h 68 bool operator==(const ShadowData& o) const;
69 bool operator!=(const ShadowData& o) const
StyleBoxData.h 40 bool operator==(const StyleBoxData& o) const;
41 bool operator!=(const StyleBoxData& o) const
StyleMultiColData.h 43 bool operator==(const StyleMultiColData& o) const;
44 bool operator!=(const StyleMultiColData &o) const
  /external/webkit/Source/WebKit/chromium/public/
WebBlobData.h 81 WebBlobData& operator=(const WTF::PassOwnPtr<WebCore::BlobData>&);
82 operator WTF::PassOwnPtr<WebCore::BlobData>();
WebDeviceOrientation.h 61 WebDeviceOrientation& operator=(const WTF::PassRefPtr<WebCore::DeviceOrientation>&);
62 operator WTF::PassRefPtr<WebCore::DeviceOrientation>() const;
WebGeolocationPosition.h 56 WebGeolocationPosition& operator=(WTF::PassRefPtr<WebCore::GeolocationPosition>);
57 operator WTF::PassRefPtr<WebCore::GeolocationPosition>() const;
WebHTTPLoadInfo.h 49 WebHTTPLoadInfo& operator =(const WebHTTPLoadInfo& r)
79 operator WTF::PassRefPtr<WebCore::ResourceLoadInfo>() const;
WebIDBKeyRange.h 57 WebIDBKeyRange& operator=(const WTF::PassRefPtr<WebCore::IDBKeyRange>&);
58 operator WTF::PassRefPtr<WebCore::IDBKeyRange>() const;
WebPrivateOwnPtr.h 59 T* operator->() const
70 void operator=(const WebPrivateOwnPtr&);
WebThreadSafeData.h 62 WebThreadSafeData& operator=(const WTF::PassRefPtr<WebCore::RawData>&);
64 operator std::string() const
WebURLError.h 62 WebURLError& operator=(const WebCore::ResourceError&);
63 operator WebCore::ResourceError() const;
  /external/webkit/Source/WebKit/chromium/src/
WebDOMStringList.cpp 78 WebDOMStringList& WebDOMStringList::operator=(const WTF::PassRefPtr<WebCore::DOMStringList>& item)
84 WebDOMStringList::operator WTF::PassRefPtr<WebCore::DOMStringList>() const
WebData.cpp 84 WebData& WebData::operator=(const PassRefPtr<SharedBuffer>& buffer)
90 WebData::operator PassRefPtr<SharedBuffer>() const
WebDeviceOrientation.cpp 56 WebDeviceOrientation& WebDeviceOrientation::operator=(const PassRefPtr<WebCore::DeviceOrientation>& orientation)
79 WebDeviceOrientation::operator PassRefPtr<WebCore::DeviceOrientation>() const
WebFormControlElement.cpp 84 WebFormControlElement& WebFormControlElement::operator=(const PassRefPtr<HTMLFormControlElement>& elem)
90 WebFormControlElement::operator PassRefPtr<HTMLFormControlElement>() const
WebIDBDatabaseError.cpp 73 WebIDBDatabaseError& WebIDBDatabaseError::operator=(const PassRefPtr<IDBDatabaseError>& value)
79 WebIDBDatabaseError::operator PassRefPtr<IDBDatabaseError>() const
WebIDBKeyRange.cpp 86 WebIDBKeyRange& WebIDBKeyRange::operator=(const PassRefPtr<IDBKeyRange>& value)
92 WebIDBKeyRange::operator PassRefPtr<IDBKeyRange>() const
WebOptionElement.cpp 89 WebOptionElement& WebOptionElement::operator=(const PassRefPtr<HTMLOptionElement>& elem)
95 WebOptionElement::operator PassRefPtr<HTMLOptionElement>() const

Completed in 367 milliseconds

<<61626364656667686970>>