Searched refs:content (Results 101 - 125 of 490) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/sync/engine/
H A Dhttp_post_provider_interface.h31 // Set the type, length and content of the POST payload.
33 // |content| is a data buffer; Do not interpret as a null-terminated string.
34 // |content_length| is the total number of chars in |content|. It is used to
35 // assign/copy |content| data.
38 const char* content) = 0;
44 // Get the length of the content returned in the HTTP response.
49 // Get the content returned in the HTTP response.
/external/chromium/chrome/browser/ui/cocoa/content_settings/
H A Dcookie_details_view_controller.h15 // show cookies preference sheet of content settings preferences.
24 // the content object changes, since the content object may
35 // for which is explicitly passed in the parameter |content|.
36 - (void)setContentObject:(id)content;
/external/dbus/bus/
H A Dconfig-loader-expat.c35 DBusString content; member in struct:__anon3909
46 if (_dbus_string_get_length (&context->content) > 0)
49 &context->content,
55 _dbus_string_set_length (&context->content, 0);
151 if (!_dbus_string_append_len (&context->content,
182 if (!_dbus_string_init (&context.content))
191 _dbus_string_free (&context.content);
278 _dbus_string_free (&context.content);
288 _dbus_string_free (&context.content);
/external/doclava/res/assets/templates/
H A Dclasses.cs7 <div class="g-unit" id="doc-content">
13 <div id="jd-content">
35 </div><!-- end jd-content -->
36 </div><!-- end doc-content -->
H A Dpackage.cs8 <div class="g-unit" id="doc-content">
24 <div id="jd-content" class="api apilevel-<?cs var:package.since ?>">
48 </div><!-- end jd-content -->
49 </div><!-- doc-content -->
H A Dsampleindex.cs11 <div class="g-unit" id="doc-content">
17 <div id="jd-content">
42 </div><!-- end jd-content -->
46 </div><!-- end doc-content -->
H A Dsample.cs11 <div class="g-unit" id="doc-content">
17 <div id="jd-content">
27 </div><!-- end jd-content -->
28 </div> <!-- end doc-content -->
/external/libxml2/include/libxml/
H A Dentities.h49 xmlChar *orig; /* content without ref substitution */
50 xmlChar *content; /* content or ndata if unparsed */ member in struct:_xmlEntity
51 int length; /* the content length */
59 int checked; /* was the entity content checked */
87 const xmlChar *content);
94 const xmlChar *content);
101 const xmlChar *content);
/external/quake/src/com/android/quake/
H A DPreconditionActivityHelper.java4 import android.content.Intent;
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLMetaElement01.js78 The content attribute specifies associated information.
80 Retrieve the content attribute and examine its value.
102 vcontent = testNode.content;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLMetaElement01.js78 The content attribute specifies associated information.
80 Retrieve the content attribute and examine its value.
102 vcontent = testNode.content;
/external/webkit/Tools/DumpRenderTree/qt/
H A DWorkQueueItemQt.h69 LoadHTMLStringItem(const QString& content, const QString &baseURL, QWebPage *page) argument
71 , m_content(content)
85 LoadAlternateHTMLStringItem(const QString& content, const QString& baseURL, const QString &failingURL, QWebPage *page) argument
87 , m_content(content)
/external/skia/src/pdf/
H A DSkPDFDevice.cpp110 SkWStream* content) {
113 content->writeText("1 0 ");
114 SkPDFScalar::Append(0 - textSkewX, content);
115 content->writeText(" -1 ");
116 SkPDFScalar::Append(x, content);
117 content->writeText(" ");
118 SkPDFScalar::Append(y, content);
119 content->writeText(" Tm\n");
127 // Compare the fields we care about when setting up a new content entry.
138 // When emitting the content entr
109 set_text_transform(SkScalar x, SkScalar y, SkScalar textSkewX, SkWStream* content) argument
1072 SkStream* SkPDFDevice::content() const { function in class:SkPDFDevice
[all...]
/external/netperf/
H A Dnettest_sdp.c248 (struct sdp_stream_request_struct *)netperf_request.content.test_specific_data;
250 (struct sdp_stream_response_struct *)netperf_response.content.test_specific_data;
252 (struct sdp_stream_results_struct *)netperf_response.content.test_specific_data;
372 netperf_request.content.request_type = DO_SDP_STREAM;
415 if (!netperf_response.content.serv_errno) {
433 Set_errno(netperf_response.content.serv_errno);
436 netperf_response.content.serv_errno);
617 if (!netperf_response.content.serv_errno) {
622 Set_errno(netperf_response.content.serv_errno);
625 netperf_response.content
[all...]
/external/libxml2/
H A Dentities.c119 if ((entity->content != NULL)
120 && (!xmlDictOwns(dict, entity->content)))
121 xmlFree((char *) entity->content);
133 if (entity->content != NULL)
134 xmlFree((char *) entity->content);
149 const xmlChar *content) {
178 if (content != NULL) {
179 ret->length = xmlStrlen(content);
181 ret->content = (xmlChar *)
182 xmlDictLookup(dict, content, re
147 xmlCreateEntity(xmlDictPtr dict, const xmlChar *name, int type, const xmlChar *ExternalID, const xmlChar *SystemID, const xmlChar *content) argument
201 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type, const xmlChar *ExternalID, const xmlChar *SystemID, const xmlChar *content) argument
299 xmlAddDtdEntity(xmlDocPtr doc, const xmlChar *name, int type, const xmlChar *ExternalID, const xmlChar *SystemID, const xmlChar *content) argument
348 xmlAddDocEntity(xmlDocPtr doc, const xmlChar *name, int type, const xmlChar *ExternalID, const xmlChar *SystemID, const xmlChar *content) argument
401 xmlNewEntity(xmlDocPtr doc, const xmlChar *name, int type, const xmlChar *ExternalID, const xmlChar *SystemID, const xmlChar *content) argument
879 xmlDumpEntityContent(xmlBufferPtr buf, const xmlChar *content) argument
[all...]
H A Dtree.c1353 node = xmlNewDocText(doc, ent->content);
1356 node = xmlNewDocText(doc, ent->content);
1359 xmlNodeAddContent(last, ent->content);
1374 (const xmlChar*)node->content);
1538 node = xmlNewDocText(doc, ent->content);
1541 node = xmlNewDocText(doc, ent->content);
1544 xmlNodeAddContent(last, ent->content);
1559 (const xmlChar*)node->content);
1642 ret = xmlStrcat(ret, node->content);
1646 buffer = xmlEncodeEntitiesReentrant(doc, node->content);
2107 xmlNewDocPI(xmlDocPtr doc, const xmlChar *name, const xmlChar *content) argument
2154 xmlNewPI(const xmlChar *name, const xmlChar *content) argument
2259 xmlNewDocNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2296 xmlNewDocNodeEatName(xmlDocPtr doc, xmlNsPtr ns, xmlChar *name, const xmlChar *content) argument
2330 xmlNewDocRawNode(xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2383 xmlNewText(const xmlChar *content) argument
2428 xmlNewTextChild(xmlNodePtr parent, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
2597 xmlNewDocText(xmlDocPtr doc, const xmlChar *content) argument
2614 xmlNewTextLen(const xmlChar *content, int len) argument
2649 xmlNewDocTextLen(xmlDocPtr doc, const xmlChar *content, int len) argument
2665 xmlNewComment(const xmlChar *content) argument
2699 xmlNewCDataBlock(xmlDocPtr doc, const xmlChar *content, int len) argument
2732 xmlNewDocComment(xmlDocPtr doc, const xmlChar *content) argument
2808 xmlNewChild(xmlNodePtr parent, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) argument
5452 xmlNodeSetContent(xmlNodePtr cur, const xmlChar *content) argument
5529 xmlNodeSetContentLen(xmlNodePtr cur, const xmlChar *content, int len) argument
5603 xmlNodeAddContentLen(xmlNodePtr cur, const xmlChar *content, int len) argument
5678 xmlNodeAddContent(xmlNodePtr cur, const xmlChar *content) argument
6798 xmlTextConcat(xmlNodePtr node, const xmlChar *content, int len) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A Doutput_html.properties37 # xalan:content-handler="MyContentHandler"/>
41 {http\u003a//xml.apache.org/xalan}content-handler=org.apache.xml.serializer.ToHTMLStream
H A Doutput_xml.properties40 # xalan:content-handler="MyContentHandler"/>
44 {http\u003a//xml.apache.org/xalan}content-handler=org.apache.xml.serializer.ToXMLStream
/external/chromium/chrome/browser/debugger/
H A Ddebugger_remote_service.h105 // Redirects a V8 debugger command from |content| to a V8 debugger associated
109 DictionaryValue* content,
112 // Redirects a Javascript evaluation command from |content| to
116 DictionaryValue* content,
H A Ddevtools_remote_message.h17 // The content length in decimal.
37 // Constructs an empty message with no content or headers.
39 DevToolsRemoteMessage(const HeaderMap& headers, const std::string& content);
46 const std::string& content() const { function in class:DevToolsRemoteMessage
H A Dextension_ports_remote_service.h90 void ConnectCommand(DictionaryValue* content, DictionaryValue* response);
94 void PostMessageCommand(int port_id, DictionaryValue* content,
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
H A Dsecuretunnelsessionclient.h86 const ContentDescription** content,
89 const ContentDescription* content,
/external/clang/www/
H A Dmenu.css9 [id=content] {
/external/jsilver/src/com/google/clearsilver/jsilver/
H A DTemplateRenderer.java84 * Renders a given template from the content passed in. That is, the first parameter is the actual
85 * template content rather than the filename to load.
87 * @param content Content of template (e.g. "Hello &lt;cs var:name ?&gt;").
93 void renderFromContent(String content, Data data, Appendable output) throws IOException, argument
100 String renderFromContent(String content, Data data) throws IOException, JSilverException; argument
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DInterpretedTemplateLoader.java58 public Template createTemp(String name, String content, EscapeMode escapingMode) { argument
59 return new InterpretedTemplate(templateLoaderDelegate, templateFactory.createTemp(content,

Completed in 531 milliseconds

1234567891011>>