OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htmlText
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/chromium/
ChromiumDataObjectLegacy.cpp
159
String
htmlText
;
161
PlatformBridge::clipboardReadHTML(buffer, &
htmlText
, &sourceURL);
162
success = !
htmlText
.isEmpty();
163
return
htmlText
;
ChromiumDataObject.cpp
161
String
htmlText
;
163
PlatformBridge::clipboardReadHTML(buffer, &
htmlText
, &sourceURL);
164
success = !
htmlText
.isEmpty();
165
return
htmlText
;
/external/webkit/Source/WebKit/chromium/src/
WebDragData.cpp
160
WebString WebDragData::
htmlText
() const
167
void WebDragData::setHTMLText(const WebString&
htmlText
)
170
m_private->setData(mimeTypeTextHTML,
htmlText
);
Completed in 31 milliseconds