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

/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMWindowCustom.cpp170 bool allowsAccess = allowsAccessFrom(exec, errorMessage); local
174 if (allowsAccess && JSGlobalObject::getOwnPropertySlot(exec, propertyName, slot))
185 if (!allowsAccess) {
190 if (!allowsAccess) {
195 if (!allowsAccess) {
200 if (!allowsAccess) {
214 if (!allowsAccess) {
242 if (!allowsAccess) {
261 if (!allowsAccess) {

Completed in 86 milliseconds