Searched refs:inDocumentHeadElement (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h703 * @param inDocumentHeadElement Is the element in the document's <head> element?
705 void processHttpEquiv(const AtomicString& equiv, const AtomicString& content, bool inDocumentHeadElement);
H A DDocument.cpp3006 void Document::processHttpEquiv(const AtomicString& equiv, const AtomicString& content, bool inDocumentHeadElement) argument
3023 if (inDocumentHeadElement)

Completed in 205 milliseconds