OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKBundleSetShouldTrackVisitedLinks
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePrivate.h
39
WK_EXPORT void
WKBundleSetShouldTrackVisitedLinks
(WKBundleRef bundle, bool shouldTrackVisitedLinks);
WKBundle.cpp
61
void
WKBundleSetShouldTrackVisitedLinks
(WKBundleRef bundleRef, bool shouldTrackVisitedLinks)
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundle.cpp
168
WKBundleSetShouldTrackVisitedLinks
(m_bundle, false);
LayoutTestController.cpp
212
WKBundleSetShouldTrackVisitedLinks
(InjectedBundle::shared().bundle(), true);
Completed in 160 milliseconds