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

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp2839 for (size_t i = 0; i < createNotifications.size(); ++i)
2840 delete createNotifications[i];
2845 createNotifications.clear();
2849 std::vector<Notification*> createNotifications; member in class:__anon11409::ContextLifetimeTestWebFrameClient
2855 createNotifications.push_back(new Notification(frame, context, worldId));
2880 ASSERT_EQ(2u, webFrameClient.createNotifications.size());
2883 ContextLifetimeTestWebFrameClient::Notification* firstCreateNotification = webFrameClient.createNotifications[0];
2884 ContextLifetimeTestWebFrameClient::Notification* secondCreateNotification = webFrameClient.createNotifications[1];
2918 ASSERT_EQ(4u, webFrameClient.createNotifications.size());
2924 webFrameClient.createNotifications[webFrameClien
[all...]

Completed in 78 milliseconds