Home | History | Annotate | Download | only in tests

Lines Matching defs:worldId

2884         Notification(WebLocalFrame* frame, v8::Handle<v8::Context> context, int worldId)
2887 , worldId(worldId)
2898 return other && frame == other->frame && context == other->context && worldId == other->worldId;
2903 int worldId;
2927 virtual void didCreateScriptContext(WebLocalFrame* frame, v8::Handle<v8::Context> context, int extensionGroup, int worldId) OVERRIDE
2929 createNotifications.push_back(new Notification(frame, context, worldId));
2932 virtual void willReleaseScriptContext(WebLocalFrame* frame, v8::Handle<v8::Context> context, int worldId) OVERRIDE
2934 releaseNotifications.push_back(new Notification(frame, context, worldId));
2962 EXPECT_EQ(0, firstCreateNotification->worldId);
2966 EXPECT_EQ(0, secondCreateNotification->worldId);
3009 EXPECT_EQ(0, firstRefreshNotification->worldId);
3013 EXPECT_EQ(0, secondRefreshNotification->worldId);
3040 ASSERT_EQ(isolatedWorldId, notification->worldId);
3195 worldId) OVERRIDE