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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditorDelegate.cpp 91 RefPtr<JSONObject> reportObject = JSONObject::create();
92 reportObject->setObject("xss-report", reportDetails.release());
94 return FormData::create(reportObject->toJSONString().utf8().data());
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ContentSecurityPolicy.cpp     [all...]

Completed in 42 milliseconds