Searched defs:urlTitle (Results 1 - 5 of 5) 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 DWritableDataObject.h63 String urlTitle() const { return m_urlTitle; } function in class:WebCore::WritableDataObject
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
/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);

Completed in 137 milliseconds