Searched refs:allowsFollowingLink (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.h116 bool allowsFollowingLink(const WebCore::KURL&) const;
H A DWebFrame.cpp447 bool WebFrame::allowsFollowingLink(const WebCore::KURL& url) const function in class:WebKit::WebFrame
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFramePrivate.idl94 HRESULT allowsFollowingLink([in] BSTR url, [out, retval] BOOL* result);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundleFrame.cpp181 return toImpl(frameRef)->allowsFollowingLink(WebCore::KURL(WebCore::KURL(), toImpl(urlRef)->string()));
/external/webkit/Source/WebKit/win/
H A DWebFrame.h266 virtual HRESULT STDMETHODCALLTYPE allowsFollowingLink(
H A DWebFrame.cpp1344 HRESULT WebFrame::allowsFollowingLink(BSTR url, BOOL* result) function in class:WebFrame

Completed in 1328 milliseconds