/external/webkit/WebCore/plugins/ |
PluginView.h | 79 class Element; 133 static PassRefPtr<PluginView> create(Frame* parentFrame, const IntSize&, Element*, const KURL&, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually); 240 Element* getElement() const { return m_element; } 249 PluginView(Frame* parentFrame, const IntSize&, PluginPackage*, Element*, const KURL&, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually); 275 Element* m_element;
|
/external/webkit/WebCore/editing/ |
htmlediting.cpp | 205 Element* editableRootForPosition(const Position& p) 217 // Finds the enclosing element until which the tree can be split. 218 // When a user hits ENTER, he/she won't expect this element to be split into two. 220 Element* unsplittableElementForPosition(const Position& p) 224 Element* enclosingCell = static_cast<Element*>(enclosingNodeOfType(p, &isTableCell, true)); 332 return static_cast<Element*>(enclosingNodeOfType(Position(node, 0), isBlock)); 720 return static_cast<Element*>(enclosingNodeOfType(p, isTableCell)); 755 // Check for a list item element, or for a node whose parent is a list element. Such a nod [all...] |
markup.cpp | 79 AttributeChange(PassRefPtr<Element> element, const QualifiedName& name, const String& value) 80 : m_element(element), m_name(name), m_value(value) 90 RefPtr<Element> m_element; 275 static PassRefPtr<CSSMutableStyleDeclaration> styleFromMatchedRulesForElement(Element* element, bool authorOnly = true) 278 RefPtr<CSSRuleList> matchedRules = element->document()->styleSelector()->styleRulesForElement(element, authorOnly); 308 static bool shouldAddNamespaceElem(const Element* elem) 448 const Element* el = static_cast<const Element*>(node) 483 Element* element = const_cast<Element*>(el); local 1063 HTMLElement *element = static_cast<HTMLElement*>(document->documentElement()); local 1175 RefPtr<Element> element = createBreakElement(document); local 1204 RefPtr<Element> element; local 1236 RefPtr<Element> element = createDefaultParagraphElement(document); local [all...] |
InsertLineBreakCommand.cpp | 60 Element* cb = pos.node()->enclosingBlockFlowElement(); 72 Element* cb = pos.node()->enclosingBlockFlowElement(); 79 // Whether we should insert a break element or a '\n'. 83 // the input element, and in that case we need to check the input element's
|
/external/webkit/WebCore/dom/ |
Node.cpp | 49 #include "Element.h" 168 Element* element = static_cast<Element*>(node); local 169 pair<HashMap<String, size_t>::iterator, bool> result = perTagCount.add(element->tagName(), 1); 174 if (NamedNodeMap* attrMap = element->attributes(true)) { 248 printf(" Number of Element nodes: %zu\n", elementNodes); 262 printf("Element tag name distibution:\n"); 671 static_cast<Element*>(node.get())->normalizeAttributes(); 1059 // Element::setPrefix() and Attr::setPrefix( 1669 Element* element = document()->getElementById(querySelectorList.first()->m_value); local 1678 Element* element = static_cast<Element*>(n); local [all...] |
Attr.cpp | 27 #include "Element.h" 36 inline Attr::Attr(Element* element, Document* document, PassRefPtr<Attribute> attribute) 38 , m_element(element) 47 PassRefPtr<Attr> Attr::create(Element* element, Document* document, PassRefPtr<Attribute> attribute) 49 RefPtr<Attr> attr = adoptRef(new Attr(element, document, attribute));
|
Position.h | 39 class Element; 121 Element* element() const;
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
rmepsilon.h | 78 struct Element { 83 Element() {} 85 Element(Label i, Label o, StateId s) 91 size_t operator()(const Element& e) const { 105 bool operator()(const Element &e1, const Element &e2) const { 112 typedef hash_map<Element, pair<StateId, ssize_t>, 120 // Maps an element 'e' to a pair 'p' corresponding to a position 163 Element element(arc.ilabel, arc.olabel, arc.nextstate) [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
RepoSource.java | 24 import org.w3c.dom.Element;
423 * To be valid, the <tool> element must have at least one <archive>
430 * element or null.
479 // Check the root element is an xsd-schema with at least the following properties:
522 Element newRoot = newDoc.createElementNS(ns, SdkRepository.NODE_SDK_REPOSITORY);
531 // To be valid, the tool element must have:
532 // - a <revision> element with a number
534 // (if we add it later, we must find the license declaration element too)
535 // - an <archives> element with one or more <archive> elements inside
537 // compatible with the current platform. Only keep the first such element found. [all...] |
/external/webkit/WebKit/qt/Api/ |
qwebelement.cpp | 66 the document element and can be accessed using 80 the first element only in the list returned. 89 instances point to the same element. 91 The element's attributes can be read using attribute() and modified with 95 toPlainText(); to XHTML using toInnerXml(). To include the element's tag in 99 setPlainText() and setInnerXml(). To replace the element itself and its 112 Constructs a null web element. 123 QWebElement::QWebElement(WebCore::Element* domElement) 156 Assigns \a other to this element and returns a reference to this element 1207 HTMLElement* element = static_cast<HTMLElement*>(node.get()); local [all...] |
/external/webkit/WebCore/platform/graphics/qt/ |
PathQt.cpp | 296 // one initial MoveTo element in the path. 309 const QPainterPath::Element &cur = m_path.elementAt(i); 320 const QPainterPath::Element &c1 = m_path.elementAt(i + 1); 321 const QPainterPath::Element &c2 = m_path.elementAt(i + 2); 346 const QPainterPath::Element& cur = m_path.elementAt(i); 361 const QPainterPath::Element& c1 = m_path.elementAt(i + 1); 362 const QPainterPath::Element& c2 = m_path.elementAt(i + 2);
|
/external/webkit/WebKit/mac/Misc/ |
WebNSAttributedStringExtras.mm | 40 #import <WebCore/Element.h> 64 static NSFileWrapper *fileWrapperForElement(Element* e) 139 NSFileWrapper *fileWrapper = fileWrapperForElement(static_cast<Element*>(node));
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
EditorClientQt.cpp | 112 bool EditorClientQt::shouldShowDeleteInterface(HTMLElement* element) 115 return element->getAttribute(classAttr) == "needsDeletionUI"; 525 void EditorClientQt::textFieldDidBeginEditing(Element*) 530 void EditorClientQt::textFieldDidEndEditing(Element*) 535 void EditorClientQt::textDidChangeInTextField(Element*) 539 bool EditorClientQt::doTextFieldCommandFromEvent(Element*, KeyboardEvent*) 544 void EditorClientQt::textWillBeDeletedInTextField(Element*) 548 void EditorClientQt::textDidChangeInTextArea(Element*)
|
/frameworks/base/sax/tests/saxtests/src/android/sax/ |
SafeSaxTest.java | 20 import android.sax.Element; 92 Element entry = root.requireChild(ATOM_NAMESPACE, "entry"); 93 Element id = entry.requireChild(ATOM_NAMESPACE, "id"); 213 Element entry = root.getChild(ATOM_NAMESPACE, "entry"); 233 Element author = entry.getChild(ATOM_NAMESPACE, "author"); 241 Element mediaGroup = entry.getChild(MEDIA_NAMESPACE, "group");
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_documentgetelementsbytagnametotallength.java | 154 Element thisElement; 159 thisElement = (Element) nameList.item(indexN10148); 165 assertEqualsAutoCase("element", "svgTagNames", svgExpectedNames, actualNames); 167 assertEqualsAutoCase("element", "tagNames", expectedNames, actualNames);
|
hc_nodeappendchildchildexists.java | 89 childList = ((Element) /*Node */childNode).getElementsByTagName("*"); 97 assertEqualsAutoCase("element", "liveByTagName", expected, actual); 108 assertEqualsAutoCase("element", "refreshedChildNodes", expected, refreshedActual);
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
DOMHelper.java | 39 import org.w3c.dom.Element; 63 * element, and thus requires that you know what that element will be 69 * element might let the DOM automatically switch to a specialized 505 * @param namespaceContext Element which provides context for resolution. 507 * nearest Element ancestor.) 512 public String getNamespaceForPrefix(String prefix, Element namespaceContext) 555 Attr attr=((Element)parent).getAttributeNode(declname); 838 * Returns the element name with the namespace prefix (if any) replaced 843 * @param elem Element to be examined [all...] |
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
DocumentCreateElementNS.java | 9 import org.w3c.dom.Element; 17 * The method createElementNS creates an element of the given valid 21 * namespaceURI and qualifiedName. Check if a valid Element object is returned 69 Element element; local 78 element = doc.createElementNS(namespaceURI, qualifiedName); 79 nodeName = element.getNodeName(); 80 nsURI = element.getNamespaceURI(); 81 localName = element.getLocalName(); 82 prefix = element.getPrefix() [all...] |
/external/webkit/WebCore/accessibility/ |
AccessibilityListBox.cpp | 77 const Vector<Element*>& listItems = static_cast<HTMLSelectElement*>(selectNode)->listItems(); 143 AccessibilityObject* AccessibilityListBox::listBoxOptionAccessibilityObject(HTMLElement* element) const 146 if (!element || element->hasTagName(hrTag)) 150 static_cast<AccessibilityListBoxOption*>(listBoxObject)->setHTMLElement(element); 168 const Vector<Element*>& listItems = static_cast<HTMLSelectElement*>(node)->listItems();
|
/external/webkit/WebCore/inspector/ |
InspectorDOMAgent.cpp | 145 // Re-add frame owner element together with its new children. 152 // Invalidate children requested flag for the element. 318 Element* element = static_cast<Element*>(node); local 320 element->setAttribute(name, value, ec); 331 Element* element = static_cast<Element*>(node); local 333 element->removeAttribute(name, ec) 475 Element* element = static_cast<Element*>(node); local [all...] |
/external/webkit/WebCore/loader/ |
CachedFont.cpp | 168 if (static_cast<Element*>(node)->getAttribute(static_cast<Element*>(node)->idAttributeName()) != fontName)
|
/external/webkit/WebCore/page/ |
PrintContext.cpp | 164 int PrintContext::pageNumberForElement(Element* element, const FloatSize& pageSizeInPixels) 166 // Make sure the element is not freed during the layout. 167 RefPtr<Element> elementRef(element); 168 element->document()->updateLayout(); 170 RenderBoxModelObject* box = enclosingBoxModelObject(element->renderer()); 174 Frame* frame = element->document()->frame();
|
/external/webkit/WebCore/platform/gtk/ |
ClipboardGtk.cpp | 23 #include "Element.h" 118 static CachedImage* getCachedImage(Element* element) 120 // Attempt to pull CachedImage from element 121 ASSERT(element); 122 RenderObject* renderer = element->renderer(); 133 void ClipboardGtk::declareAndWriteDragImage(Element* element, const KURL& url, const String& label, Frame*) 135 CachedImage* cachedImage = getCachedImage(element);
|
/external/webkit/WebKit/win/WebCoreSupport/ |
EmbeddedWidget.cpp | 30 #include <WebCore/Element.h>
40 PassRefPtr<EmbeddedWidget> EmbeddedWidget::create(IWebEmbeddedView* view, Element* element, HWND parentWindow, const IntSize& size)
42 RefPtr<EmbeddedWidget> widget = adoptRef(new EmbeddedWidget(view, element));
169 // Take our element and get the clip rect from the enclosing layer and frame view.
189 // trigger a layout while the plugin element is being detached.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
AllApps3D.java | 27 import android.renderscript.Element; [all...] |