HomeSort by relevance Sort by last modified time
    Searched refs:IsEquivalent (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
RetainedDOMInfo.h 47 virtual bool IsEquivalent(v8::RetainedObjectInfo* other) OVERRIDE;
RetainedDOMInfo.cpp 54 bool RetainedDOMInfo::IsEquivalent(v8::RetainedObjectInfo* other)
  /external/chromium_org/chrome/common/custom_handlers/
protocol_handler.h 42 bool IsEquivalent(const ProtocolHandler& other) const;
protocol_handler.cc 80 bool ProtocolHandler::IsEquivalent(const ProtocolHandler& other) const {
  /external/chromium_org/net/cookies/
canonical_cookie_unittest.cc 177 TEST(CanonicalCookieTest, IsEquivalent) {
195 EXPECT_TRUE(cookie->IsEquivalent(*cookie));
203 EXPECT_TRUE(cookie->IsEquivalent(*other_cookie));
212 EXPECT_TRUE(cookie->IsEquivalent(*other_cookie));
221 EXPECT_TRUE(cookie->IsEquivalent(*other_cookie));
228 EXPECT_TRUE(cookie->IsEquivalent(*other_cookie));
237 EXPECT_FALSE(cookie->IsEquivalent(*other_cookie));
246 EXPECT_FALSE(cookie->IsEquivalent(*other_cookie));
253 EXPECT_FALSE(cookie->IsEquivalent(*other_cookie));
260 EXPECT_FALSE(cookie->IsEquivalent(*other_cookie))
    [all...]
canonical_cookie.h 99 bool IsEquivalent(const CanonicalCookie& ecc) const {
cookie_monster.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsepicecandidate.cc 97 (*it)->candidate().IsEquivalent(candidate->candidate())) {
jsepsessiondescription_unittest.cc 158 EXPECT_TRUE(ice_candidate->candidate().IsEquivalent(candidate_));
175 EXPECT_TRUE(ice_candidate->candidate().IsEquivalent(candidate_));
192 EXPECT_TRUE(ice_candidate->candidate().IsEquivalent(candidate_));
webrtcsdp_unittest.cc     [all...]
webrtcsession_unittest.cc     [all...]
  /external/chromium_org/ash/display/
display_manager_unittest.cc 777 EXPECT_TRUE(expected_mode.IsEquivalent(
784 EXPECT_TRUE(expected_mode.IsEquivalent(
795 EXPECT_TRUE(expected_mode.IsEquivalent(
806 EXPECT_TRUE(expected_mode.IsEquivalent(
    [all...]
display_info.h 31 bool IsEquivalent(const DisplayMode& other) const;
display_info.cc 76 bool DisplayMode::IsEquivalent(const DisplayMode& other) const {
display_manager.cc 88 return target_mode.IsEquivalent(mode);
    [all...]
  /external/chromium_org/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.cc 36 existing_delegate->handler_.IsEquivalent(handler)) {
protocol_handler_registry.cc 568 if (handler.IsEquivalent(*i)) {
581 if (handler.IsEquivalent(*i)) {
    [all...]
  /external/chromium_org/v8/include/
v8-profiler.h 551 virtual bool IsEquivalent(RetainedObjectInfo* other) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport_unittest.cc 406 EXPECT_TRUE(test_candidate.IsEquivalent(parsed_candidate));
423 EXPECT_TRUE(test_candidate2.IsEquivalent(parsed_candidate));
441 EXPECT_TRUE(test_candidate3.IsEquivalent(parsed_candidate));
candidate.h 148 bool IsEquivalent(const Candidate& c) const {
p2ptransportchannel.cc 703 if (!remote_candidate.IsEquivalent(connection->remote_candidate())) {
762 if (remote_candidates_[i].IsEquivalent(candidate)) {
    [all...]
  /external/chromium_org/v8/test/cctest/
test-global-handles.cc 63 virtual bool IsEquivalent(v8::RetainedObjectInfo* other) {
test-mark-compact.cc 369 virtual bool IsEquivalent(v8::RetainedObjectInfo* other) {
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_options_handler.cc 140 "selected", mode.IsEquivalent(
  /external/chromium_org/v8/src/
heap-snapshot-generator.h 496 (reinterpret_cast<v8::RetainedObjectInfo*>(key1))->IsEquivalent(

Completed in 901 milliseconds

1 2