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

/external/webkit/Source/WebKit/win/
H A DWebHistory.cpp748 HRESULT WebHistory::itemForURLString( function in class:WebHistory
770 return itemForURLString(urlString.get(), item);
788 COMPtr<IWebHistoryItem> WebHistory::itemForURLString(const String& urlString) const function in class:WebHistory
794 if (FAILED(itemForURLString(urlCFString.get(), &item)))

Completed in 53 milliseconds