/external/webkit/Source/WebCore/platform/ |
LinkHash.h | 68 void visitedURL(const KURL& base, const AtomicString& attributeURL, Vector<UChar, 512>&);
|
LinkHash.cpp | 269 void visitedURL(const KURL& base, const AtomicString& attributeURL, Vector<UChar, 512>& buffer)
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
WKContext.cpp | 111 void WKContextAddVisitedLink(WKContextRef contextRef, WKStringRef visitedURL) 113 toImpl(contextRef)->addVisitedLink(toImpl(visitedURL)->string());
|
WKContext.h | 117 WK_EXPORT void WKContextAddVisitedLink(WKContextRef context, WKStringRef visitedURL);
|
/external/webkit/Source/WebKit/win/ |
WebHistory.h | 123 void visitedURL(const WebCore::KURL&, const WTF::String& title, const WTF::String& httpMethod, bool wasFailure, bool increaseVisitCount);
|
WebHistory.cpp | 695 void WebHistory::visitedURL(const KURL& url, const String& title, const String& httpMethod, bool wasFailure, bool increaseVisitCount) [all...] |
ChangeLog-2009-06-16 | 89 (WebHistory::visitedURL): Changed 156 (WebHistory::visitedURL): [all...] |
ChangeLog | [all...] |
/external/webkit/Source/WebKit2/UIProcess/ |
WebContext.cpp | 502 void WebContext::addVisitedLink(const String& visitedURL) 504 if (visitedURL.isEmpty()) 507 LinkHash linkHash = visitedLinkHash(visitedURL.characters(), visitedURL.length());
|
/external/webkit/Source/WebKit/mac/History/ |
WebHistory.mm | 82 - (WebHistoryItem *)visitedURL:(NSURL *)url withTitle:(NSString *)title increaseVisitCount:(BOOL)increaseVisitCount; 287 - (WebHistoryItem *)visitedURL:(NSURL *)url withTitle:(NSString *)title increaseVisitCount:(BOOL)increaseVisitCount 820 WebHistoryItem *entry = [_historyPrivate visitedURL:url withTitle:title increaseVisitCount:increaseVisitCount];
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebFrameLoaderClient.cpp | 556 history->visitedURL(loader->urlForHistory(), loader->title().string(), loader->originalRequestCopy().httpMethod(), loader->urlForHistoryReflectsFailure(), !loader->clientRedirectSourceForHistory()); [all...] |
/external/webkit/Source/WebKit/mac/ |
WebKit.order | [all...] |
ChangeLog-2010-01-29 | [all...] |
/external/webkit/Source/WebCore/css/ |
CSSStyleSelector.cpp | [all...] |