HomeSort by relevance Sort by last modified time
    Searched defs:isBlock (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/editing/
htmlediting.cpp 321 bool isBlock(const Node* node)
332 return static_cast<Element*>(enclosingNodeOfType(Position(node, 0), isBlock));
    [all...]
  /external/webkit/JavaScriptCore/parser/
Nodes.h 180 virtual bool isBlock() const { return false; }
    [all...]

Completed in 30 milliseconds