Searched refs:PluginErrorWillHandleLoad (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DErrorsEfl.h68 PluginErrorWillHandleLoad = 204 enumerator in enum:WebCore::PluginError
H A DErrorsEfl.cpp67 return ResourceError(errorDomainPlugin, PluginErrorWillHandleLoad, response.url().string(), ASCIILiteral("Plugin will handle load"));
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DErrorsGtk.h61 PluginErrorWillHandleLoad = 204 enumerator in enum:WebCore::PluginError
H A DErrorsGtk.cpp68 return ResourceError(errorDomainPlugin, PluginErrorWillHandleLoad,
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitPrivate.cpp142 case WebCore::PluginErrorWillHandleLoad:
196 return WebCore::PluginErrorWillHandleLoad;

Completed in 171 milliseconds