Home
last modified time | relevance | path

Searched refs:targetDocument (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DV8Proxy.cpp151 Document* targetDocument = target->document(); in reportUnsafeAccessTo() local
152 if (!targetDocument) in reportUnsafeAccessTo()
168 …String str = makeString("Unsafe JavaScript attempt to access frame with URL ", targetDocument->url… in reportUnsafeAccessTo()
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp1720 Document* targetDocument = targetFrame->document(); in shouldAllowNavigation() local
1723targetDocument->url().string(), " from frame with URL ", activeDocument->url().string(), ".\n"); in shouldAllowNavigation()