HomeSort by relevance Sort by last modified time
    Searched refs:itemForURL (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/mac/History/
WebHistory.h 131 @method itemForURL:
136 - (WebHistoryItem *)itemForURL:(NSURL *)URL;
WebHistory.mm 93 - (WebHistoryItem *)itemForURL:(NSURL *)URL;
446 - (WebHistoryItem *)itemForURL:(NSURL *)URL
729 - (WebHistoryItem *)itemForURL:(NSURL *)URL
731 return [_historyPrivate itemForURL:URL];
  /external/webkit/Source/WebKit/win/Interfaces/
IWebHistory.idl 147 @method itemForURL:
151 - (WebHistoryItem *)itemForURL:(NSURL *)URL;
153 HRESULT itemForURL([in] BSTR url, [out, retval] IWebHistoryItem** item);
  /external/webkit/Source/WebKit/win/
WebHistory.h 94 virtual HRESULT STDMETHODCALLTYPE itemForURL(
WebHistory.cpp 765 HRESULT STDMETHODCALLTYPE WebHistory::itemForURL(
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 701 if (FAILED(history->itemForURL(BString(url.string()), &item)))
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm     [all...]

Completed in 140 milliseconds