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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTitleElement.h 57 inline bool isHTMLTitleElement(const Node* node)
62 inline bool isHTMLTitleElement(const Element* element)
69 ASSERT_WITH_SECURITY_IMPLICATION(!node || isHTMLTitleElement(node));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.cpp 707 || isHTMLTitleElement(node)) {
    [all...]

Completed in 1358 milliseconds