HomeSort by relevance Sort by last modified time
    Searched refs:Equals (Results 76 - 100 of 822) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/content_settings/
permission_request_id.cc 23 bool PermissionRequestID::Equals(const PermissionRequestID& other) const {
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_renderer_data.h 39 bool Equals(const TabRendererData& data);
  /external/chromium_org/chrome/renderer/
benchmarking_extension.cc 65 if (name->Equals(v8::String::NewFromUtf8(isolate, "GetCounter"))) {
67 } else if (name->Equals(
70 } else if (name->Equals(
73 } else if (name->Equals(v8::String::NewFromUtf8(isolate, "HiResTime"))) {
  /external/chromium_org/chromeos/network/
network_type_pattern.h 44 bool Equals(const NetworkTypePattern& other) const;
  /external/chromium_org/components/history/core/common/
thumbnail_score.h 27 bool Equals(const ThumbnailScore& rhs) const;
  /external/chromium_org/components/policy/core/common/
policy_provider_android_unittest.cc 86 EXPECT_TRUE(provider.Get()->policies().Equals(kEmptyBundle));
100 EXPECT_TRUE(provider.Get()->policies().Equals(expected_policy_bundle));
114 EXPECT_TRUE(provider.Get()->policies().Equals(expected_policy_bundle));
123 EXPECT_TRUE(provider.Get()->policies().Equals(expected_policy_bundle));
proxy_policy_provider_unittest.cc 48 EXPECT_TRUE(PolicyBundle().Equals(proxy_provider_.policies()));
64 EXPECT_TRUE(bundle.Equals(proxy_provider_.policies()));
75 EXPECT_TRUE(bundle.Equals(proxy_provider_.policies()));
79 EXPECT_TRUE(PolicyBundle().Equals(proxy_provider_.policies()));
policy_map.h 42 // Returns true if |this| equals |other|.
43 bool Equals(const Entry& other) const;
107 bool Equals(const PolicyMap& other) const;
116 // Helper function for Equals().
  /external/chromium_org/content/common/indexed_db/
indexed_db_key_range.cc 36 return lower_.Equals(upper_);
  /external/chromium_org/content/public/common/
ssl_status.h 35 bool Equals(const SSLStatus& status) const {
  /external/chromium_org/jingle/notifier/communicator/
connection_settings.h 34 bool Equals(const ConnectionSettings& settings) const;
  /external/chromium_org/net/spdy/
spdy_session_key.h 31 bool Equals(const SpdySessionKey& other) const;
  /external/chromium_org/sync/js/
js_event_details_unittest.cc 32 EXPECT_TRUE(details.Get().Equals(dict_copy.get()));
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatch.h 47 // util.Parse(match.raw_string(), country).Equals(match.number());
105 bool Equals(const PhoneNumberMatch& number) const;
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
desktop_configuration.h 55 // Returns true if the given desktop configuration equals this one.
56 bool Equals(const MacDesktopConfiguration& other);
  /external/chromium_org/tools/json_schema_compiler/test/
functions_as_parameters_unittest.cc 37 EXPECT_TRUE(value.Equals(out.ToValue().get()));
48 EXPECT_TRUE(expected_value.Equals(out.ToValue().get()));
83 EXPECT_TRUE(empty_value.Equals(out.ToValue().get()));
92 EXPECT_TRUE(value.Equals(out.ToValue().get()));
  /external/google-tv-pairing-protocol/cpp/src/polo/encoding/
encodingoption.cc 36 bool EncodingOption::Equals(const EncodingOption& other) const {
  /external/chromium_org/net/proxy/
proxy_config.cc 153 bool ProxyConfig::ProxyRules::Equals(const ProxyRules& other) const {
155 single_proxies.Equals(other.single_proxies) &&
156 proxies_for_http.Equals(other.proxies_for_http) &&
157 proxies_for_https.Equals(other.proxies_for_https) &&
158 proxies_for_ftp.Equals(other.proxies_for_ftp) &&
159 fallback_proxies.Equals(other.fallback_proxies) &&
160 bypass_rules.Equals(other.bypass_rules) &&
203 bool ProxyConfig::Equals(const ProxyConfig& other) const {
209 proxy_rules_.Equals(other.proxy_rules());
  /external/chromium_org/sync/sessions/
model_type_registry_unittest.cc 154 EXPECT_TRUE(registry()->GetEnabledTypes().Equals(
161 EXPECT_TRUE(registry()->GetEnabledTypes().Equals(
165 EXPECT_TRUE(registry()->GetEnabledTypes().Equals(
192 EXPECT_TRUE(registry()->GetEnabledTypes().Equals(current_types));
197 EXPECT_TRUE(registry()->GetEnabledTypes().Equals(current_types));
205 EXPECT_TRUE(registry()->GetEnabledTypes().Equals(current_types));
210 EXPECT_TRUE(registry()->GetEnabledTypes().Equals(current_types));
216 EXPECT_TRUE(registry()->GetEnabledTypes().Equals(current_types));
237 EXPECT_TRUE(registry()->GetEnabledTypes().Equals(
  /external/mockito/src/org/mockito/
Matchers.java 96 * Sometimes it's better to implement equals() for arguments that are passed to mocks
97 * (Mockito naturally uses equals() for argument matching).
488 return reportMatcher(new Equals(value)).returnFalse();
501 return reportMatcher(new Equals(value)).returnZero();
514 return reportMatcher(new Equals(value)).returnChar();
527 return reportMatcher(new Equals(value)).returnZero();
540 return reportMatcher(new Equals(value)).returnZero();
553 return reportMatcher(new Equals(value)).returnZero();
566 return reportMatcher(new Equals(value)).returnZero();
579 return reportMatcher(new Equals(value)).returnZero();
    [all...]