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

<<31323334353637383940>>

  /external/webkit/Source/WebKit/chromium/public/
WebDocument.h 60 WebDocument& operator=(const WebDocument& e)
87 WebDocument& operator=(const WTF::PassRefPtr<WebCore::Document>&);
88 operator WTF::PassRefPtr<WebCore::Document>() const;
WebDocumentType.h 50 WebDocumentType& operator=(const WebDocumentType& e)
61 WebDocumentType& operator=(const WTF::PassRefPtr<WebCore::DocumentType>&);
62 operator WTF::PassRefPtr<WebCore::DocumentType>() const;
WebElement.h 49 WebElement& operator=(const WebElement& e) { WebNode::assign(e); return *this; }
71 WebElement& operator=(const WTF::PassRefPtr<WebCore::Element>&);
72 operator WTF::PassRefPtr<WebCore::Element>() const;
WebFormControlElement.h 49 WebFormControlElement& operator=(const WebFormControlElement& e)
70 WebFormControlElement& operator=(const WTF::PassRefPtr<WebCore::HTMLFormControlElement>&);
71 operator WTF::PassRefPtr<WebCore::HTMLFormControlElement>() const;
WebFormElement.h 55 WebFormElement& operator=(const WebFormElement& element)
74 WebFormElement& operator=(const WTF::PassRefPtr<WebCore::HTMLFormElement>&);
75 operator WTF::PassRefPtr<WebCore::HTMLFormElement>() const;
WebIDBDatabaseError.h 47 WebIDBDatabaseError& operator=(const WebIDBDatabaseError& error)
61 WebIDBDatabaseError& operator=(const WTF::PassRefPtr<WebCore::IDBDatabaseError>&);
62 operator WTF::PassRefPtr<WebCore::IDBDatabaseError>() const;
WebIDBKey.h 55 WebIDBKey& operator=(const WebIDBKey& e)
85 WebIDBKey& operator=(const WTF::PassRefPtr<WebCore::IDBKey>&);
86 operator WTF::PassRefPtr<WebCore::IDBKey>() const;
WebLabelElement.h 49 WebLabelElement& operator=(const WebLabelElement& element)
61 WebLabelElement& operator=(const WTF::PassRefPtr<WebCore::HTMLLabelElement>&);
62 operator WTF::PassRefPtr<WebCore::HTMLLabelElement>() const;
WebOptionElement.h 49 WebOptionElement& operator=(const WebOptionElement& element)
68 WebOptionElement& operator=(const WTF::PassRefPtr<WebCore::HTMLOptionElement>&);
69 operator WTF::PassRefPtr<WebCore::HTMLOptionElement>() const;
WebPerformance.h 50 WebPerformance& operator=(const WebPerformance& p)
86 WebPerformance& operator=(const WTF::PassRefPtr<WebCore::Performance>&);
87 operator WTF::PassRefPtr<WebCore::Performance>() const;
WebPluginDocument.h 49 WebPluginDocument& operator=(const WebPluginDocument& e)
60 WebPluginDocument& operator=(const WTF::PassRefPtr<WebCore::PluginDocument>&);
61 operator WTF::PassRefPtr<WebCore::PluginDocument>() const;
WebPrivatePtr.h 62 WebPrivatePtr<T>& operator=(const WebPrivatePtr<T>& other)
71 WebPrivatePtr<T>& operator=(const PassRefPtr<T>& prp)
82 T* operator->() const
WebRange.h 54 WebRange& operator=(const WebRange& r)
75 WebRange& operator=(const WTF::PassRefPtr<WebCore::Range>&);
76 operator WTF::PassRefPtr<WebCore::Range>() const;
WebSelectElement.h 50 WebSelectElement& operator=(const WebSelectElement& element)
63 WebSelectElement& operator=(const WTF::PassRefPtr<WebCore::HTMLSelectElement>&);
64 operator WTF::PassRefPtr<WebCore::HTMLSelectElement>() const;
WebSerializedScriptValue.h 48 WebSerializedScriptValue& operator=(const WebSerializedScriptValue& d)
69 WebSerializedScriptValue& operator=(const WTF::PassRefPtr<WebCore::SerializedScriptValue>&);
70 operator WTF::PassRefPtr<WebCore::SerializedScriptValue>() const;
WebURLLoadTiming.h 48 WebURLLoadTiming& operator=(const WebURLLoadTiming& d)
98 WebURLLoadTiming& operator=(const WTF::PassRefPtr<WebCore::ResourceLoadTiming>&);
99 operator WTF::PassRefPtr<WebCore::ResourceLoadTiming>() const;
  /external/webkit/Source/WebKit/qt/Api/
qwebplugindatabase_p.h 39 QWebPluginInfo &operator=(const QWebPluginInfo& other);
59 bool operator==(const QWebPluginInfo& other) const;
60 bool operator!=(const QWebPluginInfo& other) const;
  /frameworks/base/include/utils/
SortedVector.h 48 /*! copy operator */
49 const SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const;
50 SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs);
94 inline const TYPE& operator [] (size_t index) const;
95 //! alternate name for operator []
99 //! same as operator [], but allows to access the vector backward (from the end) with a negative index
162 SortedVector<TYPE>& SortedVector<TYPE>::operator = (const SortedVector<TYPE>& rhs) {
163 SortedVectorImpl::operator = (rhs);
168 const SortedVector<TYPE>& SortedVector<TYPE>::operator = (const SortedVector<TYPE>& rhs) const {
169 SortedVectorImpl::operator = (rhs)
    [all...]
  /frameworks/base/libs/ui/
Rect.cpp 36 bool Rect::operator < (const Rect& rhs) const
74 const Rect Rect::operator + (const Point& rhs) const
80 const Rect Rect::operator - (const Point& rhs) const
  /ndk/sources/cxx-stl/gabi++/include/
typeinfo 48 operator==(const type_info &ti) const;
52 operator!=(const type_info &ti) const;
66 operator=(const type_info& rhs);
  /ndk/sources/cxx-stl/gabi++/src/
type_info.cc 47 type_info::operator==(const type_info& rhs) const
59 type_info::operator!=(const type_info& rhs) const
61 return !this->operator==(rhs);
  /ndk/tests/device/test-gnustl-full/unit/
config_test.cpp 98 void* pvoid = operator new (huge_amount);
104 operator delete(pvoid);
109 // Looks like your compiler new operator finally throw bad_alloc, you can fix
  /ndk/tests/device/test-stlport/unit/
config_test.cpp 98 void* pvoid = operator new (huge_amount);
104 operator delete(pvoid);
109 // Looks like your compiler new operator finally throw bad_alloc, you can fix
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_pair.h 117 operator=(pair&& __p)
126 operator=(pair<_U1, _U2>&& __p)
146 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
152 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
156 /// Uses @c operator== to find the result.
159 operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
162 /// Uses @c operator< to find the result.
165 operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
168 /// Uses @c operator< to find the result.
171 operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y
    [all...]
stl_stack.h 102 operator==(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
106 operator<(const stack<_Tp1, _Seq1>&, const stack<_Tp1, _Seq1>&);
235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
256 /// Based on operator==
259 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
262 /// Based on operator<
265 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
268 /// Based on operator<
271 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]

Completed in 158 milliseconds

<<31323334353637383940>>