Searched defs:populateVisitedLinks (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebHistoryClient.cpp70 void WebHistoryClient::populateVisitedLinks(WebContext* context) function in class:WebKit::WebHistoryClient
72 if (!m_client.populateVisitedLinks)
75 m_client.populateVisitedLinks(toAPI(context), m_client.clientInfo);
H A DWebContext.cpp447 void WebContext::populateVisitedLinks() function in class:WebKit::WebContext
449 m_historyClient.populateVisitedLinks(this);
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKContext.h68 WKContextPopulateVisitedLinksCallback populateVisitedLinks; member in struct:WKContextHistoryClient
/external/webkit/Source/WebCore/page/
H A DChrome.cpp496 void ChromeClient::populateVisitedLinks() function in class:WebCore::ChromeClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp507 void ChromeClientAndroid::populateVisitedLinks() function in class:android::ChromeClientAndroid
512 android::WebViewCore::getWebViewCore(view)->populateVisitedLinks(&page->group());
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp738 void ChromeClientQt::populateVisitedLinks() function in class:WebCore::ChromeClientQt
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp634 void WebChromeClient::populateVisitedLinks() function in class:WebChromeClient
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp529 void WebChromeClient::populateVisitedLinks() function in class:WebKit::WebChromeClient
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp480 m_javaGlue->m_populateVisitedLinks = GetJMethod(env, clazz, "populateVisitedLinks", "()V");
3685 void WebViewCore::populateVisitedLinks(WebCore::PageGroup* group) function in class:android::WebViewCore

Completed in 2976 milliseconds