Searched defs:Equals (Results 26 - 50 of 162) sorted by relevance

1234567

/external/chromium_org/base/
H A Dcallback.h393 bool Equals(const Callback& other) const { function in class:base::Callback
394 return CallbackBase::Equals(other);
433 bool Equals(const Callback& other) const { function in class:base::Callback
434 return CallbackBase::Equals(other);
474 bool Equals(const Callback& other) const { function in class:base::Callback
475 return CallbackBase::Equals(other);
518 bool Equals(const Callback& other) const { function in class:base::Callback
519 return CallbackBase::Equals(other);
565 bool Equals(const Callback& other) const { function in class:base::Callback
566 return CallbackBase::Equals(othe
616 bool Equals(const Callback& other) const { function in class:base::Callback
670 bool Equals(const Callback& other) const { function in class:base::Callback
727 bool Equals(const Callback& other) const { function in class:base::Callback
[all...]
H A Dversion.cc154 bool Version::Equals(const Version& that) const { function in class:base::Version
/external/chromium_org/components/policy/core/common/
H A Dpolicy_bundle.cc81 bool PolicyBundle::Equals(const PolicyBundle& other) const { function in class:policy::PolicyBundle
82 // Equals() has the peculiarity that an entry with an empty PolicyMap equals
97 !it_this->second->Equals(*it_other->second)) {
/external/chromium_org/components/sync_driver/
H A Ddevice_info.cc90 bool DeviceInfo::Equals(const DeviceInfo& other) const { function in class:sync_driver::DeviceInfo
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_unregister_job.cc46 bool ServiceWorkerUnregisterJob::Equals(ServiceWorkerRegisterJobBase* job) { function in class:content::ServiceWorkerUnregisterJob
/external/chromium_org/jingle/notifier/communicator/
H A Dconnection_settings.cc34 bool ConnectionSettings::Equals(const ConnectionSettings& settings) const { function in class:notifier::ConnectionSettings
/external/chromium_org/media/audio/
H A Daudio_parameters.cc108 bool AudioParameters::Equals(const AudioParameters& other) const { function in class:media::AudioParameters
/external/chromium_org/net/base/
H A Dauth.cc13 bool AuthChallengeInfo::Equals(const AuthChallengeInfo& that) const { function in class:net::AuthChallengeInfo
15 this->challenger.Equals(that.challenger) &&
47 bool AuthCredentials::Equals(const AuthCredentials& other) const { function in class:net::AuthCredentials
H A Dhash_value.cc26 bool SHA1HashValue::Equals(const SHA1HashValue& other) const { function in class:net::SHA1HashValue
30 bool SHA256HashValue::Equals(const SHA256HashValue& other) const { function in class:net::SHA256HashValue
34 bool HashValue::Equals(const HashValue& other) const { function in class:net::HashValue
39 return fingerprint.sha1.Equals(other.fingerprint.sha1);
41 return fingerprint.sha256.Equals(other.fingerprint.sha256);
/external/chromium_org/printing/
H A Dpage_setup.cc31 bool PageMargins::Equals(const PageMargins& rhs) const { function in class:printing::PageMargins
56 bool PageSetup::Equals(const PageSetup& rhs) const { function in class:printing::PageSetup
61 effective_margins_.Equals(rhs.effective_margins_) &&
62 requested_margins_.Equals(rhs.requested_margins_) &&
/external/chromium_org/v8/src/compiler/
H A Dvalue-numbering-reducer.cc18 bool Equals(Node* a, Node* b) { function in namespace:v8::internal::compiler::__anon17283
23 if (!a->op()->Equals(b->op())) return false;
64 if (Equals(node, entry->node())) {
/external/guava/guava/src/com/google/common/base/
H A DEquivalences.java49 return Equals.INSTANCE;
61 private static final class Equals extends Equivalence<Object> class in class:Equivalences
64 static final Equals INSTANCE = new Equals();
/external/mockito/src/org/mockito/internal/matchers/
H A DEquals.java14 public class Equals extends ArgumentMatcher<Object> implements ContainsExtraTypeInformation, Serializable { class in inherits:ArgumentMatcher,ContainsExtraTypeInformation,Serializable
19 public Equals(Object wanted) { method in class:Equals
57 Equals other = (Equals) o;
/external/skia/src/gpu/
H A DGrTextStrike_impl.h25 static bool Equals(const GrTextStrike& strike, const Key& key) { function in class:GrFontCache::Key
88 static bool Equals(const GrGlyph& glyph, const Key& key) { function in class:GrTextStrike::Key
/external/chromium_org/base/memory/
H A Dref_counted_memory.cc13 bool RefCountedMemory::Equals( function in class:base::RefCountedMemory
/external/chromium_org/base/metrics/
H A Dbucket_ranges.cc127 bool BucketRanges::Equals(const BucketRanges* other) const { function in class:base::BucketRanges
/external/chromium_org/base/threading/
H A Dsequenced_worker_pool.h128 bool Equals(const SequenceToken& other) const { function in class:base::SequencedWorkerPool::SequenceToken
/external/chromium_org/cc/base/
H A Dregion.h56 bool Equals(const Region& other) const { function in class:cc::Region
95 return a.Equals(b);
/external/chromium_org/components/history/core/common/
H A Dthumbnail_score.cc66 bool ThumbnailScore::Equals(const ThumbnailScore& rhs) const { function in class:ThumbnailScore
/external/chromium_org/content/browser/shared_worker/
H A Dworker_storage_partition.cc49 bool WorkerStoragePartition::Equals( function in class:content::WorkerStoragePartition
91 bool WorkerStoragePartitionId::Equals( function in class:content::WorkerStoragePartitionId
/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_key.cc115 bool IndexedDBKey::Equals(const IndexedDBKey& other) const { function in class:content::IndexedDBKey
/external/chromium_org/content/common/
H A Dplugin_list_unittest.cc22 bool Equals(const WebPluginInfo& a, const WebPluginInfo& b) { function in namespace:content::__anon7641
33 if (Equals(*it, plugin))
/external/chromium_org/jingle/notifier/listener/
H A Dnotification_defines.cc19 bool Subscription::Equals(const Subscription& other) const { function in class:notifier::Subscription
31 if (!t1[i].Equals(t2[i])) {
48 bool Recipient::Equals(const Recipient& other) const { function in class:notifier::Recipient
60 bool Notification::Equals(const Notification& other) const { function in class:notifier::Notification
/external/chromium_org/ppapi/shared_impl/
H A Dppb_view_shared.cc27 bool ViewData::Equals(const ViewData& other) const { function in class:ppapi::ViewData
/external/chromium_org/third_party/webrtc/base/
H A Dwindow.h63 bool Equals(const WindowId& other) const { function in class:rtc::WindowId
99 bool Equals(const DesktopId& other) const { function in class:rtc::DesktopId

Completed in 586 milliseconds

1234567