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

  /external/chromium_org/third_party/WebKit/Source/bindings/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/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.cc 35 existing_delegate->handler_.IsEquivalent(handler)) {
protocol_handler_registry.cc 558 if (handler.IsEquivalent(*i)) {
571 if (handler.IsEquivalent(*i)) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport_unittest.cc 313 EXPECT_TRUE(test_candidate.IsEquivalent(parsed_candidate));
330 EXPECT_TRUE(test_candidate2.IsEquivalent(parsed_candidate));
348 EXPECT_TRUE(test_candidate3.IsEquivalent(parsed_candidate));
candidate.h 144 bool IsEquivalent(const Candidate& c) const {
p2ptransportchannel.cc 702 if (!remote_candidate.IsEquivalent(connection->remote_candidate())) {
761 if (remote_candidates_[i].IsEquivalent(candidate)) {
    [all...]
  /external/chromium_org/v8/include/
v8-profiler.h 551 virtual bool IsEquivalent(RetainedObjectInfo* other) = 0;
  /external/chromium_org/v8/test/cctest/
test-global-handles.cc 63 virtual bool IsEquivalent(v8::RetainedObjectInfo* other) {
test-mark-compact.cc 368 virtual bool IsEquivalent(v8::RetainedObjectInfo* other) {
test-heap-profiler.cc     [all...]
  /external/chromium_org/v8/src/
heap-snapshot-generator.h 507 (reinterpret_cast<v8::RetainedObjectInfo*>(key1))->IsEquivalent(
heap-snapshot-generator.cc     [all...]

Completed in 696 milliseconds