Searched defs:ThreadableLoaderOptions (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DThreadableLoader.h57 struct ThreadableLoaderOptions { struct in namespace:WebCore
58 ThreadableLoaderOptions() : sendLoadCallbacks(false), sniffContent(false), allowCredentials(false), forcePreflight(false), crossOriginRequestPolicy(DenyCrossOriginRequests), shouldBufferData(true) { } function in struct:WebCore::ThreadableLoaderOptions
72 static void loadResourceSynchronously(ScriptExecutionContext*, const ResourceRequest&, ThreadableLoaderClient&, const ThreadableLoaderOptions&);
73 static PassRefPtr<ThreadableLoader> create(ScriptExecutionContext*, ThreadableLoaderClient*, const ResourceRequest&, const ThreadableLoaderOptions&);

Completed in 500 milliseconds