Searched refs:releaseNotifications (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp2842 for (size_t i = 0; i < releaseNotifications.size(); ++i)
2843 delete releaseNotifications[i];
2846 releaseNotifications.clear();
2850 std::vector<Notification*> releaseNotifications; member in class:__anon11409::ContextLifetimeTestWebFrameClient
2860 releaseNotifications.push_back(new Notification(frame, context, worldId));
2881 EXPECT_EQ(0u, webFrameClient.releaseNotifications.size());
2897 ASSERT_EQ(2u, webFrameClient.releaseNotifications.size());
2898 ContextLifetimeTestWebFrameClient::Notification* firstReleaseNotification = webFrameClient.releaseNotifications[0];
2899 ContextLifetimeTestWebFrameClient::Notification* secondReleaseNotification = webFrameClient.releaseNotifications[1];
2919 ASSERT_EQ(2u, webFrameClient.releaseNotifications
[all...]

Completed in 985 milliseconds