Searched refs:nullAtom (Results 1 - 25 of 91) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTElement.cpp35 DEFINE_STATIC_LOCAL(QualifiedName, cTag, (nullAtom, "c", nullAtom));
36 DEFINE_STATIC_LOCAL(QualifiedName, vTag, (nullAtom, "v", nullAtom));
37 DEFINE_STATIC_LOCAL(QualifiedName, langTag, (nullAtom, "lang", nullAtom));
38 DEFINE_STATIC_LOCAL(QualifiedName, bTag, (nullAtom, "b", nullAtom));
39 DEFINE_STATIC_LOCAL(QualifiedName, uTag, (nullAtom, "u", nullAtom));
[all...]
H A DVTTElement.h65 DEFINE_STATIC_LOCAL(QualifiedName, voiceAttr, (nullAtom, "voice", nullAtom));
71 DEFINE_STATIC_LOCAL(QualifiedName, voiceAttr, (nullAtom, "lang", nullAtom));
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPseudoElement.cpp41 DEFINE_STATIC_LOCAL(QualifiedName, after, (nullAtom, "<pseudo:after>", nullAtom));
45 DEFINE_STATIC_LOCAL(QualifiedName, before, (nullAtom, "<pseudo:before>", nullAtom));
49 DEFINE_STATIC_LOCAL(QualifiedName, backdrop, (nullAtom, "<pseudo:backdrop>", nullAtom));
56 DEFINE_STATIC_LOCAL(QualifiedName, name, (nullAtom, "<pseudo>", nullAtom));
H A DQualifiedName.cpp85 QualifiedNameData data = { { p.impl(), l.impl(), n.isEmpty() ? nullAtom.impl() : n.impl() }, false };
115 DEFINE_GLOBAL(QualifiedName, anyName, nullAtom, starAtom, starAtom)
120 new ((void*)&anyName) QualifiedName(nullAtom, starAtom, starAtom, true );
125 DEFINE_STATIC_LOCAL(QualifiedName, nullName, (nullAtom, nullAtom, nullAtom, true));
144 new (targetAddress) QualifiedName(nullAtom, AtomicString(name), nameNamespace, true);
149 new (targetAddress) QualifiedName(nullAtom, AtomicString(name), nullAtom, true);
H A DTreeScopeTest.cpp22 RefPtrWillBeRawPtr<Element> html = document->createElement("html", nullAtom, ASSERT_NO_EXCEPTION);
35 RefPtrWillBeRawPtr<Element> html = document->createElement("html", nullAtom, ASSERT_NO_EXCEPTION);
50 RefPtrWillBeRawPtr<Element> html = document->createElement("html", nullAtom, ASSERT_NO_EXCEPTION);
52 RefPtrWillBeRawPtr<Element> head = document->createElement("head", nullAtom, ASSERT_NO_EXCEPTION);
54 RefPtrWillBeRawPtr<Element> body = document->createElement("body", nullAtom, ASSERT_NO_EXCEPTION);
73 RefPtrWillBeRawPtr<Element> html = document->createElement("html", nullAtom, ASSERT_NO_EXCEPTION);
75 RefPtrWillBeRawPtr<Element> head = document->createElement("head", nullAtom, ASSERT_NO_EXCEPTION);
77 RefPtrWillBeRawPtr<Element> body = document->createElement("body", nullAtom, ASSERT_NO_EXCEPTION);
83 RefPtrWillBeRawPtr<Element> divInY = document->createElement("div", nullAtom, ASSERT_NO_EXCEPTION);
H A DMutationRecord.h67 virtual const AtomicString& attributeName() { return nullAtom; }
68 virtual const AtomicString& attributeNamespace() { return nullAtom; }
H A DNamedNodeMap.cpp71 size_t index = m_element->attributes().findIndex(QualifiedName(nullAtom, localName, namespaceURI));
H A DStyleSheetCandidate.cpp45 return isElement() ? toElement(node()).fastGetAttribute(titleAttr) : nullAtom;
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DNativeXPathNSResolver.cpp47 return m_node ? m_node->lookupNamespaceURI(prefix) : nullAtom;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8CustomXPathNSResolver.cpp73 return nullAtom;
88 return nullAtom;
90 TOSTRING_DEFAULT(V8StringResource<TreatNullAsNullString>, returnString, retval, nullAtom);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSetNodeAttributeCommand.cpp53 m_oldValue = nullAtom;
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringStatics.cpp53 WTF_EXPORT DEFINE_GLOBAL(AtomicString, nullAtom)
78 new (NotNull, (void*)&nullAtom) AtomicString;
H A DAtomicStringHash.h53 // Unlike other types, we can return a const reference for AtomicString's empty value (nullAtom).
56 static const WTF::AtomicString& emptyValue() { return nullAtom; }
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleMedia.cpp48 return nullAtom;
H A DCSSSelectorList.cpp156 if (selector.match() == CSSSelector::Tag && selector.tagQName().prefix() != nullAtom && selector.tagQName().prefix() != starAtom)
158 if (selector.isAttributeSelector() && selector.attribute().prefix() != nullAtom && selector.attribute().prefix() != starAtom)
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DImageResourceTest.cpp95 cachedImage->responseReceived(ResourceResponse(KURL(), "multipart/x-mixed-replace", 0, nullAtom, String()));
104 cachedImage->responseReceived(ResourceResponse(KURL(), "image/svg+xml", svgDataLength, nullAtom, String()));
172 cachedImage->responseReceived(ResourceResponse(KURL(), "multipart/x-mixed-replace", 0, nullAtom, String()));
175 cachedImage->responseReceived(ResourceResponse(KURL(), "image/jpeg", jpeg.size(), nullAtom, String())); local
206 cachedImage->responseReceived(ResourceResponse(KURL(), "multipart/x-mixed-replace", 0, nullAtom, String()));
209 cachedImage->responseReceived(ResourceResponse(KURL(), "image/jpeg", jpeg.size(), nullAtom, String())); local
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLViewSourceDocument.h68 int addRange(const String& source, int start, int end, const AtomicString& className, bool isLink = false, bool isAnchor = false, const AtomicString& link = nullAtom);
H A DHTMLDetailsElement.cpp143 setAttribute(openAttr, m_isOpen ? nullAtom : emptyAtom);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DTextResourceDecoderBuilder.cpp105 m_encoding = nullAtom;
H A DFrameLoader.h85 void reload(ReloadPolicy = NormalReload, const KURL& overrideURL = KURL(), const AtomicString& overrideEncoding = nullAtom, ClientRedirectPolicy = NotClientRedirect);
209 const SubstituteData&, ContentSecurityPolicyCheck shouldCheckMainWorldContentSecurityPolicy, ClientRedirectPolicy = NotClientRedirect, const AtomicString& overrideEncoding = nullAtom);
H A DFormSubmission.h101 void clearTarget() { m_target = nullAtom; }
H A DHistoryItem.cpp192 m_formContentType = nullAtom;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrameTree.h42 void setName(const AtomicString& name, const AtomicString& fallbackName = nullAtom);
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DHTTPHeaderMap.cpp88 return nullAtom;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DSVGRenderStyle.h85 static const AtomicString& initialClipperResource() { return nullAtom; }
86 static const AtomicString& initialFilterResource() { return nullAtom; }
87 static const AtomicString& initialMaskerResource() { return nullAtom; }
88 static const AtomicString& initialMarkerStartResource() { return nullAtom; }
89 static const AtomicString& initialMarkerMidResource() { return nullAtom; }
90 static const AtomicString& initialMarkerEndResource() { return nullAtom; }

Completed in 529 milliseconds

1234