OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kWKErrorCodePlugInWillHandleLoad
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit2/Shared/API/c/
WKError.h
44
kWKErrorCodePlugInWillHandleLoad
= 204,
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebErrorsWin.cpp
78
return ResourceError(WebError::webKitErrorDomain(),
kWKErrorCodePlugInWillHandleLoad
, response.url().string(), String());
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebErrorsMac.mm
130
(NSString *)WebKitErrorDescriptionPlugInWillHandleLoad, [NSNumber numberWithInt:
kWKErrorCodePlugInWillHandleLoad
],
174
return [NSError _webKitErrorWithDomain:WebError::webKitErrorDomain() code:
kWKErrorCodePlugInWillHandleLoad
URL:response.url()];
Completed in 17 milliseconds