HomeSort by relevance Sort by last modified time
    Searched refs:ReportSecurityError (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
BindingSecurity.h 47 ReportSecurityError,
53 static bool shouldAllowAccessToFrame(v8::Isolate*, Frame*, SecurityReportingOption = ReportSecurityError);
BindingSecurity.cpp 69 static bool canAccessDocument(v8::Isolate* isolate, Document* targetDocument, SecurityReportingOption reportingOption = ReportSecurityError)
75 if (reportingOption == ReportSecurityError && targetDocument->domWindow()) {

Completed in 571 milliseconds