Home
last modified time | relevance | path

Searched refs:WebKitErrorPlugInWillHandleLoad (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebKit/win/Interfaces/
DIWebErrorPrivate.idl27 cpp_quote("// FIXME: WebKitErrorPlugInWillHandleLoad is used for the cancel we do to prevent loadin…
28 cpp_quote("#define WebKitErrorPlugInWillHandleLoad 204")
/external/webkit/WebKit/mac/Misc/
DWebKitErrorsPrivate.h33 #define WebKitErrorPlugInWillHandleLoad 204 macro
DWebKitErrors.m54 …ptionPlugInWillHandleLoad UI_STRING("Plug-in handled load", "WebKitErrorPlugInWillHandleLoad descr…
163 …ionPlugInWillHandleLoad, [NSNumber numberWithInt: WebKitErrorPlugInWillHandleLoad],
/external/webkit/WebKit/mac/Plugins/
DWebPluginController.mm422 NSError *error = [[NSError alloc] _initWithPluginErrorCode:WebKitErrorPlugInWillHandleLoad
DWebNetscapePluginView.mm1464 … NSError *error = [[NSError alloc] _initWithPluginErrorCode:WebKitErrorPlugInWillHandleLoad
/external/webkit/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm876 NSError *error = [[NSError alloc] _initWithPluginErrorCode:WebKitErrorPlugInWillHandleLoad
887 // FIXME: WebKitErrorPlugInWillHandleLoad is a workaround for the cancel we do to prevent
889 …n error.errorCode() != NSURLErrorCancelled && error.errorCode() != WebKitErrorPlugInWillHandleLoad;
/external/webkit/WebKit/English.lproj/
DLocalizable.strings232 /* WebKitErrorPlugInWillHandleLoad description */
/external/webkit/WebKit/win/
DWebFrame.cpp1466 …return ResourceError(String(WebKitErrorDomain), WebKitErrorPlugInWillHandleLoad, response.url().st… in pluginWillHandleLoadError()
/external/webkit/WebKit/mac/
DChangeLog-2006-02-093510 Introduced WebKitErrorPlugInWillHandleLoad to represent the cancel we do
3518 Don't handleFallbackContent on WebKitErrorPlugInWillHandleLoad or on a user cancel
DChangeLog-2007-10-1424464 No description in WebKitErrors.m for WebKitErrorPlugInWillHandleLoad