OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cancelledError
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceError.cpp
39
ResourceError ResourceError::
cancelledError
(const String& failingURL)
41
return blink::Platform::current()->
cancelledError
(KURL(ParsedURLString, failingURL));
/external/chromium_org/webkit/child/
webkitplatformsupport_impl.cc
412
WebURLError WebKitPlatformSupportImpl::
cancelledError
(
[
all
...]
/external/chromium_org/third_party/WebKit/public/platform/
Platform.h
332
virtual WebURLError
cancelledError
(const WebURL&) const { return WebURLError(); }
Completed in 162 milliseconds