HomeSort by relevance Sort by last modified time
    Searched defs:markup (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/MC/
MCInstPrinter.cpp 46 StringRef MCInstPrinter::markup(StringRef s) const { function in class:MCInstPrinter
52 StringRef MCInstPrinter::markup(StringRef a, StringRef b) const { function in class:MCInstPrinter
  /external/chromium_org/content/browser/
transition_request_manager.h 33 std::string markup; member in struct:content::TransitionLayerData
72 const std::string& markup);
84 const std::string& markup);
95 std::string markup; member in struct:content::TransitionRequestManager::TransitionRequestData::AllowedEntry
99 const std::string& markup) :
102 markup(markup) {}
  /external/chromium_org/third_party/WebKit/Source/core/clipboard/
Pasteboard.cpp 116 blink::WebString markup = blink::Platform::current()->clipboard()->readHTML(m_buffer, &webURL, &fragmentStart, &fragmentEnd); local
117 if (!markup.isEmpty()) {
125 return markup;
128 void Pasteboard::writeHTML(const String& markup, const KURL& documentURL, const String& plainText, bool canSmartCopyOrDelete)
136 blink::Platform::current()->clipboard()->writeHTML(markup, documentURL, text, canSmartCopyOrDelete);
  /external/clang/include/clang/Basic/
PlistSupport.h 19 namespace markup { namespace in namespace:clang
  /external/chromium_org/third_party/markupsafe/
_speedups.c 24 static PyObject* markup; variable
45 /* import markup type so that we can mark the return value */
49 markup = PyObject_GetAttrString(module, "Markup");
129 return PyObject_CallFunctionObjArgs(markup, text, NULL);
155 /* convert the unicode string into a markup object. */
156 rv = PyObject_CallFunctionObjArgs(markup, (PyObject*)s, NULL);
167 return PyObject_CallFunctionObjArgs(markup, NULL);
187 "escape(s) -> markup\n\n"
190 "such characters in HTML. Marks return value as markup string."}
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
annotate.c 27 const char *markup; local
41 markup = perf_gtk__get_percent_color(percent);
42 if (markup)
43 ret += scnprintf(buf, size, "%s", markup);
45 if (markup)
68 const char *markup = "<span fgcolor='gray'>"; local
76 markup = NULL;
78 if (markup)
79 ret += scnprintf(buf, size, "%s", markup);
81 if (markup)
    [all...]
hists.c 14 const char *markup; local
16 markup = perf_gtk__get_percent_color(percent);
17 if (markup)
18 ret += scnprintf(buf, size, markup);
22 if (markup)
250 renderer, "markup",
  /external/chromium_org/ui/base/x/
selection_utils.cc 220 base::string16 markup; local
230 markup.assign(reinterpret_cast<const uint16_t*>(data) + 1,
233 base::UTF8ToUTF16(reinterpret_cast<const char*>(data), size, &markup); local
237 if (!markup.empty() && markup.at(markup.length() - 1) == '\0')
238 markup.resize(markup.length() - 1);
240 return markup;
243 return markup;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 60 #include "core/editing/markup.h"
398 String markup = pasteboard->readHTML(url, fragmentStart, fragmentEnd); local
399 if (!markup.isEmpty()) {
401 fragment = createFragmentFromMarkupWithContext(*frame().document(), markup, fragmentStart, fragmentEnd, url, DisallowScriptingAndPluginContent);
    [all...]
markup.cpp 30 #include "core/editing/markup.h"
176 StringBuilder markup; local
178 appendElement(markup, toElement(node), convertBlocksToInlines && isBlock(&node), rangeFullySelectsNode);
180 appendStartMarkup(markup, node, 0);
181 m_reversedPrecedingMarkup.append(markup.toString());
374 // This null check will prevent crashes (but create too much markup)
393 // Add the node to the markup if we're not skipping the descendants
424 // Surround the currently accumulated markup with markup for ancestors we never opened as we leave the subtree(s) rooted at those ancestors.
494 // Add an interchange newline if a paragraph break is selected and a br won't already be added to the markup to represent it
905 StringBuilder markup; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 2228 StringBuilder markup; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 390 String markup; member in struct:blink::Document::TransitionElementData
    [all...]
Document.cpp 106 #include "core/editing/markup.h"
5645 StringBuilder markup; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 2027 milliseconds