Searched refs:filePathToURL (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DFileMetadata.cpp74 KURL filePathToURL(const String& path) function in namespace:WebCore
76 return blink::Platform::current()->fileUtilities()->filePathToURL(path);
H A DFileMetadata.h70 PLATFORM_EXPORT KURL filePathToURL(const String&);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFileUtilities.h57 virtual WebURL filePathToURL(const WebString& path) { return WebURL(); } function in class:blink::WebFileUtilities
/external/chromium_org/webkit/glue/
H A Dwebfileutilities_impl.h27 virtual blink::WebURL filePathToURL(const blink::WebString& path);
H A Dwebfileutilities_impl.cc51 blink::WebURL WebFileUtilitiesImpl::filePathToURL(const WebString& path) { function in class:webkit_glue::WebFileUtilitiesImpl
/external/chromium/webkit/glue/
H A Dwebfileutilities_impl.h33 virtual WebKit::WebURL filePathToURL(const WebKit::WebString& path);
H A Dwebfileutilities_impl.cc100 WebKit::WebURL WebFileUtilitiesImpl::filePathToURL(const WebString& path) { function in class:webkit_glue::WebFileUtilitiesImpl
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragData.cpp81 url = filePathToURL(m_platformDragData->filenames()[0]);

Completed in 718 milliseconds