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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentThreadableLoader.h 94 void handlePreflightFailure(const String& url, const String& errorDescription);
DocumentThreadableLoader.cpp 280 // Notifying the inspector here is necessary because a call to handlePreflightFailure() might synchronously
292 handlePreflightFailure(response.url().string(), accessControlErrorDescription);
297 handlePreflightFailure(response.url().string(), accessControlErrorDescription);
305 handlePreflightFailure(response.url().string(), accessControlErrorDescription);
395 void DocumentThreadableLoader::handlePreflightFailure(const String& url, const String& errorDescription)

Completed in 51 milliseconds