callingDOMWindow  125 Source/bindings/tests/results/V8TestNode.cpp     impl->setHrefCallWith(callingDOMWindow(info.GetIsolate()), enteredDOMWindow(info.GetIsolate()), cppValue);
callingDOMWindow 2757 Source/bindings/tests/results/V8TestObject.cpp     impl->setHrefCallWith(callingDOMWindow(info.GetIsolate()), enteredDOMWindow(info.GetIsolate()), cppValue);
callingDOMWindow 3851 Source/bindings/tests/results/V8TestObject.cpp     impl->setSetterCallWithActiveWindowAndFirstWindowStringAttribute(callingDOMWindow(info.GetIsolate()), enteredDOMWindow(info.GetIsolate()), cppValue);
callingDOMWindow 7029 Source/bindings/tests/results/V8TestObject.cpp     impl->callWithActiveWindow(callingDOMWindow(info.GetIsolate()));
callingDOMWindow 7042 Source/bindings/tests/results/V8TestObject.cpp     impl->callWithActiveWindowScriptWindow(callingDOMWindow(info.GetIsolate()), enteredDOMWindow(info.GetIsolate()));
callingDOMWindow   60 Source/bindings/v8/BindingSecurity.cpp     DOMWindow* callingWindow = callingDOMWindow(isolate);
callingDOMWindow   71 Source/bindings/v8/BindingSecurity.cpp     DOMWindow* callingWindow = callingDOMWindow(isolate);
callingDOMWindow  657 Source/bindings/v8/V8Binding.h DOMWindow* callingDOMWindow(v8::Isolate*);
callingDOMWindow  145 Source/bindings/v8/V8Initializer.cpp     exceptionState.throwSecurityError(targetWindow->sanitizedCrossDomainAccessErrorMessage(callingDOMWindow(isolate)), targetWindow->crossDomainAccessErrorMessage(callingDOMWindow(isolate)));
callingDOMWindow   73 Source/bindings/v8/custom/V8CustomXPathNSResolver.cpp         LocalFrame* frame = callingDOMWindow(m_isolate)->frame();
callingDOMWindow   83 Source/bindings/v8/custom/V8HTMLDocumentCustom.cpp     htmlDocument->open(callingDOMWindow(info.GetIsolate())->document());
callingDOMWindow  250 Source/bindings/v8/custom/V8WindowCustom.cpp     DOMWindow* source = callingDOMWindow(info.GetIsolate());
callingDOMWindow  362 Source/bindings/v8/custom/V8WindowCustom.cpp     impl->showModalDialog(urlString, dialogFeaturesString, callingDOMWindow(info.GetIsolate()), enteredDOMWindow(info.GetIsolate()), setUpDialog, &handler);
callingDOMWindow  386 Source/bindings/v8/custom/V8WindowCustom.cpp     RefPtrWillBeRawPtr<DOMWindow> openedWindow = impl->open(urlString, frameName, windowFeaturesString, callingDOMWindow(info.GetIsolate()), enteredDOMWindow(info.GetIsolate()));