Searched defs:strongIsThere (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp959 bool strongIsThere() { return !!m_strongBar; } function in class:blink::Weak
993 bool strongIsThere() { return !!m_strongBar; } function in class:blink::WithWeakMember
3235 EXPECT_TRUE(h4->strongIsThere());
3237 EXPECT_TRUE(h5->strongIsThere());
3243 EXPECT_TRUE(h4->strongIsThere());
3245 EXPECT_TRUE(h5->strongIsThere());
3250 EXPECT_TRUE(h4->strongIsThere()); // h2 is still pointed to from h4.
3251 EXPECT_TRUE(h5->strongIsThere()); // h2 is still pointed to from h5.

Completed in 49 milliseconds