Searched refs:hasURL (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/Shared/gtk/
H A DArgumentCodersGtk.cpp97 bool hasURL = dataObject->hasURL(); local
98 encoder << hasURL; local
99 if (hasURL)
142 bool hasURL; local
143 if (!decoder.decode(hasURL))
145 if (hasURL) {
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebHistoryItemPrivate.idl46 HRESULT hasURLString([out, retval] BOOL* hasURL);
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebHistoryItem.h88 virtual HRESULT STDMETHODCALLTYPE hasURLString(BOOL* hasURL);
H A DWebHistoryItem.cpp182 HRESULT STDMETHODCALLTYPE WebHistoryItem::hasURLString(BOOL *hasURL) argument
184 *hasURL = m_historyItem->urlString().isEmpty() ? FALSE : TRUE;

Completed in 83 milliseconds