Searched defs:isBlock (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/editing/
H A Dhtmlediting.cpp321 bool isBlock(const Node* node) function in namespace:WebCore
332 return static_cast<Element*>(enclosingNodeOfType(Position(node, 0), isBlock));
/external/webkit/JavaScriptCore/parser/
H A DNodes.h180 virtual bool isBlock() const { return false; } function in class:JSC::StatementNode
1150 virtual bool isBlock() const { return true; } function in class:JSC::BlockNode

Completed in 55 milliseconds