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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
SmartClip.cpp 119 Node* SmartClip::minNodeContainsNodes(Node* minNode, Node* newNode)
122 return minNode;
123 if (!minNode)
126 IntRect minNodeRect = minNode->pixelSnappedBoundingBox();
129 Node* parentMinNode = minNode->parentNode();
135 return minNode;
144 // This loop appears to find the nearest ancestor of minNode (in DOM order)
148 Node* node = minNode;
170 Node* minNode = 0;
187 minNode = minNodeContainsNodes(minNode, node)
    [all...]
SmartClip.h 76 Node* minNodeContainsNodes(Node* minNode, Node* newNode);
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java 338 * @param minNode the smallest node number
342 public ArrayList<Block> createBlocks(int textStart, int textEnd, int minNode, int maxNode) {
345 int startNode = Math.max(getBlockStart(textStart), minNode);
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 375 * @param minNode the smallest node number
379 public ArrayList<Block> createBlocks(int textStart, int textEnd, int minNode, int maxNode) {
382 int startNode = Math.max(getBlockStart(textStart), minNode);
    [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 343 CvSparseNode* minNode = 0;
356 minNode = node;
366 if( minNode )
368 _idx_min = CV_NODE_IDX(mat,minNode);
    [all...]

Completed in 115 milliseconds