/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLHtmlElement.h | 45 return node->hasTagName(HTMLNames::htmlTag); 50 return element->hasTagName(HTMLNames::htmlTag); 53 DEFINE_NODE_TYPE_CASTS(HTMLHtmlElement, hasTagName(HTMLNames::htmlTag));
|
HTMLHtmlElement.cpp | 40 : HTMLElement(htmlTag, document)
|
HTMLElement.cpp | 368 hasLocalName(headTag) || hasLocalName(htmlTag) || hasLocalName(tableTag) || 415 hasLocalName(headTag) || hasLocalName(htmlTag) || hasLocalName(tableTag) || [all...] |
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XMLErrors.cpp | 122 RefPtr<Element> rootElement = m_document->createElement(htmlTag, true); 128 RefPtr<Element> rootElement = m_document->createElement(htmlTag, true);
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLTreeBuilder.cpp | 651 if (token->name() == htmlTag) { [all...] |
HTMLStackItem.h | 171 || tagName == HTMLNames::htmlTag
|
/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/chromium_org/content/renderer/ |
dom_serializer_browsertest.cc | 510 std::string htmlTag("<html>"); 511 std::string::size_type pos = original_str.find(htmlTag); 513 pos += htmlTag.length(); 557 std::string htmlTag("<html>"); 558 std::string::size_type pos = original_str.find(htmlTag); 560 pos += htmlTag.length(); [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/chromium_org/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');
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
NotificationUtils.java | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
DOMPatchSupport.cpp | 60 using HTMLNames::htmlTag;
|