/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidContentAssist.java | 132 * specified location within the document that corresponds 135 * @param viewer the viewer whose document is used to compute the proposals 136 * @param offset an offset within the document for which completions should be computed 919 IDocument document = viewer.getDocument(); local 951 IDocument document = viewer.getDocument(); local 966 IDocument document = viewer.getDocument(); local 1026 IDocument document = viewer.getDocument(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
AndroidXmlFormattingStrategy.java | 66 import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel; 67 import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode; 69 import org.w3c.dom.Document; 97 /** False if document is known not to be in an Android project, null until initialized */ 130 IDocument document = mDocuments.poll(); local 133 if (document != null && partition != null && mRegion != null) { 135 if (document instanceof IStructuredDocument) { 136 IStructuredDocument structuredDocument = (IStructuredDocument) document; 146 edit.apply(document); 173 * @return a {@link TextEdit} which edits the model into a formatted document 179 IStructuredDocument document = model.getStructuredDocument(); local 634 IDocument document = (IDocument) context.getProperty(CONTEXT_MEDIUM); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
IncludeFinder.java | 60 import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel; 61 import org.w3c.dom.Document; 462 Document document = domModel.getDocument(); local 463 includes = findIncludesInDocument(document); 533 Document document = DomUtilities.parseDocument(xml, false /*logParserErrors*/); local 534 if (document != null) { 535 return findIncludesInDocument(document); 541 /** Searches the given DOM document and returns the list of includes, if any * [all...] |
PreviewIconFactory.java | 53 import org.w3c.dom.Document; 140 * Partition the elements in the document according to their rendering preferences; 144 * @param document the document containing render fragments for the various elements 147 private List<List<Element>> partitionRenderElements(Document document) { 151 Element root = document.getDocumentElement(); 227 Document document = repository.getRenderingConfigDoc(); local 229 if (document == null) [all...] |
PaletteControl.java | 99 import org.w3c.dom.Document; 918 Document document = DomUtilities.createEmptyDocument(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ViewMetadataRepository.java | 43 import org.w3c.dom.Document; 125 * Returns an XML document containing rendering configurations for the various Android 129 * @return an XML document containing rendering elements 131 public Document getRenderingConfigDoc() { 151 * Returns a fully qualified class name for an element in the rendering document 216 Document document = builder.parse(is); local 222 NodeList categoryNodes = document.getDocumentElement().getChildNodes(); [all...] |
/prebuilts/tools/common/easymock-tools/ |
easymock-3.1-samples.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/ |
convert.jar | |
/prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/ |
dom4j-1.6.1.jar | |
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXRenderObject.cpp | 224 Document* topDoc = topDocument(); 231 Document* AXRenderObject::topDocument() const 233 if (!document()) 235 return document()->topDocument(); 307 if (document() && document()->shouldDisplaySeamlesslyWithParent()) 486 return !m_renderer->document().parser(); 504 Document& document = m_renderer->document(); local 1488 Document* AXRenderObject::document() const function in class:WebCore::AXRenderObject 1601 Document& document = m_renderer->document(); local 2348 Document* document = this->document(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSComputedStyleDeclaration.cpp | 60 #include "core/dom/Document.h" 1650 Document& document = styledNode->document(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Node.h | 44 // This needs to be here because Document.h also depends on it. 53 class Document; 119 friend class Document; 463 // of a Document node. 464 Document* ownerDocument() const; 466 // Returns the document associated with this node. A Document node returns itself. 467 Document& document() const function in class:WebCore::Node 482 // Returns true if this node is associated with a document and is in its associated document' [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
FrameSelection.cpp | 35 #include "core/dom/Document.h" 108 return selectionRoot ? selectionRoot : m_frame->document()->documentElement(); 237 // if document->frame() == m_frame we can get into an infinite loop 239 Document& document = *s.base().document(); local 240 if (document.frame() && document.frame() != m_frame && document != m_frame->document()) { 1303 Document* document = m_frame->document(); local 1380 Document* document = m_frame->document(); local 1459 RefPtr<Document> document = m_frame->document(); local 1811 Document* document = m_frame->document(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
ContentSecurityPolicy.cpp | 33 #include "core/dom/Document.h" 1518 Document* document = static_cast<Document*>(m_client); local 1534 Document* document = static_cast<Document*>(m_client); local 2014 Document* document = toDocument(context); local [all...] |
DOMWindow.cpp | 47 #include "core/dom/Document.h" 348 // always detaches the previous Document first. Only XSLTProcessor 369 PassRefPtr<Document> DOMWindow::createDocument(const String& mimeType, const DocumentInit& init, bool forceXHTML) 371 RefPtr<Document> document; local 374 document = Document::create(init); 376 document = DOMImplementation::createDocument(mimeType, init, init.frame() ? init.frame()->inViewSourceMode() : false); 377 if (document->isPluginDocument() && document->isSandboxed(SandboxPlugins) 1307 Document* DOMWindow::document() const function in class:WebCore::DOMWindow [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorCSSAgent.cpp | 289 Document* document = styleSheet->ownerDocument(); local 291 ResourcePtr<Resource> resource = document->fetcher()->fetchCSSStyleSheet(request); 690 Document* document = styleSheet->ownerDocument(); local 691 if (!document) 693 Resource* cachedResource = document->fetcher()->cachedResource(url); 721 Vector<Document*> documents = m_domAgent->documents(); 722 for (Vector<Document*>::iterator it = documents.begin(); it != documents.end(); ++it) 749 void InspectorCSSAgent::didCreateNamedFlow(Document* document, NamedFlow* namedFlow 899 Document* document = frame->document(); local 1276 Document* document = m_domAgent->assertDocument(errorString, documentNodeId); local 1469 Document* document = styleSheet->ownerDocument(); local [all...] |
InspectorDOMAgent.cpp | 41 #include "core/dom/Document.h" 254 m_document = m_pageAgent->mainFrame()->document(); 276 // Reset document to avoid early return from setDocument. 278 setDocument(m_pageAgent->mainFrame()->document()); 281 Vector<Document*> InspectorDOMAgent::documents() 283 Vector<Document*> result; 285 Document* document = frame->document(); local 286 if (!document) 518 Document* document = assertDocument(errorString, documentNodeId); local 946 Document* document = *it; local 1000 Document* document = *it; local 1020 Document* document = *it; local 1526 Document* document = toDocument(node); local 1599 Document& document = node->document(); local 1687 Document* document = toDocument(node); local 1898 Document* document = frame->document(); local 2015 Document* document = node->isDocumentNode() ? &node->document() : node->ownerDocument(); local [all...] |
InspectorPageAgent.cpp | 42 #include "core/dom/Document.h" 262 Resource* cachedResource = frame->document()->fetcher()->cachedResource(url); 272 return TypeBuilder::Page::ResourceType::Document; 461 FrameLoadRequest request(frame->document(), ResourceRequest(frame->document()->completeURL(url))); 502 const ResourceFetcher::DocumentResourceMap& allResources = frame->document()->fetcher()->allResources(); 547 Document* document = frame->document(); local 551 getRawCookies(document, *it, docCookiesList) 1088 Document* document = mainFrame()->document(); local 1194 Document* document = 0; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLayerScrollableArea.cpp | 385 m_box->node()->document().enqueueScrollEventForNode(m_box->node()); 574 if (m_box->document().hasAnnotatedRegions()) 575 m_box->document().setAnnotatedRegionsDirty(true); 778 m_box->document().view()->addChild(widget.get()); 813 if (m_box->document().hasAnnotatedRegions()) 814 m_box->document().setAnnotatedRegionsDirty(true); 834 if (m_box->document().hasAnnotatedRegions()) 835 m_box->document().setAnnotatedRegionsDirty(true); 1234 Document& document = element->document(); local [all...] |
RenderListMarker.cpp | 28 #include "core/dom/Document.h" 1075 Document& document = item->document(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
Internals.cpp | 53 #include "core/dom/Document.h" 172 static SpellCheckRequester* spellCheckRequester(Document* document) 174 if (!document || !document->frame()) 176 return &document->frame()->spellChecker().spellCheckRequester(); 181 PassRefPtr<Internals> Internals::create(Document* document) 183 return adoptRef(new Internals(document)); 214 Internals::Internals(Document* document 235 Document* document = contextDocument(); local 283 Document* document = contextDocument(); local 296 Document* document = contextDocument(); local 315 Document* document = contextDocument(); local 324 Document* document = contextDocument(); local 334 Document* document = contextDocument(); local 344 Document* document = contextDocument(); local 460 Document* document = contextFrame->document(); local 740 Document* document = contextDocument(); local 760 Document* document = contextDocument(); local 771 Document* document = contextDocument(); local 1995 Document* document = contextDocument(); local 2096 Document* document; local 2245 Document* document = contextDocument(); local [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/ |
tinyxml.h | 112 class to handle callbacks. For nodes that contain other nodes (Document, Element) 124 You should never change the document from a callback. 133 /// Visit a document. 135 /// Visit a document. 176 In XML, the document and elements can contain 180 A Document can contain: Element (container or leaf) 237 reflect changes in the document. 417 /** The parent class for everything in the Document Object Model. 420 in a document, or stand on its own. The type of a TiXmlNode 478 Document: filename of the xml fil 883 TiXmlDocument* document; \/\/ A pointer back to a document, for error reporting. member in class:TiXmlAttribute [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
TestResultsGenerator.java | 31 import org.w3c.dom.Document; 286 Document aDocument=null; 1150 Document document = parser.parse(fileName); local [all...] |
/external/sfntly/cpp/src/test/tinyxml/ |
tinyxml.h | 112 class to handle callbacks. For nodes that contain other nodes (Document, Element) 124 You should never change the document from a callback. 133 /// Visit a document. 135 /// Visit a document. 176 In XML, the document and elements can contain 180 A Document can contain: Element (container or leaf) 237 reflect changes in the document. 417 /** The parent class for everything in the Document Object Model. 420 in a document, or stand on its own. The type of a TiXmlNode 478 Document: filename of the xml fil 883 TiXmlDocument* document; \/\/ A pointer back to a document, for error reporting. member in class:TiXmlAttribute [all...] |