OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsEquivalent
(Results
1 - 25
of
31
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
RetainedDOMInfo.h
46
virtual bool
IsEquivalent
(v8::RetainedObjectInfo* other);
RetainedDOMInfo.cpp
54
bool RetainedDOMInfo::
IsEquivalent
(v8::RetainedObjectInfo* other)
/external/chromium_org/chrome/common/custom_handlers/
protocol_handler.h
43
bool
IsEquivalent
(const ProtocolHandler& other) const;
protocol_handler.cc
89
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 {
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsepicecandidate.cc
97
(*it)->candidate().
IsEquivalent
(candidate->candidate())) {
jsepsessiondescription_unittest.cc
149
EXPECT_TRUE(ice_candidate->candidate().
IsEquivalent
(candidate_));
166
EXPECT_TRUE(ice_candidate->candidate().
IsEquivalent
(candidate_));
183
EXPECT_TRUE(ice_candidate->candidate().
IsEquivalent
(candidate_));
webrtcsdp_unittest.cc
802
EXPECT_TRUE(c1.
IsEquivalent
(c2));
825
EXPECT_TRUE(c1->candidate().
IsEquivalent
(c2->candidate()));
[
all
...]
webrtcsession_unittest.cc
759
EXPECT_TRUE(c0.
IsEquivalent
(c1));
761
EXPECT_FALSE(c0.
IsEquivalent
(c1));
[
all
...]
/external/chromium_org/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.cc
35
existing_delegate->handler_.
IsEquivalent
(handler)) {
protocol_handler_registry.cc
571
if (handler.
IsEquivalent
(*i)) {
584
if (handler.
IsEquivalent
(*i)) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport_unittest.cc
258
EXPECT_TRUE(test_candidate.
IsEquivalent
(parsed_candidate));
275
EXPECT_TRUE(test_candidate2.
IsEquivalent
(parsed_candidate));
293
EXPECT_TRUE(test_candidate3.
IsEquivalent
(parsed_candidate));
candidate.h
142
bool
IsEquivalent
(const Candidate& c) const {
p2ptransportchannel.cc
686
if (!remote_candidate.
IsEquivalent
(connection->remote_candidate())) {
755
if (remote_candidates_[i].
IsEquivalent
(remote_candidate)) {
[
all
...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
candidate.h
102
bool
IsEquivalent
(const Candidate& c) const {
p2ptransportchannel.cc
414
if (!remote_candidate.
IsEquivalent
(connection->remote_candidate())) {
462
if (remote_candidates_[i].
IsEquivalent
(remote_candidate)) {
[
all
...]
/external/chromium_org/v8/include/
v8-profiler.h
535
virtual bool
IsEquivalent
(RetainedObjectInfo* other) = 0;
/external/v8/include/
v8-profiler.h
469
virtual bool
IsEquivalent
(RetainedObjectInfo* other) = 0;
/external/chromium/net/base/
cookie_monster.h
603
bool
IsEquivalent
(const CanonicalCookie& ecc) const {
[
all
...]
/external/chromium_org/v8/test/cctest/
test-global-handles.cc
63
virtual bool
IsEquivalent
(v8::RetainedObjectInfo* other) {
test-mark-compact.cc
373
virtual bool
IsEquivalent
(v8::RetainedObjectInfo* other) {
/external/chromium_org/v8/src/
heap-snapshot-generator.h
527
(reinterpret_cast<v8::RetainedObjectInfo*>(key1))->
IsEquivalent
(
/external/v8/test/cctest/
test-mark-compact.cc
426
virtual bool
IsEquivalent
(v8::RetainedObjectInfo* other) {
/external/v8/src/
profile-generator.h
[
all
...]
Completed in 978 milliseconds
1
2