HomeSort by relevance Sort by last modified time
    Searched defs:document (Results 301 - 325 of 385) sorted by null

<<111213141516

  /external/tinyxml/
tinyxml.h 134 In XML, the document and elements can contain
138 A Document can contain: Element (container or leaf)
191 reflect changes in the document.
376 /** The parent class for everything in the Document Object Model.
379 in a document, or stand on its own. The type of a TiXmlNode
426 DOCUMENT,
440 Document: filename of the xml file
461 Document: filename of the xml file
622 The possible types are: DOCUMENT, ELEMENT, COMMENT,
627 /** Return a pointer to the Document this node lives in
793 TiXmlDocument* document; \/\/ A pointer back to a document, for error reporting. member in class:TiXmlAttribute
    [all...]
  /external/tinyxml2/
tinyxml2.h 316 class to handle callbacks. For nodes that contain other nodes (Document, Element)
328 You should never change the document from a callback.
337 /// Visit a document.
339 /// Visit a document.
409 XML Document Object Model (DOM), except XMLAttributes.
420 A Document can contain: Element (container or leaf)
440 const XMLDocument* GetDocument() const { return document; }
442 XMLDocument* GetDocument() { return document; }
447 virtual XMLDocument* ToDocument() { return 0; } ///< Safely cast to a Document, or null.
460 Document: empty
592 XMLDocument* document; member in class:tinyxml2::XMLNode
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
SlideshowModel.java 113 SMILDocument document = SmilHelper.getDocument(pb); local
116 SMILLayoutElement sle = document.getLayout();
144 SMILElement docBody = document.getBody();
229 SlideshowModel slideshow = new SlideshowModel(layouts, slides, document, pb, context);
243 private PduBody makePduBody(SMILDocument document) {
302 SmilXmlSerializer.serialize(document, out);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 171 # only document that which the programmer exported in __all__
235 """Errors that occurred while trying to import something to document it."""
319 def document(self, object, name=None, *args): member in class:Doc
339 message = "don't know how to document object%s of type %s" % (
681 contents.append(self.document(value, key, name, fdict, cdict))
687 contents.append(self.document(value, key, name, fdict, cdict))
693 contents.append(self.document(value, key))
750 push(self.document(value, name, mod,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 57 # Can pass encoding only to document, to put it into XML header
286 # return True iff node is part of a document tree
319 nodeName = "#document-fragment"
463 attributes as found in an input document.
1740 raise xml.dom.NotSupportedErr("cannot import document nodes") namespace
1742 raise xml.dom.NotSupportedErr("cannot import document type nodes") namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 171 # only document that which the programmer exported in __all__
235 """Errors that occurred while trying to import something to document it."""
319 def document(self, object, name=None, *args): member in class:Doc
339 message = "don't know how to document object%s of type %s" % (
681 contents.append(self.document(value, key, name, fdict, cdict))
687 contents.append(self.document(value, key, name, fdict, cdict))
693 contents.append(self.document(value, key))
750 push(self.document(value, name, mod,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 57 # Can pass encoding only to document, to put it into XML header
286 # return True iff node is part of a document tree
319 nodeName = "#document-fragment"
463 attributes as found in an input document.
1740 raise xml.dom.NotSupportedErr("cannot import document nodes") namespace
1742 raise xml.dom.NotSupportedErr("cannot import document type nodes") namespace
    [all...]
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 144 import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;
147 import org.w3c.dom.Document;
196 // and then jump into the res/values/attrs.xml document that is available
896 Document document = domModel.getDocument(); local
985 Document document = domModel.getDocument(); local
1067 Document document = parser.getDocument(); local
1281 IDocument document = textViewer.getDocument(); local
1409 IDocument document = textEditor.getDocumentProvider().getDocument( local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 86 import org.w3c.dom.Document;
547 Document document = DomUtilities.getDocument(mAlternateInput); local
548 if (document == null) {
549 mError = "No document";
553 model.loadFromXmlNode(document);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 87 import org.w3c.dom.Document;
446 protected static String getAndroidNamespacePrefix(Document document) {
448 List<Attr> attributeNodes = findNamespaceAttributes(document);
472 Document document = getDomDocument(); local
473 return findNamespaceAttributes(document);
476 protected static List<Attr> findNamespaceAttributes(Document document) {
477 if (document != null)
646 IStructuredDocument document = mDelegate.getEditor().getStructuredDocument(); local
1290 IDocument document = new org.eclipse.jface.text.Document(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 53 import org.eclipse.wst.xml.core.internal.document.ElementImpl;
55 import org.w3c.dom.Document;
106 /** The XML {@link Document} model that is being mirror by the UI model. This is defined
108 private Document mXmlDocument;
161 * Also resets the attached XML node, document, editor if any.
379 * Sets the XML {@link Document}.
381 * The XML {@link Document} is initially null. The XML {@link Document} must be set only on the
383 * @param xmlDoc The new XML document to associate this node with.
385 public void setXmlDocument(Document xmlDoc)
1034 IStructuredDocument document = editor.getStructuredDocument(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 514 IDocument document = provider.getDocument(resource); local
515 if (document != null) {
516 fix.apply(document);
519 document, true /*overwrite*/);
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc 316 // document containing the given plugin instance. On success, returns true. If
327 *security_origin = plugin_element.document().securityOrigin();
550 container_->element().document().url(),
799 // document load notifications for later replay.
808 container()->element().document().frame()->stopLoading();
1110 WebDocument document = element.document(); local
2601 blink::WebDocument document = container()->element().document(); local
2616 blink::WebDocument document = container()->element().document(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParser-in.cpp 78 #include "core/dom/Document.h"
1202 Document& document = element->document(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp 116 #include "core/dom/Document.h"
211 Document* document = frame->document(); local
212 if (!document)
220 document->updateLayout();
222 // Select the document body.
223 RefPtr<Range> range(document->createRange());
225 range->selectNodeContents(document->body(), exceptionState);
274 if (!frame->document() || !frame->document()->isPluginDocument()
729 WebDocument WebFrameImpl::document() const function in class:blink::WebFrameImpl
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 93 using WebCore::Document;
242 webViewHelper.webView()->mainFrame()->document().forms(forms);
260 FrameTestHelpers::loadFrame(webViewHelper.webView()->mainFrame(), "javascript:document.body.appendChild(document.createTextNode('Clobbered'))");
280 FrameTestHelpers::loadFrame(webViewHelper.webView()->mainFrame(), "javascript:document.body.appendChild(document.createTextNode('Clobbered'))");
307 FrameTestHelpers::loadFrame(webViewHelper.webView()->mainFrame(), "javascript:document.body.textContent = location.href; void 0;");
332 FrameTestHelpers::loadFrame(webViewHelper.webView()->mainFrame(), "javascript:document.body.textContent = location.href; void 0;");
381 return m_frame->document();
425 m_frame->document().watchCSSSelectors(WebVector<WebString>(selectors))
687 WebCore::Document* document = webViewHelper.webViewImpl()->page()->mainFrame()->document(); local
982 WebCore::Document* document = webViewHelper.webViewImpl()->page()->mainFrame()->document(); local
1384 WebCore::Document* document = webViewHelper.webViewImpl()->page()->mainFrame()->document(); local
4089 Document* document = frame->frame()->document(); local
4120 Document* document = frame->frame()->document(); local
4150 Document* document = frame->frame()->document(); local
4226 Document* document = frame->frame()->document(); local
4255 Document* document = frame->frame()->document(); local
4278 Document* document = frame->frame()->document(); local
4307 Document* document = frame->frame()->document(); local
4637 WebCore::Document* document = webViewHelper.webViewImpl()->page()->mainFrame()->document(); local
    [all...]
  /external/skia/gm/
gmmain.cpp 438 gm_fprintf(stderr, "FAILED to write document: %s\n", path.c_str());
1044 SkDynamicMemoryWStream document; local
    [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java 96 import org.w3c.dom.Document;
1941 Document document = DomUtilities.getDocument(file); local
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 124 import javax.swing.text.Document;
994 final Document document = e.getDocument(); local
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 300 // Reset the document's scrollbars back to our defaults before we yield the floor.
431 TextAutosizer* textAutosizer = m_frame->document()->textAutosizer();
503 Document* doc = m_frame->document();
567 ScrollView::setScrollOrigin(IntPoint(-rect.x(), -rect.y()), !m_frame->document()->printing(), size == contentsSize());
575 // overflow:hidden and overflow:scroll on <body> as applying to the document's
631 Document* document = m_frame->document(); local
632 Node* documentElement = document->documentElement()
681 Document* document = m_frame->document(); local
866 Document* document = m_frame->document(); local
1038 Document* document = m_frame->document(); local
1713 Document* document = m_frame->document(); local
2368 Document* document = frame().document(); local
2736 Document* document = m_frame->document(); local
2929 Document* document = m_frame->document(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 496 Document& document = canvas->document(); local
497 Frame* frame = document.frame();
513 requestedAttributes.topDocumentURL = document.topDocument()->url();
541 , ActiveDOMObject(&passedCanvas->document())
690 if (Page* p = canvas()->document().page()) {
706 if (Page* p = canvas()->document().page())
760 Page* page = canvas()->document().page();
885 if (canvas()->document().printing()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 36 #include "core/dom/Document.h"
488 Vector<DocumentMarker*> markers = innerNode->document().markers()->markersInRange(makeRange(pos, pos).get(), DocumentMarker::MisspellingMarkers());
576 RefPtr<Range> range = Range::create(*start.document(), start, end);
582 m_frame->document()->updateLayoutIgnorePendingStylesheets();
660 m_frame->document()->updateLayoutIgnorePendingStylesheets();
682 if (m_frame->document()->isSVGDocument()
683 && toSVGDocument(m_frame->document())->zoomAndPanEnabled()) {
686 toSVGDocument(m_frame->document())->startPan(m_frame->view()->windowToContents(event.event().position()));
753 m_frame->document()->renderView()->hitTest(request, result);
2563 Document* document = m_frame->document(); local
    [all...]

Completed in 634 milliseconds

<<111213141516