HomeSort by relevance Sort by last modified time
    Searched refs:htmlTag (Results 1 - 25 of 25) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLHtmlElement.cpp 41 ASSERT(hasTagName(htmlTag));
46 return adoptRef(new HTMLHtmlElement(htmlTag, document));
PluginDocument.cpp 71 RefPtr<Element> rootElement = document()->createElement(htmlTag, false);
MediaDocument.cpp 73 RefPtr<Element> rootElement = document()->createElement(htmlTag, false);
ImageDocument.cpp 196 RefPtr<Element> rootElement = Document::createElement(htmlTag, false);
HTMLElement.cpp 423 hasLocalName(headTag) || hasLocalName(htmlTag) || hasLocalName(tableTag) ||
487 hasLocalName(headTag) || hasLocalName(htmlTag) || hasLocalName(tableTag) ||
    [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLElementStack.cpp 56 || node->hasTagName(htmlTag);
290 ASSERT(element->hasTagName(HTMLNames::htmlTag));
320 ASSERT(!element->hasTagName(HTMLNames::htmlTag));
332 ASSERT(!element->hasTagName(HTMLNames::htmlTag));
561 ASSERT(!top()->hasTagName(HTMLNames::htmlTag));
570 ASSERT(!element->hasTagName(HTMLNames::htmlTag));
HTMLTreeBuilder.cpp 167 || tagName == htmlTag
729 if (token.name() == htmlTag) {
    [all...]
  /external/chromium/webkit/glue/
dom_serializer_unittest.cc 571 std::string htmlTag("<html>");
572 std::string::size_type pos = original_str.find(htmlTag);
574 pos += htmlTag.length();
622 std::string htmlTag("<html>");
623 std::string::size_type pos = original_str.find(htmlTag);
625 pos += htmlTag.length();
    [all...]
  /external/webkit/Source/WebCore/dom/
XMLDocumentParser.cpp 299 RefPtr<Element> rootElement = document->createElement(htmlTag, false);
307 RefPtr<Element> rootElement = document->createElement(htmlTag, false);
317 RefPtr<Element> rootElement = document->createElement(htmlTag, false);
PositionIterator.cpp 168 if (!m_anchorNode->hasTagName(htmlTag) && renderer->isBlockFlow()) {
XMLDocumentParserQt.cpp 507 if (localName != HTMLNames::htmlTag.localName()) {
547 if (newElement->hasTagName(HTMLNames::htmlTag))
711 if (AtomicString(name) != HTMLNames::htmlTag.localName()) {
XMLDocumentParserLibxml2.cpp 784 if (localName != HTMLNames::htmlTag.localName()) {
832 if (newElement->hasTagName(HTMLNames::htmlTag))
    [all...]
Position.cpp 795 if (m_anchorNode->hasTagName(htmlTag))
    [all...]
Element.cpp 163 if (node->hasTagName(htmlTag) || node->hasTagName(bodyTag)) {
    [all...]
Document.cpp     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 164 protected function htmlTag($content, $tag, $attrName, $attrValue, $valueName)
269 if ($location = $this->htmlTag($content, 'meta', 'http-equiv', 'X-XRDS-Location', 'value')) {
279 $server = $this->htmlTag($content, 'link', 'rel', 'openid2.provider', 'href');
280 $delegate = $this->htmlTag($content, 'link', 'rel', 'openid2.local_id', 'href');
285 $server = $this->htmlTag($content, 'link', 'rel', 'openid.server', 'href');
286 $delegate = $this->htmlTag($content, 'link', 'rel', 'openid.delegate', 'href');
  /external/webkit/Source/WebCore/editing/
VisiblePosition.cpp 507 if (node && node->hasTagName(htmlTag) && !node->rendererIsEditable() && node->document()->body() && node->document()->body()->rendererIsEditable())
514 if ((editingRoot && editingRoot->hasTagName(htmlTag)) || position.deprecatedNode()->isDocumentNode())
markup.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebPageSerializerImpl.cpp 150 } else if (element->hasTagName(HTMLNames::htmlTag)) {
  /external/webkit/Source/WebCore/bindings/gobject/
WebKitHTMLElementWrapperFactory.cpp 502 map.set(htmlTag.localName().impl(), createHtmlWrapper);
  /external/webkit/Source/WebCore/bindings/objc/
DOM.mm 110 addElementClass(HTMLNames::htmlTag, [DOMHTMLHtmlElement class]);
  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp 267 (node()->hasTagName(htmlTag) || node()->hasTagName(bodyTag)))
379 if (document()->documentElement()->hasTagName(htmlTag) &&
802 if (!hasBackground() && node() && node()->hasTagName(HTMLNames::htmlTag)) {
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm 259 || coreElement->hasTagName(framesetTag) || coreElement->hasTagName(hrTag) || coreElement->hasTagName(htmlTag) || coreElement->hasTagName(h1Tag)
532 if (coreElement->hasTagName(htmlTag) || coreElement->hasTagName(bodyTag) || [displayVal hasPrefix:@"table"])
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp 560 RenderObject* o = rootRenderer->style()->overflowX() == OVISIBLE && document->documentElement()->hasTagName(htmlTag) ? body->renderer() : rootRenderer;
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp 376 return e->hasTagName(htmlTag) || e->hasTagName(headTag) || e->hasTagName(bodyTag) || e->hasTagName(divTag) || e->hasTagName(spanTag) || e->hasTagName(brTag) || e->hasTagName(aTag);
    [all...]

Completed in 1339 milliseconds