HomeSort by relevance Sort by last modified time
    Searched defs:operator (Results 1176 - 1200 of 6351) sorted by null

<<41424344454647484950>>

  /external/chromium_org/net/spdy/
spdy_session_key.cc 35 bool SpdySessionKey::operator<(const SpdySessionKey& other) const {
  /external/chromium_org/net/ssl/
ssl_info.cc 25 SSLInfo& SSLInfo::operator=(const SSLInfo& info) {
  /external/chromium_org/ppapi/cpp/dev/
buffer_dev.cc 55 Buffer_Dev& Buffer_Dev::operator=(const Buffer_Dev& rhs) {
56 Resource::operator=(rhs);
var_resource_dev.cc 38 Var::operator=(Var(Null()));
46 VarResource_Dev& VarResource_Dev::operator=(const VarResource_Dev& other) {
47 Var::operator=(other);
51 Var& VarResource_Dev::operator=(const Var& other) {
53 Var::operator=(other);
56 Var::operator=(Var(Null()));
  /external/chromium_org/ppapi/cpp/trusted/
file_chooser_trusted.cc 47 FileChooser_Trusted& FileChooser_Trusted::operator=(
49 FileChooser_Dev::operator=(other);
  /external/chromium_org/ppapi/shared_impl/
scoped_pp_var.h 30 ScopedPPVar& operator=(const PP_Var& r);
31 ScopedPPVar& operator=(const ScopedPPVar& other) {
32 return operator=(other.var_);
  /external/chromium_org/printing/
page_range.h 23 bool operator==(const PageRange& rhs) const {
  /external/chromium_org/sync/syncable/
syncable_read_transaction.h 25 void* operator new(size_t size) { return (::operator new)(size); }
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ArrayValue.cpp 34 ArrayValue& ArrayValue::operator=(const ArrayValue& other)
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryListListener.h 43 bool operator==(const MediaQueryListListener& other) const { return m_value == other.m_value; }
  /external/chromium_org/third_party/WebKit/Source/core/events/
RegisteredEventListener.h 44 inline bool operator==(const RegisteredEventListener& a, const RegisteredEventListener& b)
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageScaleConstraints.cpp 95 bool PageScaleConstraints::operator==(const PageScaleConstraints& other) const
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
CSSAnimationData.cpp 76 CSSAnimationData& CSSAnimationData::operator=(const CSSAnimationData& o)
CSSAnimationDataList.cpp 54 bool CSSAnimationDataList::operator==(const CSSAnimationDataList& o) const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
NinePieceImage.cpp 77 bool NinePieceImageData::operator==(const NinePieceImageData& other) const
StyleFilterData.h 40 bool operator==(const StyleFilterData&) const;
41 bool operator!=(const StyleFilterData& o) const
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebThreadSafeData.cpp 69 WebThreadSafeData& WebThreadSafeData::operator=(const PassRefPtr<RawData>& data)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeTypes.h 36 operator int16_t() const { return static_cast<int16_t>(ntohs(v)); }
42 operator uint16_t() const { return ntohs(v); }
48 operator int32_t() const { return static_cast<int32_t>(ntohl(v)); }
54 operator uint32_t() const { return ntohl(v); }
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatQuad.h 148 inline FloatQuad& operator+=(FloatQuad& a, const FloatSize& b)
154 inline FloatQuad& operator-=(FloatQuad& a, const FloatSize& b)
160 inline bool operator==(const FloatQuad& a, const FloatQuad& b)
168 inline bool operator!=(const FloatQuad& a, const FloatQuad& b)
  /external/chromium_org/third_party/WebKit/Source/web/
EventListenerWrapper.cpp 55 bool EventListenerWrapper::operator==(const EventListener& listener)
WebFontDescription.cpp 54 WebFontDescription::operator WebCore::FontDescription() const
WebIDBDatabaseError.cpp 61 WebIDBDatabaseError::operator PassRefPtr<DOMError>() const
WebSpeechGrammar.cpp 49 WebSpeechGrammar& WebSpeechGrammar::operator=(const WTF::PassRefPtr<WebCore::SpeechGrammar>& value)
WebSpeechRecognitionResult.cpp 57 WebSpeechRecognitionResult::operator PassRefPtr<WebCore::SpeechRecognitionResult>() const
  /external/chromium_org/third_party/WebKit/public/web/
WebDocumentType.h 50 WebDocumentType& operator=(const WebDocumentType& e)
61 WebDocumentType& operator=(const WTF::PassRefPtr<WebCore::DocumentType>&);
62 operator WTF::PassRefPtr<WebCore::DocumentType>() const;

Completed in 1228 milliseconds

<<41424344454647484950>>