shouldAllowAccessToFrame   92 Source/bindings/templates/interface.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), exceptionState)) {
shouldAllowAccessToFrame  116 Source/bindings/templates/interface.cpp     return BindingSecurity::shouldAllowAccessToFrame(v8::Isolate::GetCurrent(), impl->frame(), DoNotReportSecurityError);
shouldAllowAccessToFrame  122 Source/bindings/templates/interface.cpp     return BindingSecurity::shouldAllowAccessToFrame(v8::Isolate::GetCurrent(), impl->frame(), DoNotReportSecurityError);
shouldAllowAccessToFrame  536 Source/bindings/templates/interface.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), exceptionState)) {
shouldAllowAccessToFrame   26 Source/bindings/templates/methods.cpp         if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), window->frame(), exceptionState)) {
shouldAllowAccessToFrame   34 Source/bindings/templates/methods.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
shouldAllowAccessToFrame  348 Source/bindings/templates/methods.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), DoNotReportSecurityError)) {
shouldAllowAccessToFrame  154 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), exceptionState)) {
shouldAllowAccessToFrame  169 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     return BindingSecurity::shouldAllowAccessToFrame(v8::Isolate::GetCurrent(), impl->frame(), DoNotReportSecurityError);
shouldAllowAccessToFrame  175 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     return BindingSecurity::shouldAllowAccessToFrame(v8::Isolate::GetCurrent(), impl->frame(), DoNotReportSecurityError);
shouldAllowAccessToFrame  182 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
shouldAllowAccessToFrame  224 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), DoNotReportSecurityError)) {
shouldAllowAccessToFrame  275 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), DoNotReportSecurityError)) {
shouldAllowAccessToFrame  326 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), DoNotReportSecurityError)) {
shouldAllowAccessToFrame  377 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), DoNotReportSecurityError)) {
shouldAllowAccessToFrame  428 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), DoNotReportSecurityError)) {
shouldAllowAccessToFrame  479 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), DoNotReportSecurityError)) {
shouldAllowAccessToFrame  511 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(isolate, impl->frame(), exceptionState)) {
shouldAllowAccessToFrame   53 Source/bindings/v8/BindingSecurity.h     static bool shouldAllowAccessToFrame(v8::Isolate*, Frame*, SecurityReportingOption = ReportSecurityError);
shouldAllowAccessToFrame   54 Source/bindings/v8/BindingSecurity.h     static bool shouldAllowAccessToFrame(v8::Isolate*, Frame*, ExceptionState&);
shouldAllowAccessToFrame   87 Source/bindings/v8/ScriptController.cpp     return !isolate->InContext() || BindingSecurity::shouldAllowAccessToFrame(isolate, frame);
shouldAllowAccessToFrame  120 Source/bindings/v8/custom/V8InjectedScriptManager.cpp     return BindingSecurity::shouldAllowAccessToFrame(scriptState->isolate(), frame, DoNotReportSecurityError);
shouldAllowAccessToFrame  112 Source/bindings/v8/custom/V8WindowCustom.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState))
shouldAllowAccessToFrame  160 Source/bindings/v8/custom/V8WindowCustom.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), frame, exceptionState)) {
shouldAllowAccessToFrame  180 Source/bindings/v8/custom/V8WindowCustom.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), frame, exceptionState)) {
shouldAllowAccessToFrame  215 Source/bindings/v8/custom/V8WindowCustom.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
shouldAllowAccessToFrame  353 Source/bindings/v8/custom/V8WindowCustom.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
shouldAllowAccessToFrame  371 Source/bindings/v8/custom/V8WindowCustom.cpp     if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
shouldAllowAccessToFrame  491 Source/bindings/v8/custom/V8WindowCustom.cpp     return BindingSecurity::shouldAllowAccessToFrame(isolate, target, DoNotReportSecurityError);
shouldAllowAccessToFrame  525 Source/bindings/v8/custom/V8WindowCustom.cpp     return BindingSecurity::shouldAllowAccessToFrame(isolate, target, DoNotReportSecurityError);