Searched refs:urlTitle (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
H A DReadableDataObject.cpp100 String ReadableDataObject::urlTitle() const function in class:WebCore::ReadableDataObject
103 String urlTitle; local
105 clipboardBuffer(m_clipboardType), mimeTypeTextURIList, ignoredData, urlTitle); local
106 return urlTitle;
H A DChromiumDataObject.h71 String urlTitle() const { return m_urlTitle; } function in class:WebCore::ChromiumDataObject
72 void setUrlTitle(const String& urlTitle) { m_urlTitle = urlTitle; } argument
H A DChromiumDataObjectLegacy.h71 String urlTitle() const { return m_urlTitle; } function in class:WebCore::ChromiumDataObjectLegacy
72 void setUrlTitle(const String& urlTitle) { m_urlTitle = urlTitle; } argument
H A DReadableDataObject.h53 String urlTitle() const;
H A DWritableDataObject.h63 String urlTitle() const { return m_urlTitle; } function in class:WebCore::WritableDataObject
H A DDragDataChromium.cpp64 *title = m_platformDragData->urlTitle();
/external/webkit/Source/WebKit/chromium/src/
H A DWebDragData.cpp82 WebString WebDragData::urlTitle() const function in class:WebKit::WebDragData
85 return m_private->urlTitle();
88 void WebDragData::setURLTitle(const WebString& urlTitle) argument
91 m_private->setUrlTitle(urlTitle);
/external/chromium/webkit/glue/
H A Dwebdropdata.cc20 url_title(drag_data.urlTitle()),
/external/webkit/Source/WebKit/chromium/public/
H A DWebDragData.h72 WEBKIT_API WebString urlTitle() const;
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebView.idl212 HRESULT URLTitleFromPasteboard([in] IDataObject* pasteboard, [out, retval] BSTR* urlTitle);
/external/webkit/Source/WebKit/win/
H A DWebView.h120 /* [retval][out] */ BSTR *urlTitle);

Completed in 876 milliseconds