Searched
defs:operator (Results
801 -
825 of
6351) sorted by null
<<31323334353637383940>>
/external/chromium_org/base/mac/ |
scoped_nsobject.h | 47 scoped_nsprotocol& operator=(const scoped_nsprotocol<NST>& that) { 61 bool operator==(NST that) const { return object_ == that; } 62 bool operator!=(NST that) const { return object_ != that; } 64 operator NST() const { 103 bool operator==(C p1, const scoped_nsprotocol<C>& p2) { 108 bool operator!=(C p1, const scoped_nsprotocol<C>& p2) { 122 scoped_nsobject& operator=(const scoped_nsobject<NST>& that) { 123 scoped_nsprotocol<NST*>::operator=(that); 138 scoped_nsobject& operator=(const scoped_nsobject<id>& that) { 139 scoped_nsprotocol<id>::operator=(that) [all...] |
/external/chromium_org/cc/resources/ |
ui_resource_request.cc | 22 UIResourceRequest& UIResourceRequest::operator=(
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
extension_token_key.cc | 16 bool ExtensionTokenKey::operator<(const ExtensionTokenKey& rhs) const {
|
/external/chromium_org/chrome/browser/extensions/updater/ |
request_queue.h | 124 T* operator*() { return it_->request.get(); } 125 T* operator->() { return it_->request.get(); } 126 iterator& operator++() { 130 bool operator!=(const iterator& b) const {
|
/external/chromium_org/chrome/browser/install_verification/win/ |
module_list.h | 38 HMODULE operator[](size_t index) const {
|
/external/chromium_org/chrome/browser/ |
native_window_notification_source.h | 25 gfx::NativeWindow operator->() const { return ptr(); }
|
/external/chromium_org/components/autofill/core/common/ |
form_field_data.cc | 75 bool FormFieldData::operator==(const FormFieldData& field) const { 85 bool FormFieldData::operator!=(const FormFieldData& field) const { 86 return !operator==(field); 89 bool FormFieldData::operator<(const FormFieldData& field) const { 152 std::ostream& operator<<(std::ostream& os, const FormFieldData& field) {
|
/external/chromium_org/components/url_matcher/ |
string_pattern.cc | 15 bool StringPattern::operator<(const StringPattern& rhs) const {
|
/external/chromium_org/content/browser/renderer_host/ |
native_web_keyboard_event_win.cc | 35 NativeWebKeyboardEvent& NativeWebKeyboardEvent::operator=( 37 WebKeyboardEvent::operator=(other);
|
/external/chromium_org/content/public/browser/ |
navigation_controller.cc | 46 NavigationController::LoadURLParams::operator=(
|
/external/chromium_org/gpu/command_buffer/common/ |
mailbox.h | 21 bool operator<(const Mailbox& other) const {
|
/external/chromium_org/net/cert/ |
scoped_nss_types.h | 16 void operator()(CERTCertificate* x) const {
|
/external/chromium_org/net/quic/ |
quic_connection_stats.cc | 29 ostream& operator<<(ostream& os, const QuicConnectionStats& s) {
|
/external/chromium_org/ppapi/cpp/private/ |
video_frame_private.cc | 38 VideoFrame_Private& VideoFrame_Private::operator=(
|
/external/chromium_org/remoting/base/ |
typed_buffer.h | 49 // Move operator= for C++03 move emulation of this type. 50 TypedBuffer& operator=(RValue rvalue) { 58 // operator* and operator-> will assert() if there is no current buffer. 59 T& operator*() const { 63 T* operator->() const { 80 operator Testable() const { return buffer_ ? &TypedBuffer::buffer_ : NULL; }
|
/external/chromium_org/skia/ext/ |
refptr.h | 64 RefPtr& operator=(const RefPtr& other) { 70 RefPtr& operator=(const RefPtr<U>& other) { 82 T& operator*() const { return *ptr_; } 83 T* operator->() const { return ptr_; } 86 operator unspecified_bool_type() const {
|
/external/chromium_org/sync/syncable/ |
syncable-inl.h | 16 inline bool operator() (const syncable::EntryKernel* a,
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
IconURL.cpp | 52 bool operator==(const IconURL& lhs, const IconURL& rhs)
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
StyleInheritedData.cpp | 53 bool StyleInheritedData::operator==(const StyleInheritedData& o) const
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebTextCheckingResult.cpp | 40 WebTextCheckingResult::operator TextCheckingResult() const
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebFloatQuad.h | 65 WebFloatQuad& operator=(const WebCore::FloatQuad& q)
|
WebURL.h | 64 WebURL& operator=(const WebURL& url) 106 BLINK_PLATFORM_EXPORT WebURL& operator=(const WebCore::KURL&); 107 BLINK_PLATFORM_EXPORT operator WebCore::KURL() const; 116 WebURL& operator=(const GURL& url) 124 operator GURL() const 136 inline bool operator==(const WebURL& a, const WebURL& b) 141 inline bool operator!=(const WebURL& a, const WebURL& b)
|
/external/chromium_org/third_party/WebKit/public/testing/ |
WebScopedPtr.h | 64 inline T* operator->() const { return m_ptr; } 66 // You can get the underlying pointer out with the * operator. 67 inline T* operator*() { return m_ptr; } 70 inline T& operator[](size_t i) 76 const inline T& operator[](size_t i) const 96 inline WebScopedPtrBase<Deallocator, T>& operator=(const WebScopedPtrBase<Deallocator, T>& rhs)
|
/external/chromium_org/third_party/icu/source/i18n/ |
curramt.cpp | 34 CurrencyAmount& CurrencyAmount::operator=(const CurrencyAmount& other) { 35 Measure::operator=(other);
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
format.h | 110 virtual UBool operator==(const Format& other) const = 0; 119 UBool operator!=(const Format& other) const { return !operator==(other); } 278 Format& operator=(const Format&); // Does nothing; for subclasses
|
Completed in 1903 milliseconds
<<31323334353637383940>>