Home | History | Annotate | Download | only in tests

Lines Matching refs:worldId

2810         Notification(WebLocalFrame* frame, v8::Handle<v8::Context> context, int worldId)
2813 , worldId(worldId)
2824 return other && frame == other->frame && context == other->context && worldId == other->worldId;
2829 int worldId;
2853 virtual void didCreateScriptContext(WebLocalFrame* frame, v8::Handle<v8::Context> context, int extensionGroup, int worldId) OVERRIDE
2855 worldId));
2858 virtual void willReleaseScriptContext(WebLocalFrame* frame, v8::Handle<v8::Context> context, int worldId) OVERRIDE
2860 releaseNotifications.push_back(new Notification(frame, context, worldId));
2888 EXPECT_EQ(0, firstCreateNotification->worldId);
2892 EXPECT_EQ(0, secondCreateNotification->worldId);
2935 EXPECT_EQ(0, firstRefreshNotification->worldId);
2939 EXPECT_EQ(0, secondRefreshNotification->worldId);
2966 ASSERT_EQ(isolatedWorldId, notification->worldId);
3121 virtual void didCreateScriptContext(WebLocalFrame* frame, v8::Handle<v8::Context> context, int extensionGroup, int worldId) OVERRIDE