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

<<41424344454647484950>>

  /external/chromium_org/third_party/WebKit/public/web/
WebElement.h 50 WebElement& operator=(const WebElement& e) { WebNode::assign(e); return *this; }
93 WebElement& operator=(const WTF::PassRefPtr<WebCore::Element>&);
94 operator WTF::PassRefPtr<WebCore::Element>() const;
WebFormControlElement.h 50 WebFormControlElement& operator=(const WebFormControlElement& e)
76 WebFormControlElement& operator=(const WTF::PassRefPtr<WebCore::HTMLFormControlElement>&);
77 operator WTF::PassRefPtr<WebCore::HTMLFormControlElement>() 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)
66 WebOptionElement& operator=(const WTF::PassRefPtr<WebCore::HTMLOptionElement>&);
67 operator WTF::PassRefPtr<WebCore::HTMLOptionElement>() const;
WebPluginDocument.h 49 WebPluginDocument& operator=(const WebPluginDocument& e)
60 WebPluginDocument& operator=(const WTF::PassRefPtr<WebCore::PluginDocument>&);
61 operator WTF::PassRefPtr<WebCore::PluginDocument>() const;
WebSelectElement.h 50 WebSelectElement& operator=(const WebSelectElement& element)
63 WebSelectElement& operator=(const WTF::PassRefPtr<WebCore::HTMLSelectElement>&);
64 operator WTF::PassRefPtr<WebCore::HTMLSelectElement>() const;
WebTextAreaElement.h 48 WebTextAreaElement& operator=(const WebTextAreaElement& element)
60 WebTextAreaElement& operator=(const WTF::PassRefPtr<WebCore::HTMLTextAreaElement>&);
61 operator WTF::PassRefPtr<WebCore::HTMLTextAreaElement>() const;
  /external/chromium_org/third_party/icu/source/common/
chariter.cpp 73 CharacterIterator::operator=(const CharacterIterator &that) {
74 ForwardCharacterIterator::operator=(that);
stringpiece.cpp 53 operator==(const StringPiece& x, const StringPiece& y) {
  /external/chromium_org/third_party/icu/source/common/unicode/
dtintrv.h 80 * compilers support genuine RTTI. Polymorphic operator==() and clone()
98 * Default assignment operator
101 DateInterval& operator=(const DateInterval&);
104 * Equality operator.
108 virtual UBool operator==(const DateInterval& other) const;
111 * Non-equality operator
115 UBool operator!=(const DateInterval& other) const;
151 DateInterval::operator!=(const DateInterval& other) const {
152 return ( !operator==(other) );
  /external/chromium_org/third_party/icu/source/i18n/
fpositer.cpp 48 UBool FieldPositionIterator::operator==(const FieldPositionIterator &rhs) const {
58 return rhs.data ? data->operator==(*rhs.data) : FALSE;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
currpinf.h 73 * Assignment operator
77 CurrencyPluralInfo& operator=(const CurrencyPluralInfo& info);
89 * Equal operator.
93 UBool operator==(const CurrencyPluralInfo& info) const;
97 * Not equal operator
101 UBool operator!=(const CurrencyPluralInfo& info) const;
252 CurrencyPluralInfo::operator!=(const CurrencyPluralInfo& info) const { return !operator==(info); }
plurrule.h 141 * Assignment operator.
144 PluralRules& operator=(const PluralRules&);
249 virtual UBool operator==(const PluralRules& other) const;
259 UBool operator!=(const PluralRules& other) const {return !operator==(other);}
search.h 262 // operator overloading ----------------------------------------------
265 * Equality operator.
272 virtual UBool operator==(const SearchIterator &that) const;
275 * Not-equal operator.
277 * @return FALSE if operator== returns TRUE, and vice versa.
280 UBool operator!=(const SearchIterator &that) const;
478 * Assignment operator. Sets this iterator to have the same behavior,
483 SearchIterator & operator=(const SearchIterator &that);
560 inline UBool SearchIterator::operator!=(const SearchIterator &that) const
562 return !operator==(that);
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
slice.h 50 char operator[](size_t n) const {
87 inline bool operator==(const Slice& x, const Slice& y) {
92 inline bool operator!=(const Slice& x, const Slice& y) {
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
stl_util.h 24 bool operator()(const T& p1, const T& p2) const {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_dump.cpp 33 std::ostream& operator <<(std::ostream& out, const sm4_op& op)
133 std::ostream& operator <<(std::ostream& out, const sm4_dcl& dcl)
179 std::ostream& operator <<(std::ostream& out, const sm4_insn& insn)
193 std::ostream& operator <<(std::ostream& out, const sm4_program& program)
  /external/chromium_org/third_party/skia/src/core/
SkPathHeap.h 35 const SkPath& operator[](int index) const {
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
test_expr.py 3 import operator namespace
7 e1 = Expression(operator.add, 1, 2)
  /external/chromium_org/ui/base/gtk/
owned_widget_gtk.h 70 GtkWidget* operator->() const { return widget_; }
  /external/chromium_org/ui/gfx/
insets_base.h 40 bool operator==(const Class& insets) const {
45 bool operator!=(const Class& insets) const {
49 void operator+=(const Class& insets) {
56 Class operator-() const {
point3_f.h 50 void operator+=(const Vector3dF& v) {
57 void operator-=(const Vector3dF& v) {
84 inline bool operator==(const Point3F& lhs, const Point3F& rhs) {
88 inline bool operator!=(const Point3F& lhs, const Point3F& rhs) {
93 GFX_EXPORT Point3F operator+(const Point3F& lhs, const Vector3dF& rhs);
97 GFX_EXPORT Point3F operator-(const Point3F& lhs, const Vector3dF& rhs);
101 GFX_EXPORT Vector3dF operator-(const Point3F& lhs, const Point3F& rhs);
scoped_gobject.h 23 void operator()(U* ptr) const {
selection_model.cc 25 bool SelectionModel::operator==(const SelectionModel& sel) const {
size.cc 22 Size& Size::operator=(const CGSize& s) {

Completed in 1573 milliseconds

<<41424344454647484950>>