| /external/webkit/Source/WebCore/platform/gtk/ |
| D | PasteboardHelper.cpp | 43 static void removeMarkupPrefix(String& markup) in removeMarkupPrefix() 142 String markup(selectionDataToUTF8String(data)); in getClipboardContents() local 165 CString markup = (gMarkupPrefix + dataObject->markup()).utf8(); in fillSelectionData() local 222 String markup(selectionDataToUTF8String(data)); in fillDataObjectFromDropData() local
|
| D | DataObjectGtk.cpp | 42 String DataObjectGtk::markup() in markup() function in WebCore::DataObjectGtk 113 Vector<UChar> markup; in setURL() local
|
| /external/webkit/Source/WebKit/qt/Api/ |
| D | qwebelement.cpp | 300 void QWebElement::setOuterXml(const QString &markup) in setOuterXml() 340 void QWebElement::setInnerXml(const QString &markup) in setInnerXml() 1016 void QWebElement::appendInside(const QString &markup) in appendInside() 1062 void QWebElement::prependInside(const QString &markup) in prependInside() 1111 void QWebElement::prependOutside(const QString &markup) in prependOutside() 1161 void QWebElement::appendOutside(const QString &markup) in appendOutside() 1308 void QWebElement::encloseContentsWith(const QString &markup) in encloseContentsWith() 1383 void QWebElement::encloseWith(const QString &markup) in encloseWith() 1444 void QWebElement::replace(const QString &markup) in replace()
|
| /external/webkit/Source/WebCore/platform/chromium/ |
| D | PasteboardChromium.cpp | 172 String markup; in documentFragment() local 183 String markup = PlatformBridge::clipboardReadPlainText(buffer); in documentFragment() local
|
| D | ClipboardChromium.cpp | 200 StringBuilder markup; in imageToMarkup() local
|
| /external/chromium/chrome/browser/ui/gtk/ |
| D | first_run_bubble.cc | 131 char* markup = g_markup_printf_escaped(kSearchLabelMarkup, in InitializeContentForLarge() local 182 char* markup = g_markup_printf_escaped(kSearchLabelMarkup, in InitializeContentForMinimal() local
|
| D | sad_tab_gtk.cc | 35 char* markup = g_markup_printf_escaped(format, str.c_str()); in MakeWhiteMarkupLabel() local
|
| D | theme_install_bubble_view_gtk.cc | 90 gchar* markup = g_markup_printf_escaped( in InitWidgets() local
|
| D | gtk_chrome_link_button.cc | 216 GtkWidget* gtk_chrome_link_button_new_with_markup(const char* markup) { in gtk_chrome_link_button_new_with_markup()
|
| D | about_chrome_dialog.cc | 60 char* markup = g_markup_printf_escaped(format, str.c_str()); in MakeMarkupLabel() local
|
| D | first_run_dialog.cc | 354 char* markup = g_markup_printf_escaped( in OnTemplateURLModelChanged() local
|
| /external/webkit/Source/WebKit/qt/tests/benchmarks/painting/ |
| D | tst_painting.cpp | 119 QString markup("<textarea cols='1' rows='1'></textarea>"); in textAreas() local
|
| /external/chromium/webkit/glue/ |
| D | webclipboard_impl.cc | 39 std::string markup("<a href=\""); in URLToMarkup() local 51 std::string markup("<img src=\""); in URLToImageMarkup() local
|
| /external/webkit/Source/WebCore/platform/qt/ |
| D | PasteboardQt.cpp | 67 QString markup = createMarkup(selectedRange, 0, AnnotateForInterchange, false, AbsoluteURLs); in writeSelection() local
|
| /external/chromium/chrome/browser/ui/gtk/extensions/ |
| D | extension_install_dialog_gtk.cc | 32 char* markup = g_markup_printf_escaped(format, str.c_str()); in MakeMarkupLabel() local
|
| D | extension_installed_bubble_gtk.cc | 221 char* markup = g_markup_printf_escaped("<span size=\"larger\">%s</span>", in ShowInternal() local
|
| /external/webkit/Source/WebCore/html/ |
| D | HTMLElement.cpp | 277 PassRefPtr<DocumentFragment> HTMLElement::deprecatedCreateContextualFragment(const String& markup, … in deprecatedCreateContextualFragment() 341 static PassRefPtr<DocumentFragment> createFragmentFromSource(const String& markup, Element* context… in createFragmentFromSource() 586 void HTMLElement::insertAdjacentHTML(const String& where, const String& markup, ExceptionCode& ec) in insertAdjacentHTML()
|
| /external/webkit/Source/WebCore/editing/ |
| D | MarkupAccumulator.cpp | 124 Vector<UChar> markup; in appendStartTag() local 133 Vector<UChar> markup; in appendEndTag() local
|
| D | markup.cpp | 148 Vector<UChar> markup; in wrapWithNode() local 673 PassRefPtr<DocumentFragment> createFragmentFromMarkup(Document* document, const String& markup, con… in createFragmentFromMarkup() 908 Vector<UChar> markup; in urlToMarkup() local
|
| /external/webkit/Source/WebKit/gtk/tests/ |
| D | testcopyandpaste.c | 99 char* markup = g_strndup((const char*) gtk_selection_data_get_data(selectionData), in load_status_cb() local
|
| /external/chromium/chrome/browser/ui/gtk/notifications/ |
| D | balloon_view_gtk.cc | 262 char* markup = g_markup_printf_escaped(kLabelMarkup, in Show() local
|
| /external/webkit/Tools/Scripts/webkitpy/thirdparty/ |
| D | BeautifulSoup.py | 902 def search(self, markup): argument 928 def _matches(self, markup, matchAgainst): argument 1164 def __init__(self, markup="", parseOnlyThese=None, fromEncoding=None, argument 1747 def __init__(self, markup, overrideEncodings=[], argument
|
| /external/webkit/Source/WebCore/platform/win/ |
| D | ClipboardUtilitiesWin.cpp | 251 void markupToCFHTML(const String& markup, const String& srcURL, Vector<char>& result) in markupToCFHTML() 570 String markup = extractMarkupFromCFHTML(cfhtml); in fragmentFromCFHTML() local
|
| D | ClipboardWin.cpp | 636 String markup("<img src=\""); in imageToMarkup() local
|
| /external/webkit/Source/WebCore/svg/ |
| D | SVGUseElement.cpp | 620 String markup = serializer->serializeToString(shadowRoot, ec); in buildShadowAndInstanceTree() local
|