Searched refs:tighten (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DRTree.cpp213 void ElementList::tighten() function in class:RTree::ElementList
225 tighten();
313 void Node::tighten() function in class:RTree::Node
462 NN->tighten();
484 root->tighten();
506 tighten();
H A DRTree.h98 void tighten();
150 void tighten();
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
H A Dprocess.js665 return tighten(MAP(body, walk), "lambda");
676 function tighten(statements, block_type) { function
831 return tighten(MAP(body, walk));
837 var block = tighten(MAP(branch[1], walk));
849 if (body) return rmblock([ "block", tighten(MAP(body, walk)) ]);
893 tighten(MAP(t, walk)),
894 c != null ? [ c[0], tighten(MAP(c[1], walk)) ] : null,
895 f != null ? tighten(MAP(f, walk)) : null

Completed in 92 milliseconds