OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowsFollowingLink
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.h
116
bool
allowsFollowingLink
(const WebCore::KURL&) const;
WebFrame.cpp
447
bool WebFrame::
allowsFollowingLink
(const WebCore::KURL& url) const
/external/webkit/Source/WebKit/win/Interfaces/
IWebFramePrivate.idl
94
HRESULT
allowsFollowingLink
([in] BSTR url, [out, retval] BOOL* result);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleFrame.cpp
181
return toImpl(frameRef)->
allowsFollowingLink
(WebCore::KURL(WebCore::KURL(), toImpl(urlRef)->string()));
/external/webkit/Source/WebKit/win/
WebFrame.h
266
virtual HRESULT STDMETHODCALLTYPE
allowsFollowingLink
(
WebFrame.cpp
[
all
...]
Completed in 659 milliseconds