HomeSort by relevance Sort by last modified time
    Searched defs:Equals (Results 1 - 25 of 209) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/android_webview/browser/
parent_compositor_draw_constraints.cc 20 bool ParentCompositorDrawConstraints::Equals(
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_renderer_data.cc 21 bool TabRendererData::Equals(const TabRendererData& data) {
  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.cc 56 bool ErrorCode::Equals(const ErrorCode& err) const {
68 passed_->Equals(*err.passed_) && failed_->Equals(*err.failed_);
96 } else if (!passed_->Equals(*err.passed_)) {
98 } else if (!failed_->Equals(*err.failed_)) {
  /external/chromium_org/content/common/
webplugin_geometry.cc 18 bool WebPluginGeometry::Equals(const WebPluginGeometry& rhs) const {
  /external/chromium_org/jingle/notifier/base/
server_information.cc 23 bool ServerInformation::Equals(const ServerInformation& other) const {
25 server.Equals(other.server) &&
  /external/chromium_org/cc/resources/
texture_mailbox.cc 39 bool TextureMailbox::Equals(const TextureMailbox& other) const {
  /external/chromium_org/chrome/browser/content_settings/
permission_request_id.cc 23 bool PermissionRequestID::Equals(const PermissionRequestID& other) const {
  /external/chromium_org/components/policy/core/common/
external_data_fetcher.cc 28 bool ExternalDataFetcher::Equals(const ExternalDataFetcher* first,
policy_bundle.cc 81 bool PolicyBundle::Equals(const PolicyBundle& other) const {
82 // Equals() has the peculiarity that an entry with an empty PolicyMap equals
97 !it_this->second->Equals(*it_other->second)) {
  /external/chromium_org/net/spdy/
spdy_session_key.cc 38 if (!host_port_proxy_pair_.first.Equals(other.host_port_proxy_pair_.first))
43 bool SpdySessionKey::Equals(const SpdySessionKey& other) const {
45 host_port_proxy_pair_.first.Equals(other.host_port_proxy_pair_.first) &&
  /external/chromium_org/net/websockets/
websocket_extension.cc 22 bool WebSocketExtension::Parameter::Equals(const Parameter& other) const {
33 bool WebSocketExtension::Equals(const WebSocketExtension& other) const {
37 if (!parameters_[i].Equals(other.parameters_[i]))
  /external/chromium_org/remoting/host/
screen_resolution.cc 24 DCHECK(!dimensions.is_empty() || dimensions.equals(webrtc::DesktopSize()));
46 bool ScreenResolution::Equals(const ScreenResolution& other) const {
47 return dimensions_.equals(other.dimensions()) && dpi_.equals(other.dpi());
  /external/chromium_org/base/
callback_internal.cc 23 bool CallbackBase::Equals(const CallbackBase& other) const {
callback.h 393 bool Equals(const Callback& other) const {
394 return CallbackBase::Equals(other);
433 bool Equals(const Callback& other) const {
434 return CallbackBase::Equals(other);
474 bool Equals(const Callback& other) const {
475 return CallbackBase::Equals(other);
518 bool Equals(const Callback& other) const {
519 return CallbackBase::Equals(other);
565 bool Equals(const Callback& other) const {
566 return CallbackBase::Equals(other)
    [all...]
  /external/chromium_org/chrome/installer/util/
channel_info.h 36 bool Equals(const ChannelInfo& other) const {
  /external/chromium_org/content/browser/worker_host/
worker_storage_partition.cc 49 bool WorkerStoragePartition::Equals(
91 bool WorkerStoragePartitionId::Equals(
  /external/google-tv-pairing-protocol/cpp/src/polo/encoding/
encodingoption.cc 36 bool EncodingOption::Equals(const EncodingOption& other) const {
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Equals.java 19 * $Id: Equals.java 468655 2006-10-28 07:12:06Z minchau $
30 public class Equals extends Operation
48 return left.equals(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
68 boolean result = left.equals(right) ? true : false;
  /external/chromium_org/chrome/browser/devtools/
devtools_contents_resizing_strategy.cc 31 bool DevToolsContentsResizingStrategy::Equals(
  /external/chromium_org/chromeos/network/onc/
onc_test_utils.cc 67 ::testing::AssertionResult Equals(const base::Value* expected,
73 if (expected->Equals(actual))
  /external/chromium_org/content/browser/service_worker/
service_worker_unregister_job.cc 41 bool ServiceWorkerUnregisterJob::Equals(ServiceWorkerRegisterJobBase* job) {
  /external/chromium_org/content/common/indexed_db/
indexed_db_key.cc 138 bool IndexedDBKey::Equals(const IndexedDBKey& other) const {
  /external/chromium_org/content/public/common/
ssl_status.h 35 bool Equals(const SSLStatus& status) const {
  /external/chromium_org/gpu/command_buffer/common/
gpu_memory_allocation.h 45 bool Equals(const MemoryAllocation& other) const {
  /external/chromium_org/jingle/notifier/communicator/
connection_settings.cc 34 bool ConnectionSettings::Equals(const ConnectionSettings& settings) const {

Completed in 1083 milliseconds

1 2 3 4 5 6 7 8 9